I did try welcome as well before I post the question in here and it doesn't work. I am on the Net Manager, trying to add the new SERVICE NAMING for directory server authentication
also, I am a bit confused, why Oracle let me change the password using:
oidpasswd command and I set my password to "password" and then the authentication is "welcome"
My understanding for oidpasswd and what metalink says:
WHAT oidpasswd CHANGES ----------------------
oidpasswd connects as odscommon and uses the role ODS_SERVER with the original password to do the following:
1. changes the password for the ODS user for the OID schema database. 2. updates the SYSTEM.ODSINSTANCES table with the new, encrypted password for ODS. 3. changes the password for the ODS_SERVER role to the new password. 4. updates the $ORACLE_HOME/ldap/admin/oidpwdr file with the encrypted password.
So, I dont think this has anything to do with connecting to Net Manager as cn=orcladmin
username:cn=orcladmin
password:welcome
Another workaround would be if you have direct access to the database, login to the ORASSO schema (as ORASSO) with SQL*plus or whatever tool you use, and run the following script from the WWSSO_OID_INTEGRATION package. this will allow you to reset the password for the orcladmin user. (just use null for the nickname...)
Code:
PROCEDURE reset_passwd
(
p_user IN VARCHAR2
,p_subscriber_nickname IN VARCHAR2
,p_newpwd IN VARCHAR2
);
thanks all for all of th advises and inputs. it still not working for some reasons, what can the password be b/c I check in the database there were two processes already runninig one is oracleservice and the otheroiddlapd.
I don't know whatelse I can try, it's frustrating for keep bringing this up to ask you guys.
Bookmarks