add ldap tls config
This commit is contained in:
parent
efb41b9dff
commit
f90c14f551
@ -136,7 +136,7 @@ perspectives:
|
||||
ldap_config:
|
||||
enabled: true
|
||||
uri: "{{getenv "LDAP_URI"}}"
|
||||
start_tls: true
|
||||
start_tls: {{getenv "LDAP_TLS"}}
|
||||
base: "{{getenv "LDAP_BASE_DN"}}"
|
||||
attributes:
|
||||
uid: "{{getenv "LDAP_UID_ATTRIBUTE"}}"
|
||||
|
Loading…
Reference in New Issue
Block a user