You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by nazgul33 <gi...@git.apache.org> on 2016/11/04 11:03:18 UTC

[GitHub] zeppelin issue #1513: ZEPPELIN-1472 - Create new LdapRealm based on Apache K...

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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---