mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-18 20:25:57 +08:00
refac
This commit is contained in:
parent
e358a66fb1
commit
39b06dc3b6
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user