You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/11/24 12:54:20 UTC

[GitHub] [superset] mandeeplohan commented on issue #16402: LDAP not working with superset

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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org