This commit is contained in:
Timothy Jaeryang Baek 2025-02-27 11:45:25 -08:00
parent 2ac0eae99e
commit 70667d5cc8

View File

@ -2416,7 +2416,7 @@ LDAP_SEARCH_BASE = PersistentConfig(
LDAP_SEARCH_FILTERS = PersistentConfig( LDAP_SEARCH_FILTERS = PersistentConfig(
"LDAP_SEARCH_FILTER", "LDAP_SEARCH_FILTER",
"ldap.server.search_filter", "ldap.server.search_filter",
os.environ.get("LDAP_SEARCH_FILTER", ""), os.environ.get("LDAP_SEARCH_FILTER", os.environ.get("LDAP_SEARCH_FILTERS", "")),
) )
LDAP_USE_TLS = PersistentConfig( LDAP_USE_TLS = PersistentConfig(