diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-19 13:24:20 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-19 13:24:20 +0000 |
commit | 084e16f74460866564148cd6893eed043592de53 (patch) | |
tree | 545f522b030be570872052dec24cf1e10f1f511b /modules/openldap/templates | |
parent | b1f30c1696d38f2a6b20f85a0c4921653d4718a6 (diff) | |
download | puppet-084e16f74460866564148cd6893eed043592de53.tar puppet-084e16f74460866564148cd6893eed043592de53.tar.gz puppet-084e16f74460866564148cd6893eed043592de53.tar.bz2 puppet-084e16f74460866564148cd6893eed043592de53.tar.xz puppet-084e16f74460866564148cd6893eed043592de53.zip |
- 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
Diffstat (limited to 'modules/openldap/templates')
-rw-r--r-- | modules/openldap/templates/mandriva-dit-access.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |