aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/sasl/templates/saslauthd.conf.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/roles/sasl/templates/saslauthd.conf.j2 b/ansible/roles/sasl/templates/saslauthd.conf.j2
new file mode 100644
index 0000000..5e887e7
--- /dev/null
+++ b/ansible/roles/sasl/templates/saslauthd.conf.j2
@@ -0,0 +1,5 @@
+ldap_servers: {{ sasl_ldap_server }}
+ldap_search_base: {{ sasl_ldap_search_base }}
+ldap_bind_dn: {{ sasl_ldap_bind_dn }}
+ldap_bind_pw: {{ sasl_ldap_bind_pw }}
+ldap_filter: (uid=%u)