diff options
author | Buchan Milne <buchan@mageia.org> | 2010-11-05 12:38:44 +0000 |
---|---|---|
committer | Buchan Milne <buchan@mageia.org> | 2010-11-05 12:38:44 +0000 |
commit | 7f5f07ffd6700f51ce3d3d606b27d92ceeef1e9a (patch) | |
tree | 3f722415a62defe8242cdc6dee3f637aef9f5826 /modules/openldap | |
parent | 1433cee4c7df1dbcd5e8ab6e84ed2689371975d4 (diff) | |
download | puppet-7f5f07ffd6700f51ce3d3d606b27d92ceeef1e9a.tar puppet-7f5f07ffd6700f51ce3d3d606b27d92ceeef1e9a.tar.gz puppet-7f5f07ffd6700f51ce3d3d606b27d92ceeef1e9a.tar.bz2 puppet-7f5f07ffd6700f51ce3d3d606b27d92ceeef1e9a.tar.xz puppet-7f5f07ffd6700f51ce3d3d606b27d92ceeef1e9a.zip |
Open read access for users to contact-type details for now
Diffstat (limited to 'modules/openldap')
-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 ba7a2671..b1f80055 100644 --- a/modules/openldap/templates/mandriva-dit-access.conf +++ b/modules/openldap/templates/mandriva-dit-access.conf @@ -102,7 +102,7 @@ access to dn.subtree="ou=People,dc=mageia,dc=org" access to dn.subtree="ou=People,dc=mageia,dc=org" attrs=carLicense,homePhone,homePostalAddress,mobile,pager,telephoneNumber,mail,preferredLanguage by self write - by * +0 break + by users read # create new accounts access to dn.regex="^([^,]+,)?ou=(People|Group|Hosts),dc=mageia,dc=org$" |