Tuesday, August 10, 2010

Retrieve OID ORASSO Password

The user is orasso in the OID repository database, run ldapsearch from oid server, replacing password with the actual password of orcladmin, and db_service_name with the actual database service name, e.g. orcl.oracle.com
---------------------------------------------------------------
ldapsearch -p 389 -h laoid -D "cn=orcladmin" -w  password -b "orclresourcename=orasso, orclreferencename=db_service_name, cn=IAS Infrastructure Databases,cn=IAS,cn=Products,cn=OracleContext" -s base "objectclass=*" orclpasswordattribute

No comments:

Post a Comment