14 lines
344 B
CFEngine3
14 lines
344 B
CFEngine3
server_host = @@LDAP_HOST@@
|
|
server_port = 389
|
|
version = 3
|
|
bind = yes
|
|
start_tls = yes
|
|
bind_dn = @@LDAP_USER@@
|
|
bind_pw = @@LDAP_PASSWORD@@
|
|
search_base = @@LDAP_BASE@@
|
|
scope = sub
|
|
query_filter = (mail=%s)
|
|
result_attribute= mail
|
|
result_format = %d/%u/Maildir/
|
|
debuglevel = 0
|