aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap/templates
diff options
context:
space:
mode:
authorBuchan Milne <buchan@mageia.org>2010-11-05 12:41:38 +0000
committerBuchan Milne <buchan@mageia.org>2010-11-05 12:41:38 +0000
commit3ca2360fda5babf630ad7c33269a818d07db110b (patch)
treedd2f5a19dade473e860a5e1be888d1d20e0fc39c /modules/openldap/templates
parent7f5f07ffd6700f51ce3d3d606b27d92ceeef1e9a (diff)
downloadpuppet-3ca2360fda5babf630ad7c33269a818d07db110b.tar
puppet-3ca2360fda5babf630ad7c33269a818d07db110b.tar.gz
puppet-3ca2360fda5babf630ad7c33269a818d07db110b.tar.bz2
puppet-3ca2360fda5babf630ad7c33269a818d07db110b.tar.xz
puppet-3ca2360fda5babf630ad7c33269a818d07db110b.zip
Give registrar group read access to some attributes again, and reduce users access
added in previous commit
Diffstat (limited to 'modules/openldap/templates')
-rw-r--r--modules/openldap/templates/mandriva-dit-access.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/openldap/templates/mandriva-dit-access.conf b/modules/openldap/templates/mandriva-dit-access.conf
index b1f80055..7283fcac 100644
--- a/modules/openldap/templates/mandriva-dit-access.conf
+++ b/modules/openldap/templates/mandriva-dit-access.conf
@@ -95,14 +95,14 @@ access to dn.subtree="ou=People,dc=mageia,dc=org"
access to dn.subtree="ou=People,dc=mageia,dc=org"
filter="(!(objectclass=posixAccount))"
attrs=cn,sn,gn,mail,entry,children,preferredLanguage
- by group/groupOfNames/member.exact="cn=registrars,ou=system groups,dc=mageia,dc=org" =asx
+ by group/groupOfNames/member.exact="cn=registrars,ou=system groups,dc=mageia,dc=org" =asrx
by * +0 break
# let the user change some of his/her attributes
access to dn.subtree="ou=People,dc=mageia,dc=org"
attrs=carLicense,homePhone,homePostalAddress,mobile,pager,telephoneNumber,mail,preferredLanguage
by self write
- by users read
+ by users +sx
# create new accounts
access to dn.regex="^([^,]+,)?ou=(People|Group|Hosts),dc=mageia,dc=org$"