From 39b06dc3b65107fb746741f861be91057abf0a6b Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 14 May 2025 23:13:06 +0400 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 32307dec2..c0177e251 100644 --- a/backend/open_webui/config.py +++ b/backend/open_webui/config.py @@ -2879,7 +2879,7 @@ LDAP_CA_CERT_FILE = PersistentConfig( LDAP_VALIDATE_CERT = PersistentConfig( "LDAP_VALIDATE_CERT", "ldap.server.validate_cert", - os.environ.get("LDAP_USE_TLS", "True").lower() == "true", + os.environ.get("LDAP_VALIDATE_CERT", "True").lower() == "true", ) LDAP_CIPHERS = PersistentConfig(