[ 
https://issues.apache.org/jira/browse/HADOOP-10656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14028076#comment-14028076
 ] 

Chris Nauroth commented on HADOOP-10656:
----------------------------------------

+1 for the v3 patch, pending Jenkins run.  Thanks again, Brandon!

> The password keystore file is not picked by LDAP group mapping
> --------------------------------------------------------------
>
>                 Key: HADOOP-10656
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10656
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.2.0
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>         Attachments: HADOOP-10656.002.patch, HADOOP-10656.003.patch, 
> HADOOP-10656.patch
>
>
> The user configured password file(LDAP_KEYSTORE_PASSWORD_FILE_KEY) will not 
> be picked by LdapGroupsMapping:
> In setConf():
> {noformat}
>     keystorePass =
>         conf.get(LDAP_KEYSTORE_PASSWORD_KEY, LDAP_KEYSTORE_PASSWORD_DEFAULT);
>     if (keystorePass.isEmpty()) {
>       keystorePass = extractPassword(
>         conf.get(LDAP_KEYSTORE_PASSWORD_KEY, 
> LDAP_KEYSTORE_PASSWORD_DEFAULT)); 
>     }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to