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 = (&(|(mail=%s)(shadowAddress=%s))(accountStatus=active)(enabledService=mail)(enabledService=deliver)(|(objectClass=mailAlias)(&(objectClass=mailUser)(enabledService=forward))))
|
||||
|
Reference in New Issue
Block a user