Fix bad variable interpolation

This commit is contained in:
2020-11-21 20:31:33 -05:00
parent 03294fc79b
commit b387d68eda
14 changed files with 28 additions and 28 deletions

View File

@ -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))