destitech-com commented on issue #68224: URL: https://github.com/apache/airflow/issues/68224#issuecomment-4648994826
I confirm this bug, airflow 3.2.1 works fine, the bug is due to the addition of the ldap filter in [this commit](https://github.com/destitech-com/airflow/commit/3f7756bea71a7c7988511ec0557314ffb15fbe5e) but the ldap module is loaded just once in the function "auth_user_ldap" despite being used in multiple functions of [the override.py file](https://github.com/apache/airflow/blob/main/providers/fab/src/airflow/providers/fab/auth_manager/security_manager/override.py) I can do a PR, but not sure of the right way to handle it, either import the ldap module at the beginning of this module (protected with catch except ?) or import it in each function which expect it ? -- 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]
