add ldap tls config

This commit is contained in:
Sebastian Hugentobler 2016-08-03 15:15:09 +02:00
parent efb41b9dff
commit f90c14f551

View File

@ -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"}}"