On 6/3/19 1:16 PM, Eric Freeman wrote:
Sorry there is not.
You create a new user, and you add an ACI to the suffix to allow this user to update passwords. Create a user, something like this dn: uid=password update user,ou=people,dc=example,dc=com
Add "aci" to the suffix to allow this user rights to update userpassword ldapmodify -D "cn=directory manager" -Wdn: dc=example,dc=com changetype: modify add: aci aci: (targetattr = "userPassword") (version 3.0; acl "Allow user to update passwords"; allow (write) (userdn = "ldap:///uid=password update user,ou=people,dc=example,dc=com");) That should do it. HTH, Mark
|
_______________________________________________ 389-users mailing list -- 389-users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to 389-users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/389-users@xxxxxxxxxxxxxxxxxxxxxxx