forked from Deuxfleurs/nixcfg
9 lines
408 B
Smarty
9 lines
408 B
Smarty
server_host = {{ env "meta.site" }}.bottin.service.prod.consul
|
|
server_port = 389
|
|
search_base = dc=deuxfleurs,dc=fr
|
|
query_filter = (&(objectClass=inetOrgPerson)(memberOf=cn=%s,ou=mailing_lists,ou=groups,dc=deuxfleurs,dc=fr))
|
|
result_attribute = mail
|
|
bind = yes
|
|
bind_dn = {{ key "secrets/email/postfix/ldap_binddn" | trimSpace }}
|
|
bind_pw = {{ key "secrets/email/postfix/ldap_bindpwd" | trimSpace }}
|
|
version = 3
|