forked from Deuxfleurs/nixcfg
12 lines
382 B
Smarty
12 lines
382 B
Smarty
bind = yes
|
|
bind_dn = {{ key "secrets/email/postfix/ldap_binddn" | trimSpace }}
|
|
bind_pw = {{ key "secrets/email/postfix/ldap_bindpwd" | trimSpace }}
|
|
version = 3
|
|
timeout = 20
|
|
start_tls = no
|
|
tls_require_cert = no
|
|
server_host = ldap://{{ env "meta.site" }}.bottin.service.prod.consul
|
|
scope = sub
|
|
search_base = ou=users,dc=deuxfleurs,dc=fr
|
|
query_filter = mail=%s
|
|
result_attribute = mail
|