turboFei commented on PR #3213:
URL: 
https://github.com/apache/incubator-kyuubi/pull/3213#issuecomment-1216171213

   Some examples for hadoop ldap:
   
   ```
   hadoop.security.group.mapping=org.apache.hadoop.security.LdapGroupsMapping
   hadoop.security.group.mapping.ldap.url=ldaps://ldap.hadoop.qa.ebay.com
   hadoop.security.group.mapping.ldap.ssl=true
   
hadoop.security.group.mapping.ldap.keystore=/apache/java/jre/lib/security/cacerts
   hadoop.security.group.mapping.ldap.base=dc=dev,dc=ebay,dc=com
   hadoop.security.group.mapping.ldap.bind.user=cn=Directory Manager
   
hadoop.security.group.mapping.ldap.bind.password.file=/etc/hadoop/ldap.bind.passwd
   
   hadoop.security.groups.cache.background.reload=true
   hadoop.security.groups.cache.background.reload.threads=3
   hadoop.security.group.mapping.ldap.directory.search.timeout=5000
   hadoop.security.group.mapping.ldap.search.group.hierarchy.levels=100
   hadoop.security.group.mapping.ldap.connection.timeout.ms=10000
   hadoop.security.group.mapping.ldap.read.timeout.ms=10000
   
hadoop.security.group.mapping.ldap.search.filter.user=(&(objectClass=ebayUnixAccount)(uid={0}))
   
hadoop.security.group.mapping.ldap.search.filter.group=(objectClass=ebayUnixGroup)
   ```


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

Reply via email to