and I have the following under the group ou:
dn: cn=pwmanager,ou=Group,dc=mydomain,dc=com
objectClass: groupOfNames
cn: pwmanager
member: cn=l_luke,ou=People,dc=mydomain,dc=com
member: w_smith,ou=People,dc=mydomain,dc=com
The access defined in the slapd.conf file:
access to attrs=userPassword
by self write
by group.exact="cn=pwmanager,ou=Group,dc=mydomain,dc=com" write
by * none
access to *
by self write
by group.exact="cn=pwmanager,ou=Group,dc=mydomain,dc=com" write
by users read
by * none
Will I be able to use the following command to change user's password?
ldappasswd -x -W -D "uid=l_luke,ou=People,dc=mydomain,dc=com" -S
"uid=w_smith,ou=People,dc=mydomain,dc=com"