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

Lukas Majercak edited comment on HADOOP-15995 at 12/12/18 1:24 AM:
-------------------------------------------------------------------

I changed it from conf to config because checkstyle was complaining about 
hiding a field (the LdapGroupMapping's member variable named "conf" as well).


was (Author: lukmajercak):
I changed it from conf to config because checkstyle was complaining about 
hiding a filed (the LdapGroupMapping's member variable named "conf" as well).

> Add ldap.bind.password.alias in LdapGroupsMapping to distinguish aliases when 
> using multiple providers through CompositeGroupsMapping
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-15995
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15995
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: common
>            Reporter: Lukas Majercak
>            Assignee: Lukas Majercak
>            Priority: Major
>         Attachments: HADOOP-15995.001.patch, HADOOP-15995.002.patch, 
> HADOOP-15995.003.patch, HADOOP-15995.004.patch, HADOOP-15995.005.patch, 
> HADOOP-15995.006.patch, HADOOP-15995.007.patch
>
>
> Currently, the property name hadoop.security.group.mapping.ldap.bind.password 
> is used as an alias to get password from CredentialProviders. This has a big 
> issue, which is that when we configure multiple LdapGroupsMapping providers 
> through CompositeGroupsMapping, they will all have the same alias, and won't 
> be able to be distinguished. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to