mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
refac
This commit is contained in:
@@ -2879,7 +2879,7 @@ LDAP_CA_CERT_FILE = PersistentConfig(
|
|||||||
LDAP_VALIDATE_CERT = PersistentConfig(
|
LDAP_VALIDATE_CERT = PersistentConfig(
|
||||||
"LDAP_VALIDATE_CERT",
|
"LDAP_VALIDATE_CERT",
|
||||||
"ldap.server.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(
|
LDAP_CIPHERS = PersistentConfig(
|
||||||
|
|||||||
Reference in New Issue
Block a user