forked from infra/ansible
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
|
server_host = {{ ldap_host }}
|
||
|
bind = yes
|
||
|
bind_dn = {{ ldap_binddn }}
|
||
|
bind_pw = {{ ldap_bindpw }}
|
||
|
version = 3
|
||
|
|
||
|
search_base = dc=binary-kitchen,dc=de
|
||
|
query_filter = (&(objectClass=mailUser)(mail=%s))
|
||
|
result_attribute = uid
|
||
|
result_format = %u/.maildir/
|