ldap: add option for ldap starttls support

This commit is contained in:
Maximilian Nöthe
2020-03-13 21:07:44 +01:00
committed by GitHub
parent 1ebc53529a
commit df40447616
4 changed files with 8 additions and 0 deletions

View File

@@ -19,3 +19,6 @@ ldap_tls_ciphers: {{ .Env.LDAP_TLS_CIPHERS }}
{{ end }}
{{ end }}
{{ end }}
{{ if .Env.LDAP_START_TLS | default "0" | toBool }}
ldap_start_tls: yes
{{ end }}