diff options
author | Buchan Milne <buchan@mageia.org> | 2010-11-23 13:29:44 +0000 |
---|---|---|
committer | Buchan Milne <buchan@mageia.org> | 2010-11-23 13:29:44 +0000 |
commit | 79f08dcd0257c75b1b52c29c24b4fcc28fc730e0 (patch) | |
tree | 94700bc4ac1e6745e44951ce119fb9e429f66a3c /modules/openldap/templates | |
parent | 05956ae2f1d47c9cf6fec86c3dd319e58f8ec72a (diff) | |
download | puppet-79f08dcd0257c75b1b52c29c24b4fcc28fc730e0.tar puppet-79f08dcd0257c75b1b52c29c24b4fcc28fc730e0.tar.gz puppet-79f08dcd0257c75b1b52c29c24b4fcc28fc730e0.tar.bz2 puppet-79f08dcd0257c75b1b52c29c24b4fcc28fc730e0.tar.xz puppet-79f08dcd0257c75b1b52c29c24b4fcc28fc730e0.zip |
Allow users to write their own sshPublicKey, and all users to read it
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 a077226c..9c4faea9 100644 --- a/modules/openldap/templates/mandriva-dit-access.conf +++ b/modules/openldap/templates/mandriva-dit-access.conf @@ -113,7 +113,7 @@ access to dn.subtree="ou=People,<%= dc_suffix %>" # let the user change some of his/her attributes access to dn.subtree="ou=People,<%= dc_suffix %>" - attrs=carLicense,homePhone,homePostalAddress,mobile,pager,telephoneNumber,mail,preferredLanguage + attrs=carLicense,homePhone,homePostalAddress,mobile,pager,telephoneNumber,mail,preferredLanguage,sshPublicKey by self write by users read |