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
This configuration is not sufficient for doing ldap authentication !
How does your whole configuration looks like according ldap variables (AUTH_LDAP_...) ?
For populating the user table you also have to use the option AUTH_USER_REGISTRATION = True !
@dpgaspar
I have a similar issue for not able to login with ldap.
the web server tells me that {manager.py:914} ERROR - LDAP Could not activate TLS on established connection with ldap://ldap.xxx.tech.
I am using apache/airflow:2.7.0-python3.11 image and a full log could be seen here: airflow-helm/charts#779
I cannot figure out and fix the problem. great thanks.
Environment
Flask-Appbuilder version: 4.3.4
Describe the expected results
I am setting the following in
config.py
but it still doesn't seem to be using ldap in any way. Anything I can do to check?Describe the actual results
Nothing seems to happen, and checking the underlying database the user table is not populated (which is something I would have expected)
Steps to reproduce
The text was updated successfully, but these errors were encountered: