Gurus,
When I try to reset a user's password using 'ldappasswordmodify' authenticating it with "Directory Manager" can't find the user.
$ ./ldappasswordmodify -h localhost -p 1389 -D "cn=Directory Manager" -w xxxxxx --authzID u:abcde100
The LDAP password modify operation failed with result code 32
Error Message: The provided authorization ID string "u:abcde100" could not
be mapped to any user in the directory
In the access log:
[16/Mar/2019:16:01:44 +0000] CONNECT conn=684 from=127.0.0.1:63998 to=127.0.0.1:1389 protocol=LDAPS
[16/Mar/2019:16:01:44 +0000] BIND REQ conn=684 op=0 msgID=1 type=SIMPLE dn="cn=Directory Manager" version=3
[16/Mar/2019:16:01:44 +0000] BIND RES conn=684 op=0 msgID=1 result=0 authDN="cn=Directory Manager,cn=Root DNs,cn=config" etime=0
[16/Mar/2019:16:01:44 +0000] EXTENDED REQ conn=684 op=1 msgID=2 name="Password Modify" oid="1.3.6.1.4.1.4203.1.11.1"
[16/Mar/2019:16:01:44 +0000] EXTENDED RES conn=684 op=1 msgID=2 result=32 message="The provided authorization ID string "u:abcde100" could not be mapped to any user in the directory" etime=3
[16/Mar/2019:16:01:44 +0000] UNBIND REQ conn=684 op=2 msgID=3
[16/Mar/2019:16:01:44 +0000] DISCONNECT conn=684 reason="Client Disconnect"
Any ideas what is wrong?
Thanks in advance,
aBBy007