mandeeplohan commented on issue #16402: URL: https://github.com/apache/superset/issues/16402#issuecomment-977851496
hi @dpgaspar Thanks for the reply. I waited for 1 month and lost hope and dint follow after that. I am still having this issue. 1. If i dont overide it does not authenticate. Here is the configuration in superset_config.py AUTH_TYPE = AUTH_LDAP AUTH_LDAP_USE_TLS = False AUTH_USER_REGISTRATION = True AUTH_LDAP_SERVER = "ldap-server" AUTH_LDAP_SEARCH ="CN=Users,DC=ms,DC=xxx,DC=xxx,DC=com" AUTH_LDAP_UID_FIELD = "sAMAccountName" AUTH_LDAP_EMAIL_FIELD = "@xxx.com" After implementing this i am not able login with my ldap creds. Also normal admin:admin also wont work. 2. When this dint work so i googled and people suggested to overide with a python file. That is also having issue. Any help here please? -- 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]
