mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-19 01:55:58 +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 = 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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user