diff options
author | Buchan Milne <buchan@mageia.org> | 2010-11-05 14:27:41 +0000 |
---|---|---|
committer | Buchan Milne <buchan@mageia.org> | 2010-11-05 14:27:41 +0000 |
commit | af5fe3bb2fc98dfce8fbfe8999d4ccdc0b47ffe3 (patch) | |
tree | 0233ba4ce8fb233504f82d258481f213d648b8ad /modules | |
parent | 2272cb3cff69b65a3874b6abb4cfacb49b85ba84 (diff) | |
download | puppet-af5fe3bb2fc98dfce8fbfe8999d4ccdc0b47ffe3.tar puppet-af5fe3bb2fc98dfce8fbfe8999d4ccdc0b47ffe3.tar.gz puppet-af5fe3bb2fc98dfce8fbfe8999d4ccdc0b47ffe3.tar.bz2 puppet-af5fe3bb2fc98dfce8fbfe8999d4ccdc0b47ffe3.tar.xz puppet-af5fe3bb2fc98dfce8fbfe8999d4ccdc0b47ffe3.zip |
Allow a bit more access to groups
Diffstat (limited to 'modules')
-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 347edcdb..b63880f4 100644 --- a/modules/openldap/templates/mandriva-dit-access.conf +++ b/modules/openldap/templates/mandriva-dit-access.conf @@ -86,7 +86,7 @@ access to dn.regex="^cn=[^,]+,ou=(System Groups|Group),dc=mageia,dc=org$" by users +sx access to dn.regex="^cn=[^,]+,ou=(System Groups|Group),dc=mageia,dc=org$" - attrs=cn,description + attrs=cn,description,objectClass,gidNumber by users read # registration - allow registrar group to create basic unprivileged accounts |