Hi Users/Developers/Committers

We use Amazons EMR for our Hadoop needs.
We needed to configure LDAP for HiveServer2 so that only a specific set of
users in LDAP say like Groups=HiveUser. We are unable to configure this.

Our LDAP URL definition is ignored by the hive server and allows any valid
LDAP user in my company to use it. For example it ignores all parameters
after the PortNumber.

The only working configuration is as below.

<property><name>hive.server2.authentication</name><value>LDAP</value></property>

<property><name>hive.server2.authentication.ldap.url</name><value>ldap://adsi.mycompany:3268/</value></property>

 If I add any further filter like below it ignores it
<value>ldap://adsi.mycompany:3268/Groups=HiveUsers</value></property>

Is this the feature or the limited support for LDAP? Or is there any ways
to configure.

We dont have LDAP and we use ActiveDirectory.

Appreciate the support.

-- 
Venkat V

Reply via email to