diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-07 03:21:29 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-07 03:21:29 +0000 |
commit | a19dd927a61dbf9f285a3cdab0ce196606dc96fa (patch) | |
tree | cefdc3a5c0019b73c42c8fb4d0e94723b15c8469 /modules/sympa | |
parent | bcf24ecd77c9dc662facb4299e45f9da94947b4d (diff) | |
download | puppet-a19dd927a61dbf9f285a3cdab0ce196606dc96fa.tar puppet-a19dd927a61dbf9f285a3cdab0ce196606dc96fa.tar.gz puppet-a19dd927a61dbf9f285a3cdab0ce196606dc96fa.tar.bz2 puppet-a19dd927a61dbf9f285a3cdab0ce196606dc96fa.tar.xz puppet-a19dd927a61dbf9f285a3cdab0ce196606dc96fa.zip |
- fix wrong config file directive ( and also align the last line )
Diffstat (limited to 'modules/sympa')
-rw-r--r-- | modules/sympa/templates/auth.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 .* |