add ldap tls config
This commit is contained in:
parent
efb41b9dff
commit
f90c14f551
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue