Add mail roles
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
# {{ ansible_managed }}
|
||||
server_host = {{ ldap_host }}
|
||||
server_port = {{ ldap_port }}
|
||||
bind = yes
|
||||
start_tls = no
|
||||
version = 3
|
||||
bind_dn = {{ username_ldap_admin }}
|
||||
bind_pw = {{ passwd_ldap_admin }}
|
||||
search_base = {{ ldap_basedn }}
|
||||
scope = one
|
||||
query_filter = (&(objectClass=mailDomain)(|(domainName=%s)(&(enabledService=domainalias)(domainAliasName=%s)))(!(domainBackupMX=yes))(accountStatus=active)(enabledService=mail))
|
||||
result_attribute= domainName
|
||||
debuglevel = 0
|
Reference in New Issue
Block a user