From cf38aea80b0151a874faa2207b7081bc0554e5c4 Mon Sep 17 00:00:00 2001 From: Melwin Kieffer Date: Wed, 11 Oct 2017 12:11:45 +0200 Subject: [PATCH] doc: bindUser and binPassword LDAP options --- config/default.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/default.toml b/config/default.toml index 44f91166..13315fa5 100644 --- a/config/default.toml +++ b/config/default.toml @@ -121,6 +121,9 @@ filter="(|(username={{username}})(mail={{username}}))" #Username field in LDAP (uid/cn/username) uidTag="username" passwordresetlink="" +# Use a different user to bind LDAP (final bind DN will be: {{uidTag}}={{bindUser}},{{baseDN}}) +bindUser="" +bindPassword="" [postfixbounce] # Enable to allow writing Postfix bounce log to Mailtrain listener