Make filter configurable

This commit is contained in:
Morre 2020-07-10 14:19:22 +02:00
parent b820cc001d
commit d2b051f2dd
No known key found for this signature in database
GPG key ID: 5D9B9B1B8F424BBC
2 changed files with 2 additions and 2 deletions

View file

@ -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.