[ 
https://issues.apache.org/jira/browse/HADOOP-10656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brandon Li updated HADOOP-10656:
--------------------------------

    Affects Version/s: 2.2.0

> 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
>
> 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