Github user prabhjyotsingh commented on the issue:

    https://github.com/apache/zeppelin/pull/986
  
    Can you run ldapsearch like
    `ldapsearch -D "user1" -w pwd -H ldaps://testcore.test.dir.org.com:636 -b 
"DC=testcore,DC=test,DC=dir,DC=org,DC=com" -s sub 
"(&(objectClass=*)(userPrincipalName=user1))"`
    and look for key "memberOf", this should tell you to which all groups 
"user1" belongs.
    
    Alternatively, set log level to debug, then try to login into UI and look 
for string `Groups found for user [<<user_id>>]: ` this will also give the same 
group information about what group this user belongs.


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

Reply via email to