Add saslauthd option for ldap_start_tls & ldap_tls_check_peer - (Solves: #979, #980)

This commit is contained in:
Franz Keferböck 2018-06-02 21:16:16 +02:00 committed by Johan Smits
parent 60656aec49
commit e27e13c1b3
4 changed files with 18 additions and 0 deletions

View file

@ -261,6 +261,15 @@ SASLAUTHD_LDAP_SEARCH_BASE=
# e.g. for openldap: `(&(uid=%U)(objectClass=person))`
SASLAUTHD_LDAP_FILTER=
# empty => no
# yes => LDAP over TLS enabled for SASL
# Must not be used together with SASLAUTHD_LDAP_SSL=1_
SASLAUTHD_LDAP_START_TLS=
# empty => no
# yes => Require and verify server certificate
SASLAUTHD_LDAP_TLS_CHECK_PEER=
# empty => No sasl_passwd will be created
# string => `/etc/postfix/sasl_passwd` will be created with the string as password
SASL_PASSWD=