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

@@ -134,6 +134,9 @@ TZ=Europe/Amsterdam
# Path to CA certs directory. Used when server sertificate verify is enabled.
#LDAP_TLS_CACERT_DIR=/etc/ssl/certs
# Wether to use starttls, implies LDAPv3 and requires ldap:// instead of ldaps://
# LDAP_START_TLS=1
#
# Advanced configuration options (you generally don't need to change these)