zhouquan03 edited a comment on issue #4785:
URL: https://github.com/apache/superset/issues/4785#issuecomment-907961483


   > @zhouquan03 I do not have that setup now, but what's the exact issue 
you're facing?
   
   We use opendj community editoon as LDAP server. Superset configurations 
should be:
   AUTH_TYPE = AUTH_LDAP
   AUTH_ROLE_PUBLIC = 'Public'
   AUTH_USER_REGISTRATION = True
   AUTH_USER_REGISTRATION_ROLE = "Public"
   AUTH_LDAP_SERVER = "ldap://ldap-server:port";
   AUTH_LDAP_USE_TLS = False
   AUTH_LDAP_SEARCH = "ou=People,dc=example,dc=com"
   AUTH_LDAP_SEARCH_FILTER = "(&(objectClass=person)(sn=User))"
   AUTH_LDAP_UID_FIELD = "uid"
   AUTH_LDAP_USERNAME_FORMAT = "uid=%s,ou=People,dc=example,dc=com"


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to