Make filter configurable
This commit is contained in:
parent
b820cc001d
commit
d2b051f2dd
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ ldap_bind_dn: {{ postfix.ldap.bind_dn }}
|
|||
ldap_bind_pw: {{ postfix.ldap.bind_pw }}
|
||||
ldap_search_base: {{ postfix.ldap.search_base }}
|
||||
ldap_scope: sub
|
||||
ldap_filter: uid=%u
|
||||
ldap_filter: {{ postfix.ldap.filter }}
|
||||
ldap_auth_method: bind
|
||||
{% else %}
|
||||
# LDAP is not configured for this server.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue