From 51caef25aeaf97a8a8412bb397ddde03fa8d4cff Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 13 Dec 2010 23:55:07 +0000 Subject: - move file to subdirectory, easier to understand what's going on --- modules/sympa/templates/search_filters/group.ldap | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 modules/sympa/templates/search_filters/group.ldap (limited to 'modules/sympa/templates/search_filters') diff --git a/modules/sympa/templates/search_filters/group.ldap b/modules/sympa/templates/search_filters/group.ldap new file mode 100644 index 00000000..bba53d9d --- /dev/null +++ b/modules/sympa/templates/search_filters/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 -- cgit v1.2.1