14 lines
519 B
Django/Jinja
14 lines
519 B
Django/Jinja
# {{ ansible_managed }}
|
|
server_host = {{ ldap_host }}
|
|
server_port = {{ ldap_port }}
|
|
version = 3
|
|
bind = yes
|
|
start_tls = no
|
|
bind_dn = {{ ldap_bind_username }}
|
|
bind_pw = {{ ldap_bind_password }}
|
|
search_base = {{ ldap_basedn }}
|
|
scope = one
|
|
query_filter = (&(objectClass=mailDomain)(|(domainName=%d)(domainAliasName=%d))(accountStatus=active)(enabledService=mail)(enabledService=recipientbcc))
|
|
result_attribute= domainRecipientBccAddress
|
|
debuglevel = 0
|