Details
Description
Currently hive has only following authenticator parameters for LDAP
authentication for hiveserver2.
<property>
<name>hive.server2.authentication</name>
<value>LDAP</value>
</property>
<property>
<name>hive.server2.authentication.ldap.url</name>
<value>ldap://our_ldap_address</value>
</property>
We need to include other LDAP properties as part of hive-LDAP authentication like below
a group search base -> dc=domain,dc=com
a group search filter -> member=
a user search base -> dc=domain,dc=com
a user search filter -> sAMAAccountName={0}
a list of valid user groups -> group1,group2,group3