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