From 70667d5cc8dd755f7e439bd6eb1f822fc76e38f0 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 27 Feb 2025 11:45:25 -0800 Subject: [PATCH] refac --- backend/open_webui/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/open_webui/config.py b/backend/open_webui/config.py index 5f52d4eee..19abbf143 100644 --- a/backend/open_webui/config.py +++ b/backend/open_webui/config.py @@ -2416,7 +2416,7 @@ LDAP_SEARCH_BASE = PersistentConfig( LDAP_SEARCH_FILTERS = PersistentConfig( "LDAP_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(