Paul Greenberg created AIRFLOW-4989:
---------------------------------------
Summary: LDAP search_filter mail
Key: AIRFLOW-4989
URL: https://issues.apache.org/jira/browse/AIRFLOW-4989
Project: Apache Airflow
Issue Type: Improvement
Components: authentication
Affects Versions: 1.10.3
Reporter: Paul Greenberg
Currently, `user_name_attr` set the following filter: sAMAccountName=%s
It would be nice to allow specify multiple additional keys, e.g. `mail`
search_filter = "(|(sAMAccountName=%s)(mail=%s))"
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)