ldap_basedn
This commit is contained in:
parent
423729cc3c
commit
f116b740e1
|
@ -76,6 +76,7 @@ But you can use CNAMEs/X509-Alt-names to define different.
|
||||||
|
|
||||||
mail_ldap_basedn::
|
mail_ldap_basedn::
|
||||||
LDAP-BaseDN. `cn=example,cn=net`
|
LDAP-BaseDN. `cn=example,cn=net`
|
||||||
|
(default: value of ldap_basedn)
|
||||||
|
|
||||||
mail_ldap_uris::
|
mail_ldap_uris::
|
||||||
(default: `ldapi://`)
|
(default: `ldapi://`)
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
# vim: set et sw=2 ts=2 sts=2:
|
# vim: set et sw=2 ts=2 sts=2:
|
||||||
|
|
||||||
mail_server_fqdn: '{{ansible_fqdn}}'
|
mail_server_fqdn: '{{ansible_fqdn}}'
|
||||||
|
mail_ldap_basedn: '{{ldap_basedn}}'
|
||||||
mail_ldap_uris: ldapi://
|
mail_ldap_uris: ldapi://
|
||||||
mail_ldap_field_user: mail
|
mail_ldap_field_user: mail
|
||||||
mail_ldap_field_password: userPassword
|
mail_ldap_field_password: userPassword
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
|
|
||||||
# postfix
|
# postfix
|
||||||
- postfix
|
- postfix
|
||||||
#- postfix-ldap
|
|
||||||
- postfix-pcre
|
- postfix-pcre
|
||||||
- postfix-cdb
|
- postfix-cdb
|
||||||
- postfix-lmdb
|
- postfix-lmdb
|
||||||
|
|
Loading…
Reference in a new issue