[
https://issues.apache.org/jira/browse/HIVE-6026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Naveen Gangam reassigned HIVE-6026:
-----------------------------------
Assignee: Naveen Gangam
> Ldap Authenticator should be more generic with BindDN
> -----------------------------------------------------
>
> Key: HIVE-6026
> URL: https://issues.apache.org/jira/browse/HIVE-6026
> Project: Hive
> Issue Type: Bug
> Components: Authentication
> Affects Versions: 0.10.0
> Environment: CDH4.4, Fedora Directory Service
> Reporter: Johndee Burks
> Assignee: Naveen Gangam
> Priority: Minor
>
> The bindDN implementation should be more generic for the LDAP authenticator.
> Currently it looks like this:
> 49 // setup the security principal
> 50 String bindDN;
> 51 if (baseDN != null) {
> 52 bindDN = "uid=" + user + "," + baseDN;
> 53 } else {
> 54 bindDN = user;
> 55 }
> This causes problems for ldap implementations that expect "cn=" first.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)