forked from mauro/ansible-role-postfix
fix ldap bind parameter
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user