Hi,
I want to update my IDM lab to the version 4.9, but it does not work. eDir/IDV update fails.
%%% Get the administrator credentials -
Enter administrator DN for instance /etc/opt/novell/eDirectory/conf/nds.conf (e.g: cn=admin.o=administrators): cn=admin.ou=sa.o=system
Enter administrator password for instance /etc/opt/novell/eDirectory/conf/nds.conf:
Login for cn=admin.ou=sa.o=system.MY_IDM_DEMO_TREE: failed, invalid request (-641)
Bad password
but I am sure the PW was correct. Then I tried to use dxcmd to verify the password and it failed as well.
NetIQ Identity Manager Command Line Utility
version 4.8.7.0100
Copyright (c) 2023 NetIQ Corporation. All Rights Reserved
Enter user name: admin.sa.system
Enter user's password:
Logging in using:
host: my-idm-demo/192.168.1.250:524
user: admin.sa.system
Using NDAP protocol
novell.jclient.JCException: login -641 ERR_INVALID_REQUEST
at novell.jclient.JCContext.login(Native Method)
at com.novell.nds.dirxml.util.DxCommand.jclientLogin(DxCommand.java:1173)
at com.novell.nds.dirxml.util.DxCommand.login(DxCommand.java:1121)
at com.novell.nds.dirxml.util.DxCommand.commandLine(DxCommand.java:560)
at com.novell.nds.dirxml.util.DxCommand.main(DxCommand.java:522)
So, it looks the issue in the authentication process but I have no clue what is wrong. Login works over LDAP, and login works in iMonitor too.
Because Lothar had a similar issue a few years ago, I tried:
dxcmd -host 192.168.1.250 -user admin.sa.system -password myPassword
...but it did not work.
Any idea what's wrong?
Milan