dev-lpq commented on PR #3213:
URL: 
https://github.com/apache/incubator-kyuubi/pull/3213#issuecomment-1240539200

   Thank you  for your answer, the current way to verify ldap:
   1.access to ldap datasource 
   kyuubi.authentication.ldap.bindpw & kyuubi.authentication.ldap.binddn
   2. query target user info
   nameEnuResults = ctx.search(baseDn, s"(mail=$mail)", sc)
   3. check the account and password according to 
kyuubi.authentication.ldap.attrs.
   
   I will research unboundid-ldapsdk and hive LDAP , and provide a better 
solution.


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