Fix bad variable interpolation
This commit is contained in:
		| @@ -4,8 +4,8 @@ server_port     = {{ ldap_port }} | ||||
| version         = 3 | ||||
| bind            = yes | ||||
| start_tls       = no | ||||
| bind_dn         = {{ username_ldap_admin }} | ||||
| bind_pw         = {{ passwd_ldap_admin }} | ||||
| bind_dn         = {{ ldap_bind_username }} | ||||
| bind_pw         = {{ ldap_bind_password }} | ||||
| search_base     = {{ ldap_basedn }} | ||||
| scope           = sub | ||||
| query_filter    = (&(objectClass=mailUser)(accountStatus=active)(|(mail=@%d)(shadowAddress=@%d))) | ||||
|   | ||||
| @@ -4,8 +4,8 @@ server_port     = {{ ldap_port }} | ||||
| version         = 3 | ||||
| bind            = yes | ||||
| start_tls       = no | ||||
| bind_dn         = {{ username_ldap_admin }} | ||||
| bind_pw         = {{ passwd_ldap_admin }} | ||||
| 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)) | ||||
|   | ||||
| @@ -4,8 +4,8 @@ server_port     = {{ ldap_port }} | ||||
| version         = 3 | ||||
| bind            = yes | ||||
| start_tls       = no | ||||
| bind_dn         = {{ username_ldap_admin }} | ||||
| bind_pw         = {{ passwd_ldap_admin }} | ||||
| bind_dn         = {{ ldap_bind_username }} | ||||
| bind_pw         = {{ ldap_bind_password }} | ||||
| search_base     = ou=Users,domainName=%d,{{ ldap_basedn }} | ||||
| scope           = one | ||||
| query_filter    = (&(|(mail=%s)(&(enabledService=shadowaddress)(shadowAddress=%s)))(objectClass=mailUser)(accountStatus=active)(enabledService=mail)(enabledService=recipientbcc)) | ||||
|   | ||||
| @@ -4,8 +4,8 @@ server_port     = {{ ldap_port }} | ||||
| bind            = yes | ||||
| start_tls       = no | ||||
| version         = 3 | ||||
| bind_dn         = {{ username_ldap_admin }} | ||||
| bind_pw         = {{ passwd_ldap_admin }} | ||||
| bind_dn         = {{ ldap_bind_username }} | ||||
| bind_pw         = {{ ldap_bind_password }} | ||||
| search_base     = {{ ldap_basedn }} | ||||
| scope           = one | ||||
| query_filter    = (&(objectClass=mailDomain)(|(domainName=%s)(&(enabledService=domainalias)(domainAliasName=%s)))(domainBackupMX=yes)(accountStatus=active)(enabledService=mail)) | ||||
|   | ||||
| @@ -4,8 +4,8 @@ server_port     = {{ ldap_port }} | ||||
| version         = 3 | ||||
| bind            = yes | ||||
| start_tls       = no | ||||
| bind_dn         = {{ username_ldap_admin }} | ||||
| bind_pw         = {{ passwd_ldap_admin }} | ||||
| 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=senderbcc)) | ||||
|   | ||||
| @@ -4,8 +4,8 @@ server_port     = {{ ldap_port }} | ||||
| version         = 3 | ||||
| bind            = yes | ||||
| start_tls       = no | ||||
| bind_dn         = {{ username_ldap_admin }} | ||||
| bind_pw         = {{ passwd_ldap_admin }} | ||||
| bind_dn         = {{ ldap_bind_username }} | ||||
| bind_pw         = {{ ldap_bind_password }} | ||||
| search_base     = ou=Users,domainName=%d,{{ ldap_basedn }} | ||||
| scope           = one | ||||
| query_filter    = (&(|(mail=%s)(&(enabledService=shadowaddress)(shadowAddress=%s)))(objectClass=mailUser)(accountStatus=active)(enabledService=mail)(enabledService=senderbcc)) | ||||
|   | ||||
| @@ -4,8 +4,8 @@ server_port     = {{ ldap_port }} | ||||
| version         = 3 | ||||
| bind            = yes | ||||
| start_tls       = no | ||||
| bind_dn         = {{ username_ldap_admin }} | ||||
| bind_pw         = {{ passwd_ldap_admin }} | ||||
| bind_dn         = {{ ldap_bind_username }} | ||||
| bind_pw         = {{ ldap_bind_password }} | ||||
| search_base     = {{ ldap_basedn }} | ||||
| scope           = sub | ||||
| query_filter    = (&(objectClass=mailUser)(accountStatus=active)(enabledService=mail)(enabledService=smtp)(|(mail=%s)(&(enabledService=shadowaddress)(shadowAddress=%s)))) | ||||
|   | ||||
| @@ -4,8 +4,8 @@ server_port     = {{ ldap_port }} | ||||
| version         = 3 | ||||
| bind            = yes | ||||
| start_tls       = no | ||||
| bind_dn         = {{ username_ldap_admin }} | ||||
| bind_pw         = {{ passwd_ldap_admin }} | ||||
| bind_dn         = {{ ldap_bind_username }} | ||||
| bind_pw         = {{ ldap_bind_password }} | ||||
| search_base     = {{ ldap_basedn }} | ||||
| scope           = one | ||||
| query_filter    = (&(objectClass=mailDomain)(accountStatus=active)(enabledService=mail)(|(domainName=%s)(domainAliasName=%s))) | ||||
|   | ||||
| @@ -4,8 +4,8 @@ server_port     = {{ ldap_port }} | ||||
| version         = 3 | ||||
| bind            = yes | ||||
| start_tls       = no | ||||
| bind_dn         = {{ username_ldap_admin }} | ||||
| bind_pw         = {{ passwd_ldap_admin }} | ||||
| bind_dn         = {{ ldap_bind_username }} | ||||
| bind_pw         = {{ ldap_bind_password }} | ||||
| search_base     = ou=Users,domainName=%d,{{ ldap_basedn }} | ||||
| scope           = one | ||||
| query_filter    = (&(objectClass=mailUser)(mail=%s)(accountStatus=active)(enabledService=mail)) | ||||
|   | ||||
| @@ -4,8 +4,8 @@ server_port     = {{ ldap_port }} | ||||
| version         = 3 | ||||
| bind            = yes | ||||
| start_tls       = no | ||||
| bind_dn         = {{ username_ldap_admin }} | ||||
| bind_pw         = {{ passwd_ldap_admin }} | ||||
| bind_dn         = {{ ldap_bind_username }} | ||||
| bind_pw         = {{ ldap_bind_password }} | ||||
| search_base     = {{ ldap_basedn }} | ||||
| scope           = sub | ||||
| query_filter    = (&(|(mail=%s)(shadowAddress=%s))(accountStatus=active)(enabledService=mail)(enabledService=deliver)(|(objectClass=mailAlias)(&(objectClass=mailUser)(enabledService=forward)))) | ||||
|   | ||||
| @@ -4,8 +4,8 @@ server_port     = {{ ldap_port }} | ||||
| version         = 3 | ||||
| bind            = yes | ||||
| start_tls       = no | ||||
| bind_dn         = {{ username_ldap_admin }} | ||||
| bind_pw         = {{ passwd_ldap_admin }} | ||||
| bind_dn         = {{ ldap_bind_username }} | ||||
| bind_pw         = {{ ldap_bind_password }} | ||||
| search_base     = {{ ldap_basedn }} | ||||
| scope           = sub | ||||
| query_filter    = (&(accountStatus=active)(enabledService=mail)(enabledService=deliver)(|(&(|(memberOfGroup=%s)(shadowAddress=%s))(objectClass=mailUser))(&(memberOfGroup=%s)(!(shadowAddress=%s))(|(objectClass=mailExternalUser)(objectClass=mailList)(objectClass=mailAlias))))) | ||||
|   | ||||
| @@ -4,8 +4,8 @@ server_port     = {{ ldap_port }} | ||||
| version         = 3 | ||||
| bind            = yes | ||||
| start_tls       = no | ||||
| bind_dn         = {{ username_ldap_admin }} | ||||
| bind_pw         = {{ passwd_ldap_admin }} | ||||
| bind_dn         = {{ ldap_bind_username }} | ||||
| bind_pw         = {{ ldap_bind_password }} | ||||
| search_base     = {{ ldap_basedn }} | ||||
| scope           = sub | ||||
| query_filter    = (&(objectClass=mailUser)(accountStatus=active)(enabledService=mail)(enabledService=deliver)(|(mail=%s)(&(enabledService=shadowaddress)(shadowAddress=%s)))) | ||||
|   | ||||
| @@ -4,8 +4,8 @@ server_port     = {{ ldap_port }} | ||||
| bind            = yes | ||||
| start_tls       = no | ||||
| version         = 3 | ||||
| bind_dn         = {{ username_ldap_admin }} | ||||
| bind_pw         = {{ passwd_ldap_admin }} | ||||
| bind_dn         = {{ ldap_bind_username }} | ||||
| bind_pw         = {{ ldap_bind_password }} | ||||
| search_base     = {{ ldap_basedn }} | ||||
| scope           = one | ||||
| query_filter    = (&(objectClass=mailDomain)(|(domainName=%s)(&(enabledService=domainalias)(domainAliasName=%s)))(!(domainBackupMX=yes))(accountStatus=active)(enabledService=mail)) | ||||
|   | ||||
| @@ -4,8 +4,8 @@ server_port     = {{ ldap_port }} | ||||
| version         = 3 | ||||
| bind            = yes | ||||
| start_tls       = no | ||||
| bind_dn         = {{ username_ldap_admin }} | ||||
| bind_pw         = {{ passwd_ldap_admin }} | ||||
| bind_dn         = {{ ldap_bind_username }} | ||||
| bind_pw         = {{ ldap_bind_password }} | ||||
| search_base     = {{ ldap_basedn }} | ||||
| scope           = sub | ||||
| query_filter    = (&(objectClass=mailUser)(|(mail=%s)(&(enabledService=shadowaddress)(shadowAddress=%s)))(accountStatus=active)(enabledService=mail)(enabledService=deliver)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user