forked from infra/ansible
mail: rebase config against upstream
This commit is contained in:
parent
d5ec34c47e
commit
cd80847a57
@ -31,8 +31,7 @@ dn = {{ ldap_binddn }}
|
|||||||
dnpass = {{ ldap_bindpw }}
|
dnpass = {{ ldap_bindpw }}
|
||||||
|
|
||||||
# Use SASL binding instead of the simple binding. Note that this changes
|
# Use SASL binding instead of the simple binding. Note that this changes
|
||||||
# ldap_version automatically to be 3 if it's lower. Also note that SASL binds
|
# ldap_version automatically to be 3 if it's lower.
|
||||||
# and auth_bind=yes don't work together.
|
|
||||||
#sasl_bind = no
|
#sasl_bind = no
|
||||||
# SASL mechanism name to use.
|
# SASL mechanism name to use.
|
||||||
#sasl_mech =
|
#sasl_mech =
|
||||||
@ -46,7 +45,7 @@ dnpass = {{ ldap_bindpw }}
|
|||||||
#tls = no
|
#tls = no
|
||||||
# TLS options, currently supported only with OpenLDAP:
|
# TLS options, currently supported only with OpenLDAP:
|
||||||
tls_ca_cert_file = /etc/ssl/certs/ca-certificates.crt
|
tls_ca_cert_file = /etc/ssl/certs/ca-certificates.crt
|
||||||
#tls_ca_cert_dir = /etc/ssl/certs
|
#tls_ca_cert_dir =
|
||||||
#tls_cipher_suite =
|
#tls_cipher_suite =
|
||||||
# TLS cert/key is used only if LDAP server requires a client certificate.
|
# TLS cert/key is used only if LDAP server requires a client certificate.
|
||||||
#tls_cert_file =
|
#tls_cert_file =
|
||||||
|
Loading…
Reference in New Issue
Block a user