fix ldap table param
This commit is contained in:
parent
81e5892886
commit
fb423269af
@ -7,7 +7,7 @@ scope = {{ postfix_ldap_scope }}
|
|||||||
bind = {{ 'yes' if postfix_ldap_bind else 'no' }}
|
bind = {{ 'yes' if postfix_ldap_bind else 'no' }}
|
||||||
bind_dn = {{ postfix_ldap_bind_dn }}
|
bind_dn = {{ postfix_ldap_bind_dn }}
|
||||||
bind_pw = {{ postfix_ldap_bind_pw }}
|
bind_pw = {{ postfix_ldap_bind_pw }}
|
||||||
start_tls = {{ postfix_ldap_start_tls }}
|
start_tls = {{ 'yes' if postfix_ldap_start_tls else 'no' }}
|
||||||
tls_ca_cert_file = {{ postfix_ldap_tls_ca_cert_file }}
|
tls_ca_cert_file = {{ postfix_ldap_tls_ca_cert_file }}
|
||||||
tls_ca_cert_dir = {{ postfix_ldap_tls_ca_cert_dir }}
|
tls_ca_cert_dir = {{ postfix_ldap_tls_ca_cert_dir }}
|
||||||
{% if item == 'user' %}
|
{% if item == 'user' %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user