dheerajturaga commented on issue #68224:
URL: https://github.com/apache/airflow/issues/68224#issuecomment-4675751205
Workaround: Force-load the submodule once at startup by adding this line to
webserver_config.py:
```python
import ldap.filter
```
Since webserver_config.py is imported into the same process as the FAB
security manager, this registers ldap.filter on the ldap module for the whole
process and the 500 goes away. No rebuild needed just restart the API server /
webserver.
--
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]