nikhil-ddu opened a new issue #11605: URL: https://github.com/apache/druid/issues/11605
### Description Currently Druid uses ```memberOf``` as attribute id to retrieve & search for groups that ldap user is part of. This attribute id (```memberOf```) which is used for group information is hard coded. ### Motivation Motivation of the issue is to make this attribute id configurable. It will help organizations where attribute id other than ```memberOf``` being used. For example, At Twitter, we use ```twmemberOf``` as attribute id to decide groups of a user. ### Proposed Changes I am planning to add ```ldapGroupAttribute``` as class variable in ```LDAPCredentialsValidator``` and ```LDAPRoleProvider``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
