jhettler commented on issue #4840: ldap configuration URL: https://github.com/apache/incubator-superset/issues/4840#issuecomment-383495668 Hi, I am not sure, if it helps, but it could ... we have Microsoft AD and ldap and we are able to successfully login with configuration parameters below. ```python AUTH_TYPE = AUTH_LDAP AUTH_USER_REGISTRATION = True AUTH_USER_REGISTRATION_ROLE = "Admin" AUTH_LDAP_SERVER = "ldap://servername-1.ad.domain.cz" AUTH_LDAP_SEARCH = "DC=ad,DC=domain,DC=cz" AUTH_LDAP_BIND_USER = "CN=BISystemUser,OU=Service Accounts,OU=mycompany Users,DC=ad,DC=domain,DC=cz" AUTH_LDAP_BIND_PASSWORD = "yourPassword" AUTH_LDAP_UID_FIELD = "sAMAccountName" ``` We are able to login with BISystemUser/yourPassword with tools like jXplorer or any other LDAP tools. HTH!
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
