Account admins can set any password under System Accounts
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenLDAP DIT |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
This ACL:
# userPassword access
# shadowLastChange is here because it needs to be writable by the user because
# of pam_ldap, which will update this attr whenever the password is changed.
# And this is done with the user's credentials
access to dn.subtree=
by self write
by group.exact=
by * read
access to dn.subtree=
by group.exact=
by self write
by anonymous auth
by * none
Allows account admins to set passwords also under ou=System Accounts, allowing them to become Ldap Admins for example.
Fixed in trunk