PeterCahn commented on issue #8980: Can't contact LDAP server
URL: 
https://github.com/apache/incubator-superset/issues/8980#issuecomment-576687376
 
 
   I also had this problem and I fixed it by changing the assignment of the 
variable `username` in `_bind_ldap` (when `AUTH_LDAP_BIND_USER` is set to 
`True`)
   
   I use the following command:
   
   `sed -i 's/username = user\[0\]\[0\]/username = user\[1\]\[0\]/' 
/usr/local/lib/python3.6/site-packages/flask_appbuilder/security/manager.py`
   
   Though this is probably a problem of Flask Appbuilder or of an LDAP 
misconfiguration, I hope it helps.

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