Taragolis commented on issue #28026: URL: https://github.com/apache/airflow/issues/28026#issuecomment-1333567274
According to error code **49** and hex data **52e** this error refers to [invalid password](https://ldapwiki.com/wiki/Common%20Active%20Directory%20Bind%20Errors) When you setup `auth_ldap_bind_user` instead of `AUTH_LDAP_BIND_USER` you disable "indirect binding", see: https://github.com/apache/airflow/blob/2.3.4/airflow/www/fab_security/manager.py#L1086 You could also setup [[logging] logging_level](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#logging-level) to DEBUG and after that you should see in logs that you use `AUTH_LDAP_BIND_USER` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
