From 084e16f74460866564148cd6893eed043592de53 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 19 Feb 2011 13:24:20 +0000 Subject: - add right to users to do a CMP against group member, as the django plugin to auth against ldap ( used by transifex ) use this to determine group membership and fail if the access is not sufficient --- modules/openldap/templates/mandriva-dit-access.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/openldap') diff --git a/modules/openldap/templates/mandriva-dit-access.conf b/modules/openldap/templates/mandriva-dit-access.conf index 3571dd97..acf22a75 100644 --- a/modules/openldap/templates/mandriva-dit-access.conf +++ b/modules/openldap/templates/mandriva-dit-access.conf @@ -84,7 +84,7 @@ access to dn.regex="^cn=[^,]+,ou=(System Groups|Group),<%= dc_suffix %>$" attrs=member by dnattr=owner write by group.exact="cn=Account Admins,ou=System Groups,<%= dc_suffix %>" write - by users +srx + by users +scrx access to dn.regex="^cn=[^,]+,ou=(System Groups|Group),<%= dc_suffix %>$" attrs=cn,description,objectClass,gidNumber -- cgit v1.2.1