Timothy Jaeryang Baek 4 miesięcy temu
rodzic
commit
39b06dc3b6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      backend/open_webui/config.py

+ 1 - 1
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(