Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.0
-
None
Description
Configure HiveServer2 with LDAP auth with (enable ldap, ldap URI, baseDN, userDNPattern, groupDNPattern and groupFilter).
If the specified groupFilter case is different than the actual one in directory, then Hive cannot find a match and errors out.
For example:
groupFilter value=<groupTest>
group name in directory server=grouptest.
Similar search works by using other ldap clients like ldapsearch (ldap searches are case insensitive).
While it is not a major issue as the workaround would be to configure the exact name, it is an easy fix that we should support out of box.