diff options
| author | Michael Scherer <misc@mageia.org> | 2011-03-29 00:15:23 +0000 |
|---|---|---|
| committer | Michael Scherer <misc@mageia.org> | 2011-03-29 00:15:23 +0000 |
| commit | 2752fd8cf79605c41dfd283e0f54a0b5f817bd39 (patch) | |
| tree | 162d76e928f043824f20e8a46b3ebb50cca8764f | |
| parent | 8434ba9b29e45462417c293775dd31ed514f03e9 (diff) | |
| download | puppet-2752fd8cf79605c41dfd283e0f54a0b5f817bd39.tar puppet-2752fd8cf79605c41dfd283e0f54a0b5f817bd39.tar.gz puppet-2752fd8cf79605c41dfd283e0f54a0b5f817bd39.tar.bz2 puppet-2752fd8cf79605c41dfd283e0f54a0b5f817bd39.tar.xz puppet-2752fd8cf79605c41dfd283e0f54a0b5f817bd39.zip | |
- fix again the filter, oops
| -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 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 |
