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: [email protected]
