bhasin85 commented on issue #4840: ldap configuration
URL: 
https://github.com/apache/incubator-superset/issues/4840#issuecomment-434163272
 
 
   Was able to connect to LDAP Test Server 
   
http://www.forumsys.com/tutorials/integration-how-to/ldap/online-ldap-test-server/
   
   With following config
   
   ```
   AUTH_TYPE = AUTH_LDAP
   
   # Uncomment to setup Full admin role name
   AUTH_ROLE_ADMIN = 'Admin'
   
   # Uncomment to setup Public role name, no authentication needed
   # AUTH_ROLE_PUBLIC = 'Public'
   
   # Will allow user self registration
   AUTH_USER_REGISTRATION = True
   
   # The default user self registration role
   # AUTH_USER_REGISTRATION_ROLE = "Public"
   
   # When using LDAP Auth, setup the ldap server
   AUTH_LDAP_SERVER = "ldap://ldap.forumsys.com:389";
   AUTH_LDAP_SEARCH = "dc=example,dc=com"
   AUTH_LDAP_BIND_USER = "uid=riemann,dc=example,dc=com"
   AUTH_LDAP_BIND_PASSWORD = "password"
   ```
   
   For user
   ```
   User:riemann
   Password:password
   ```
   
   

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

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

Reply via email to