aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-24 23:33:53 +0000
committerMichael Scherer <misc@mageia.org>2011-03-24 23:33:53 +0000
commit3c859017cfb213f7ffd5903af3c6d94446c4709d (patch)
tree6e098eb3eae1b35e9bb300f0ca108bfe2431a51a /modules/sympa/templates
parentbf6760d41e1906ed49fec4bf7e0403214c595aba (diff)
downloadpuppet-3c859017cfb213f7ffd5903af3c6d94446c4709d.tar
puppet-3c859017cfb213f7ffd5903af3c6d94446c4709d.tar.gz
puppet-3c859017cfb213f7ffd5903af3c6d94446c4709d.tar.bz2
puppet-3c859017cfb213f7ffd5903af3c6d94446c4709d.tar.xz
puppet-3c859017cfb213f7ffd5903af3c6d94446c4709d.zip
- fix syntax
Diffstat (limited to 'modules/sympa/templates')
-rw-r--r--modules/sympa/templates/search_filters/group.ldap2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/templates/search_filters/group.ldap b/modules/sympa/templates/search_filters/group.ldap
index e42fdc9a..a46008d9 100644
--- a/modules/sympa/templates/search_filters/group.ldap
+++ b/modules/sympa/templates/search_filters/group.ldap
@@ -1,5 +1,5 @@
host ldap.<%= domain %>:636
-ldap_use_ssl yes
+use_ssl yes
suffix ou=People,<%= dc_suffix %>
filter (&(mail = [sender])(memberOf=cn=<%= name %>,ou=Group,<%= dc_suffix %>))
scope sub