aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-24 17:14:12 +0000
committerMichael Scherer <misc@mageia.org>2011-03-24 17:14:12 +0000
commitef7cc7b25bea8b6e937b0ba20e3c5c29c03c52e1 (patch)
tree05f3306ba9f53120443123087588cbdb1ea9e97b /modules
parentf377da0345e42b62c05b6986d74cc05c42ef6dac (diff)
downloadpuppet-ef7cc7b25bea8b6e937b0ba20e3c5c29c03c52e1.tar
puppet-ef7cc7b25bea8b6e937b0ba20e3c5c29c03c52e1.tar.gz
puppet-ef7cc7b25bea8b6e937b0ba20e3c5c29c03c52e1.tar.bz2
puppet-ef7cc7b25bea8b6e937b0ba20e3c5c29c03c52e1.tar.xz
puppet-ef7cc7b25bea8b6e937b0ba20e3c5c29c03c52e1.zip
- force ssl ( using undocumented parameter )
Diffstat (limited to 'modules')
-rw-r--r--modules/sympa/templates/search_filters/group.ldap1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/sympa/templates/search_filters/group.ldap b/modules/sympa/templates/search_filters/group.ldap
index b6b1ad8d..e42fdc9a 100644
--- a/modules/sympa/templates/search_filters/group.ldap
+++ b/modules/sympa/templates/search_filters/group.ldap
@@ -1,4 +1,5 @@
host ldap.<%= domain %>:636
+ldap_use_ssl yes
suffix ou=People,<%= dc_suffix %>
filter (&(mail = [sender])(memberOf=cn=<%= name %>,ou=Group,<%= dc_suffix %>))
scope sub