add support for different aliases and users ldap settings
This commit is contained in:
parent
dd0bf2be1f
commit
3d42241819
3 changed files with 10 additions and 6 deletions
|
|
@ -6,9 +6,9 @@ ldap_tls_cert: {{ postfix.ldap.tls_cert }}
|
|||
ldap_tls_key: {{ postfix.ldap.tls_key }}
|
||||
ldap_bind_dn: {{ postfix.ldap.bind_dn }}
|
||||
ldap_bind_pw: {{ postfix.ldap.bind_pw }}
|
||||
ldap_search_base: {{ postfix.ldap.search_base }}
|
||||
ldap_search_base: {{ postfix.ldap.users.search_base }}
|
||||
ldap_scope: sub
|
||||
ldap_filter: {{ postfix.ldap.filter }}
|
||||
ldap_filter: {{ postfix.ldap.users.filter }}
|
||||
ldap_auth_method: bind
|
||||
{% else %}
|
||||
# LDAP is not configured for this server.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue