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={0} a user search base -> dc=domain,dc=com a user search filter -> sAMAAccountName={0} a list of valid user groups -> group1,group2,group3
Attachments
Attachments
Issue Links
- breaks
-
HIVE-12007 Hive LDAP Authenticator should allow just Domain without baseDN (for AD)
- Closed
- contains
-
HIVE-9880 Support configurable username attribute for HiveServer2 LDAP authentication
- Closed
- is depended upon by
-
HIVE-6026 Ldap Authenticator should be more generic with BindDN
- Closed
-
HIVE-8190 LDAP user match for authentication on hiveserver2
- Closed
-
HIVE-11512 Hive LDAP Authenticator should also support full DN in Authenticate()
- Closed
- is related to
-
HIVE-12885 LDAP Authenticator improvements
- Closed
- is required by
-
HIVE-12079 Add units tests for HiveServer2 LDAP filters added in HIVE-7193
- Closed