fix ldap bind parameter

This commit is contained in:
Mauro Torrez 2019-09-08 17:03:44 -03:00
parent f405c7ea47
commit 81e5892886

View File

@ -4,7 +4,7 @@ server_host = {{ postfix_ldap_server }}
server_port = {{ postfix_ldap_port }}
version = {{ postfix_ldap_version }}
scope = {{ postfix_ldap_scope }}
bind = {{ postfix_ldap_bind }}
bind = {{ 'yes' if postfix_ldap_bind else 'no' }}
bind_dn = {{ postfix_ldap_bind_dn }}
bind_pw = {{ postfix_ldap_bind_pw }}
start_tls = {{ postfix_ldap_start_tls }}