mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
refac
This commit is contained in:
parent
e358a66fb1
commit
39b06dc3b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue