diff options
author | Buchan Milne <buchan@mageia.org> | 2011-02-16 12:57:54 +0000 |
---|---|---|
committer | Buchan Milne <buchan@mageia.org> | 2011-02-16 12:57:54 +0000 |
commit | edb25a33348e7546d8fb22431474cf1cbc3a86fc (patch) | |
tree | 09e2b54950c2254bb0e872a7dbcf603a976e6472 /modules | |
parent | d41539925e0c910066e0186513ae23adf795a764 (diff) | |
download | puppet-edb25a33348e7546d8fb22431474cf1cbc3a86fc.tar puppet-edb25a33348e7546d8fb22431474cf1cbc3a86fc.tar.gz puppet-edb25a33348e7546d8fb22431474cf1cbc3a86fc.tar.bz2 puppet-edb25a33348e7546d8fb22431474cf1cbc3a86fc.tar.xz puppet-edb25a33348e7546d8fb22431474cf1cbc3a86fc.zip |
Let users modify their names
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 d6a8a49c..3571dd97 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,sshPublicKey + attrs=cn,sn,givenName,carLicense,homePhone,homePostalAddress,mobile,pager,telephoneNumber,mail,preferredLanguage,sshPublicKey by self write by users read |