Unlock Super User cn=orcladmin in OID
If you are not able to login with the user cn=orcladmin and
you are getting the following error in the OID logs, then the issue is the
account cn=orcladmin is locked is in locked
state.
ERROR : cn=orcladmin : Your account is locked. Contact your
OID administrator.]
In order to fix this issue, we need to unlock the account.
For this follow the below steps,
1.
Login to OID Server
2.
Set the required path variables ORACLE_HOME and ORACLE_INSTANCE as given below,
eg:
Export
ORACLE_HOME=/u10/app/product/Middleware/Oracle_IDM1
Export
ORACLE_INSTANCE=/u10/app/product/Middleware/asinst_1
3.
Navigate to ORACLE_HOME/ldap/bin
4.
Execute the following command ./oidpasswd connect=OIDDB
unlock_su_acct=true
This will unlock the super user orcladmin.