aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/group.ldap
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-10 20:17:43 +0000
committerMichael Scherer <misc@mageia.org>2010-12-10 20:17:43 +0000
commit98f9b03aa036bb5cb4b58c9bfeebe98f2f3dafa1 (patch)
treee232c305cf5d4daaac1df2abc124c786d4308a7e /modules/sympa/templates/group.ldap
parent3ede46ab2aec44bf7f721c73eeaf547002faf5fc (diff)
downloadpuppet-98f9b03aa036bb5cb4b58c9bfeebe98f2f3dafa1.tar
puppet-98f9b03aa036bb5cb4b58c9bfeebe98f2f3dafa1.tar.gz
puppet-98f9b03aa036bb5cb4b58c9bfeebe98f2f3dafa1.tar.bz2
puppet-98f9b03aa036bb5cb4b58c9bfeebe98f2f3dafa1.tar.xz
puppet-98f9b03aa036bb5cb4b58c9bfeebe98f2f3dafa1.zip
add support for ldap search filter, to be used in sympa scenari for filtering
Diffstat (limited to 'modules/sympa/templates/group.ldap')
-rw-r--r--modules/sympa/templates/group.ldap4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/sympa/templates/group.ldap b/modules/sympa/templates/group.ldap
new file mode 100644
index 00000000..bba53d9d
--- /dev/null
+++ b/modules/sympa/templates/group.ldap
@@ -0,0 +1,4 @@
+host ldap.<%= domain %>:389
+suffix ou=People,<%= dc_suffix %>
+filter (&(mail = [sender])(memberOf=cn=<%= name %>,ou=Group,<%= dc_suffix %>))
+scope sub