aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-29 00:15:23 +0000
committerMichael Scherer <misc@mageia.org>2011-03-29 00:15:23 +0000
commit2752fd8cf79605c41dfd283e0f54a0b5f817bd39 (patch)
tree162d76e928f043824f20e8a46b3ebb50cca8764f /modules/sympa/templates
parent8434ba9b29e45462417c293775dd31ed514f03e9 (diff)
downloadpuppet-2752fd8cf79605c41dfd283e0f54a0b5f817bd39.tar
puppet-2752fd8cf79605c41dfd283e0f54a0b5f817bd39.tar.gz
puppet-2752fd8cf79605c41dfd283e0f54a0b5f817bd39.tar.bz2
puppet-2752fd8cf79605c41dfd283e0f54a0b5f817bd39.tar.xz
puppet-2752fd8cf79605c41dfd283e0f54a0b5f817bd39.zip
- fix again the filter, oops
Diffstat (limited to 'modules/sympa/templates')
-rw-r--r--modules/sympa/templates/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/templates/config b/modules/sympa/templates/config
index ad062e06..4f390729 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 %>,ou=Group,<%= dc_suffix %>)
+ filter (memberOf=cn=<%= subscriber_ldap_group %>,ou=Group,<%= dc_suffix %>)
attrs mail
select first
scope one