You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@livy.apache.org by GitBox <gi...@apache.org> on 2020/08/17 04:58:00 UTC

[GitHub] [incubator-livy] yuanzhaoYZ commented on pull request #20: LIVY-356 Enabling LDAP authentication for Client to Server.

yuanzhaoYZ commented on pull request #20:
URL: https://github.com/apache/incubator-livy/pull/20#issuecomment-674655356


   Thanks for adding this feature. But I couldn't find documentations on this topic. Posting my LDAP configs here. Hopefully it helps.
   
   **Livy config**
   ```bash
   # 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**
   ```bash
   dn: uid=livy,ou=people,dc=intellinum,dc=co
   objectclass: inetOrgPerson
   cn: livy
   sn: livy
   uid: livy
   userpassword: XXXXXX
   ou: IT
   
   ````
   
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org