From e53bf4588f17d32db06a6f8b1e0b11599054e4ac Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 28 Mar 2011 22:12:12 +0000 Subject: give the proper argument to connect to ldap ( and note the syntax that is different from the one used on other ldap settings ) --- modules/sympa/templates/search_filters/group.ldap | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/sympa/templates/search_filters/group.ldap') 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 %>)) -- cgit v1.2.1