qin4zhang opened a new issue #4840: ldap configuration
URL: https://github.com/apache/incubator-superset/issues/4840
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included 
it here as text if any
   - [ ] I have reproduced the issue with at least the latest released version 
of superset
   - [ ] I have checked the issue tracker for the same issue and I haven't 
found one similar
   
   
   ### Superset version
   0.22.1
   
   ### Expected results
   login successfully
   
   ### Actual results
   cannot login in
   
   ### Steps to reproduce
   modify config.py
   from flask_appbuilder.security.manager import AUTH_LDAP
   AUTH_TYPE = AUTH_LDAP
   AUTH_LDAP_SERVER = "ldap://server:port";
   AUTH_LDAP_USE_TLS = False
   AUTH_LDAP_SEARCH = "dc=**"
   AUTH_LDAP_BIND_USER = "uid=**,ou=**,dc=**,dc=**"
   AUTH_LDAP_BIND_PASSWORD = "**"
   AUTH_LDAP_UID_FIELD = "sAMAccountName"
   AUTH_LDAP_APPEND_DOMAIN = '**'
   
   console in debug mode:
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   Starting Superset server in DEBUG mode
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   
   2018-04-18 19:01:31,195:WARNING:werkzeug: * Debugger is active!
   2018-04-18 19:01:31,195:INFO:werkzeug: * Debugger PIN: 859-227-507
   2018-04-18 19:02:03,228:INFO:werkzeug:172.22.4.100 - - [18/Apr/2018 
19:02:03] "GET /login/ HTTP/1.1" 200 -
   2018-04-18 19:02:04,699:INFO:werkzeug:172.22.4.100 - - [18/Apr/2018 
19:02:04] "GET /static/appbuilder/css/bootstrap.min.css.map HTTP/1.1" 404 -
   2018-04-18 19:02:11,270:INFO:werkzeug:172.22.4.100 - - [18/Apr/2018 
19:02:11] "POST /login/ HTTP/1.1" 302 -
   2018-04-18 19:02:11,420:INFO:werkzeug:172.22.4.100 - - [18/Apr/2018 
19:02:11] "GET /login/ HTTP/1.1" 200 -
   2018-04-18 19:02:12,952:INFO:werkzeug:172.22.4.100 - - [18/Apr/2018 
19:02:12] "GET /static/appbuilder/css/bootstrap.min.css.map HTTP/1.1" 404 -
   2018-04-18 19:02:25,235:INFO:werkzeug:172.22.4.100 - - [18/Apr/2018 
19:02:25] "POST /login/ HTTP/1.1" 302 -
   2018-04-18 19:02:25,396:INFO:werkzeug:172.22.4.100 - - [18/Apr/2018 
19:02:25] "GET /login/ HTTP/1.1" 200 -
   2018-04-18 19:02:26,905:INFO:werkzeug:172.22.4.100 - - [18/Apr/2018 
19:02:26] "GET /static/appbuilder/css/bootstrap.min.css.map HTTP/1.1" 404 -
   
   however, I cannot login in. LDAP log missed.How could I do to solve it ?
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to