|
Oracle® Application Server Single Sign-On Administrator's Guide
10g (9.0.4) Part No. B13791-01 |
|
|
|
|
The single sign-on schema password is randomized when the Oracle Application Server infrastructure is installed. To obtain the password, issue this LDAP command:
ldapsearch -h directory_host_name
-p directory_port
-D directory_bind_dn
-w directory_bind_dn_password
-b "orclReferenceName=infrastructure_database"
"orclresourcename=ORASSO"
orclpasswordattribute
The table that follows defines the parameters passed to ldapsearch.
| Parameter | Description |
|---|---|
directory_host_name |
Host name of the directory server. |
directory_port |
Port number of the directory server. |
directory_bind_dn |
Distinguished name of the user authenticating to the directory. |
directory_bind_dn_password |
Password of the user authenticating to the directory. |
infrastructure_database |
Distinguished name of the directory entry under which the password attribute (orclpasswordattribute) is located.
|
Here is an example:
ldapsearch -h oid.acme.com
-p 389
-D "cn=orcladmin"
-w welcome1
-b "orclReferenceName=disco.us.acme.com,cn=IAS Infrastructure
Databases,cn=IAS,cn=Products,cn=oraclecontext"
"orclresourcename=ORASSO"
orclpasswordattribute