wanggc2019 commented on PR #20:
URL: https://github.com/apache/incubator-livy/pull/20#issuecomment-1663273442

   > Thanks for adding this feature. But I couldn't find documentations on this 
topic. Posting my LDAP configs here. Hopefully it helps.
   > 
   > **Livy config**
   > 
   > ```shell
   > # LDAP
   > livy.server.auth.type = ldap
   > livy.server.auth.ldap.url = ldap://localhost:389
   > livy.server.auth.ldap.base-dn = ou=people,dc=intellinum,dc=co
   > #livy.server.auth.ldap.username-domain = 
   > livy.server.auth.ldap.enable-start-tls = false
   > livy.server.auth.ldap.security-authentication = simple
   > ```
   > 
   > **LDAP Config**
   > 
   > ```shell
   > dn: uid=livy,ou=people,dc=intellinum,dc=co
   > objectclass: inetOrgPerson
   > cn: livy
   > sn: livy
   > uid: livy
   > userpassword: XXXXXX
   > ou: IT
   > ```
   
   Thank you very much and may ask another question? My question is after 
enabling ldap, how to submit tasks with ldap authentication?
   


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

Reply via email to