Github user nazgul33 commented on the issue:
https://github.com/apache/zeppelin/pull/1513
@jongyoul I could make it work with openLDAP server. I had no time to play
around with group settings, but at least I could authenticate user by
* ldapADGCRealm.userSearchAttributeName = cn
* ldapADGCRealm.userSearchAttributeName = uid
and the followings are settings I had to modify when I'm using phpldapadmin
to manage users.
ldapADGCRealm.contextFactory.authenticationMechanism = simple
ldapADGCRealm.userObjectClass = posixAccount
ldapADGCRealm.groupObjectClass = posixGroup
ldapADGCRealm.memberAttribute = memberUid
for me, it works.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---