diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-24 11:54:24 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-24 11:54:24 +0000 |
commit | 88ac05d07c0037961b1bf14b88aafb9eac46abb8 (patch) | |
tree | d26a6a02d74500467782f6348e7e1ba00044a546 | |
parent | 948b780dac8ed4afe3683db0d7242d9006b4313b (diff) | |
download | puppet-88ac05d07c0037961b1bf14b88aafb9eac46abb8.tar puppet-88ac05d07c0037961b1bf14b88aafb9eac46abb8.tar.gz puppet-88ac05d07c0037961b1bf14b88aafb9eac46abb8.tar.bz2 puppet-88ac05d07c0037961b1bf14b88aafb9eac46abb8.tar.xz puppet-88ac05d07c0037961b1bf14b88aafb9eac46abb8.zip |
- fix configuration filter, may be the cause of the mail loop of yesterday
-rw-r--r-- | modules/sympa/templates/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/templates/config b/modules/sympa/templates/config index 22c767ab..39e8920e 100644 --- a/modules/sympa/templates/config +++ b/modules/sympa/templates/config @@ -76,7 +76,7 @@ include_ldap_query host ldap.<%= domain %> suffix ou=People,<%= dc_suffix %> timeout 10 - filter (memberOf=<%= subscriber_ldap_group %>)) + filter (memberOf=<%= subscriber_ldap_group %>) attrs mail select first scope one |