ljclour opened a new issue, #22403:
URL: https://github.com/apache/superset/issues/22403

   ----
   i deployed Superser with Docker-Compose,and want to login in and authory 
with ldap.
   Thus I install slapd on my Ubuntu Server,my `superset_config.py` like 
   ----
   #AUTHENTICATION FONFIG
   104 AUTH_TYPE = AUTH_LDAP
   105 AUHT_USER_REGISTRATION = True
   106 AUTH_USER_REGISTRATION_ROLE = "Alpha"
   107 AUTH_LDAP_UID_FIELD = "cn"
   108 AUTH_LDAP_FIRSTNAME_FIELD = "givenName"
   109 AHTU_LDAP_LASTNAME_FIELD= "sn"
   110 AUTH_LDAP_EMAIL_FIELD = "mail"
   112 AUTH_LDAP_SERVER = "ldap://xxxxxx:389";
   114 AUTH_LDAP_SEARCH = "cn=%s,ou=groups,dc=xx,dc=xx"
   -----
   With the above configuration,I can login wiht ldap user,but already in 
Superset.It is Seem that  `AUHT_USER_REGISTRATION = True' not working.Because 
when login with the user both in ldap and Superset, ldap can verify the 
password.
   If the user not in Superset,it can not login.
   
   Thank you from the bottom of my heart for your help or advices
   
   


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