forked from infra/ansible
Postfix should check the LDAP certficate as well.
This commit is contained in:
parent
1cdb5750dc
commit
f70a7dbbdd
@ -1,6 +1,6 @@
|
|||||||
server_host = {{ ldap_uri }}
|
server_host = {{ ldap_uri }}
|
||||||
#tls_ca_cert_file = TODO
|
tls_ca_cert_file = {{ ldap_ca }}
|
||||||
#tls_require_cert = yes
|
tls_require_cert = yes
|
||||||
bind = yes
|
bind = yes
|
||||||
bind_dn = {{ ldap_binddn }}
|
bind_dn = {{ ldap_binddn }}
|
||||||
bind_pw = {{ ldap_bindpw }}
|
bind_pw = {{ ldap_bindpw }}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
server_host = {{ ldap_uri }}
|
server_host = {{ ldap_uri }}
|
||||||
#tls_ca_cert_file = TODO
|
tls_ca_cert_file = {{ ldap_ca }}
|
||||||
#tls_require_cert = yes
|
tls_require_cert = yes
|
||||||
bind = yes
|
bind = yes
|
||||||
bind_dn = {{ ldap_binddn }}
|
bind_dn = {{ ldap_binddn }}
|
||||||
bind_pw = {{ ldap_bindpw }}
|
bind_pw = {{ ldap_bindpw }}
|
||||||
|
Loading…
Reference in New Issue
Block a user