LDAP
LDAP Authentication
Hackolade can connect via LDAP authentication through either “binary” or "http" transport mode. The following properties should be set up:
<property>
<name>hive.server2.authentication</name>
<value>ldap</value>
</property>
<property>
<name>hive.server2.authentication.ldap.url</name>
<value>LDAP_URL</value>
</property>
<property>
<name>hive.server2.authentication.ldap.baseDN</name>
<value>LDAP_BASE_DN</value>
</property>
<property>
<name>hive.server2.authentication.ldap.userDNPattern</name>
<value>LDAP_DN_PATTERN</value>
</property>