You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Brandon Li (JIRA)" <ji...@apache.org> on 2014/06/03 01:39:01 UTC

[jira] [Created] (HADOOP-10656) The password keystore file is not picked by LDAP group mapping

Brandon Li created HADOOP-10656:
-----------------------------------

             Summary: 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
            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)