aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-24 16:49:51 +0000
committerMichael Scherer <misc@mageia.org>2011-03-24 16:49:51 +0000
commit985d2b3502ae19cde8d93d6310d1334a25c2f674 (patch)
tree3e8decdca80b7af3d7be67f4c9e5ea1480720f4b
parent4d29b3aa473e9c639c008e77471ac9a785edfc12 (diff)
downloadpuppet-985d2b3502ae19cde8d93d6310d1334a25c2f674.tar
puppet-985d2b3502ae19cde8d93d6310d1334a25c2f674.tar.gz
puppet-985d2b3502ae19cde8d93d6310d1334a25c2f674.tar.bz2
puppet-985d2b3502ae19cde8d93d6310d1334a25c2f674.tar.xz
puppet-985d2b3502ae19cde8d93d6310d1334a25c2f674.zip
- try to force ssl for search_filer on ldap
-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 bba53d9d..b6b1ad8d 100644
--- a/modules/sympa/templates/search_filters/group.ldap
+++ b/modules/sympa/templates/search_filters/group.ldap
@@ -1,4 +1,4 @@
-host ldap.<%= domain %>:389
+host ldap.<%= domain %>:636
suffix ou=People,<%= dc_suffix %>
filter (&(mail = [sender])(memberOf=cn=<%= name %>,ou=Group,<%= dc_suffix %>))
scope sub