From a19dd927a61dbf9f285a3cdab0ce196606dc96fa Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 7 Dec 2010 03:21:29 +0000 Subject: - fix wrong config file directive ( and also align the last line ) --- modules/sympa/templates/auth.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/sympa/templates/auth.conf') diff --git a/modules/sympa/templates/auth.conf b/modules/sympa/templates/auth.conf index 220118b5..334dc167 100644 --- a/modules/sympa/templates/auth.conf +++ b/modules/sympa/templates/auth.conf @@ -3,10 +3,10 @@ ldap timeout 30 suffix <%= dc_suffix %> get_dn_by_uid_filter (uid=[sender]) - get_dn_by_email (|(mail=[sender])(mailalternateaddress=[sender])) + get_dn_by_email_filter (|(mail=[sender])(mailalternateaddress=[sender])) email_attribute mail scope sub - use_ssl 1 + use_ssl 1 user_table regexp .* -- cgit v1.2.1