You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you'd like to report a bug in Flask-Appbuilder, fill out the template below. Provide
any extra information that may be useful
Responsible disclosure:
We want to keep Flask-AppBuilder safe for everyone. If you've discovered a security vulnerability
please report to [email protected].
I am trying to configure Superset to use LDAP authentication, but the LDAP search fails with the below error.
I see that there have been other tickets raised regarding this, but they've been closed with the reason "Referrals suck so we won't fix it" which is inexcusable. I've use countless LDAP integrations in the past and no other system has had this kind of difficulty dealing with referrals.
I tried the workaround of adding an OU to the search base, but it didn't help.
FYI, in my particular case, it turns out that the referrals were happening because I had a typo in my Base DN. Authentication worked once that was fixed. I think the point still stands though... Referrals should be handled better.
If you'd like to report a bug in Flask-Appbuilder, fill out the template below. Provide
any extra information that may be useful
Responsible disclosure:
We want to keep Flask-AppBuilder safe for everyone. If you've discovered a security vulnerability
please report to [email protected].
I am trying to configure Superset to use LDAP authentication, but the LDAP search fails with the below error.
I see that there have been other tickets raised regarding this, but they've been closed with the reason "Referrals suck so we won't fix it" which is inexcusable. I've use countless LDAP integrations in the past and no other system has had this kind of difficulty dealing with referrals.
I tried the workaround of adding an OU to the search base, but it didn't help.
Environment
Flask-Appbuilder version:
pip freeze output:
Describe the expected results
LDAP Authentication should work
Describe the actual results
Login fails. The log shows:
Steps to reproduce
Configure LDAP.
The text was updated successfully, but these errors were encountered: