aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/search_filters/group.ldap
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-28 22:12:12 +0000
committerMichael Scherer <misc@mageia.org>2011-03-28 22:12:12 +0000
commite53bf4588f17d32db06a6f8b1e0b11599054e4ac (patch)
tree215ed73ca9731d6b0f7a92dab07eb2898b7fef69 /modules/sympa/templates/search_filters/group.ldap
parent9f39ac7b79ac242189e33bccd197ce7a1a308ee5 (diff)
downloadpuppet-e53bf4588f17d32db06a6f8b1e0b11599054e4ac.tar
puppet-e53bf4588f17d32db06a6f8b1e0b11599054e4ac.tar.gz
puppet-e53bf4588f17d32db06a6f8b1e0b11599054e4ac.tar.bz2
puppet-e53bf4588f17d32db06a6f8b1e0b11599054e4ac.tar.xz
puppet-e53bf4588f17d32db06a6f8b1e0b11599054e4ac.zip
give the proper argument to connect to ldap ( and note the syntax that is different from the one used on other ldap settings )
Diffstat (limited to 'modules/sympa/templates/search_filters/group.ldap')
-rw-r--r--modules/sympa/templates/search_filters/group.ldap2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/sympa/templates/search_filters/group.ldap b/modules/sympa/templates/search_filters/group.ldap
index 8bfa24ab..fd1f28d9 100644
--- a/modules/sympa/templates/search_filters/group.ldap
+++ b/modules/sympa/templates/search_filters/group.ldap
@@ -1,4 +1,6 @@
host ldap.<%= domain %>:636
+bind_dn cn=sympa-<%= hostname %>,ou=System Accounts,<%= dc_suffix %>
+bind_password <%= ldap_password %>
use_ssl yes
suffix ou=People,<%= dc_suffix %>
filter (&(mail=[sender])(memberOf=cn=<%= name %>,ou=Group,<%= dc_suffix %>))