Enable TLS for LDAP in postfix.
This commit is contained in:
parent
7999a4ec89
commit
fbe164e2db
@ -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 }}
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user