I am getting below mentioned error while applying attribute specific ACL on userpassword. It is ok with when applied ACL with full control.
Attribute dsHeuristic value is 0000002001001.
ACL-> dsacls localhost:389/o=xyz.com /I:T /G cn=abc,o=xyz.com:RPWPCA;userpassword
Error->(Bind dn is cn=abc,o=xyz.com)
***Call Modify...
ldap_modify_s(ld, 'cn=pqr,o=xyz.com',[1] attrs);
Error: Modify: Insufficient Rights. <50>
Server error: 00002098: SecErr: DSID-0315211E, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
Error 0x2098 Insufficient access rights to perform the operation.
Thanks in advance.