Saturday, October 22, 2011

ldap_bind: Invalid credentials,Orion Launcher Could not get OID connection javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]

Visit the Below Website to access unlimited exam questions for all IT vendors and Get Oracle Certifications for FREE
http://www.free-online-exams.com


Problem:

When login to SSO page we get unexpected error

Error:
OID HOST:
OID PORT: 389
SSO SERVER DN: orclApplicationCommonName=ORASSO_SSOSERVER,cn=SSO,cn=Products,cn=
OracleContext
OID USE SSL: N
SSO SERVER PASSWORD: Tl5cvq1x

ldapbind -h hostname -p 389 -D
orclApplicationCommonName=ORASSO_SSOSERVER,cn=SSO,cn=Products,cn=OracleContext
-w Tl5cvq1x
ldap_bind: Invalid credentials



ssoServer.logs

[ERROR] Orion Launcher Check the OID server, hostname:389 availability
Wed May 20 16:15:24 GMT+04:00 2009 [ERROR] Orion Launcher Could not get OID connection
javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]

Explanation:

Incorrect configuration between SSO and OID server.

Solution:

Define correct password at OID level for orclApplicationCommonName=ORASSO_SSOSERVER
1.       Open oidadmin tool and login as orcladmin user.

2. Navigate to:

From "Entry Management" Click "cn=OracleContext"
Then "cn=Products"
Then "cn=sso"
Do click on orclApplicationCommonName=ORASSO_SSOSERVER

Look in the right frame attribute userpassword it appears hide. So retype
password Tl5cvq1x and do click on “Apply” button.

3. Restart components on infra:

opmnctl stopall
opmnctl startall

4. Test ldapbind in command prompt:

/u01/vatdev/m2poc_oid/bin/ldapbind -h hostname -p 389 -D
orclApplicationCommonName=ORASSO_SSOSERVER,cn=SSO,cn=Products,cn=OracleContext
-w Tl5cvq1x

5. If that work then try to authentication using SSO and DAS:

http://hostname:7778/pls/orasso
http://hostname:7778/oiddas

References:

Note 315534.1 - How to Verify that SSO can Communicate with OID
Get Oracle Certifications for all Exams
Free Online Exams.com

No comments: