From db076e106ad485c610b2d76f252beb6012f729af Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 7 Dec 2010 03:21:31 +0000 Subject: - sympa need to use its account to read data from ldap --- modules/sympa/templates/auth.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/sympa/templates/auth.conf b/modules/sympa/templates/auth.conf index 334dc167..94908e15 100644 --- a/modules/sympa/templates/auth.conf +++ b/modules/sympa/templates/auth.conf @@ -7,6 +7,9 @@ ldap email_attribute mail scope sub use_ssl 1 + bind_dn cn=alamut-sympa,ou=System Accounts,<%= dc_suffix %> + bind_password <%= ldap_passwd %> + user_table regexp .* -- cgit v1.2.1