[Solved] How to change a password of a user in OID
Hi,
I'm currently exporting user entries out of OID from server A to server B. All the users are exported and imported using an ldif file. After importing the users with an LDAP Browser tool, the users are visible as new entries under the Users node. (so I can conclude they are added to the OID)
Next thing I need to do is reset the password of all the new users, so I picked out a new user (eg: export_test_user1) and I tried to reset his password using a procedure (which works just fine for 'old' entries on server B).
After execution I get the following error code:
ORA-31202: DBMS_LDAP: LDAP client/server error: No such object. Entry to be modified not found.
Anybody any idea? I'll post my solution if I find the problem!
Thanks in advance,
Koen
Message was edited by:
Koen Verhulst