Enable TLS for LDAP in postfix.

This commit is contained in:
Markus 2016-02-15 19:21:17 +01:00
parent 7999a4ec89
commit fbe164e2db
2 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,7 @@
server_host = {{ ldap_host }}
start_tls = yes
#tls_ca_cert_file =
#tls_require_cert = yes
bind = yes
bind_dn = {{ ldap_binddn }}
bind_pw = {{ ldap_bindpw }}

View File

@ -1,4 +1,7 @@
server_host = {{ ldap_host }}
start_tls = yes
#tls_ca_cert_file =
#tls_require_cert = yes
bind = yes
bind_dn = {{ ldap_binddn }}
bind_pw = {{ ldap_bindpw }}