This content has been marked as final.
Show 4 replies
-
1. Re: What is needed to connect over SSL to LDAP server using LDAP JDK?
807573 Feb 24, 2004 1:09 PM (in response to 807573)I am also facing the same problem ... is there any solution for it ..???
Regards,
Yasir -
2. Login to Sun access manager admin console failed.
807573 Feb 4, 2006 1:15 PM (in response to 807573)we are using Sun access manager 2003Q4. Today i am not able to login to the amconsole itself.it says authentication failed. i tried with all the admin users we have and also with the amadmin same error.
The ldap is up and running.
can any one suggest me the probable problem and solution.
or the log files i need to look at which can help in trouble shooting.
thanks in advance -
3. authentication getting failed in sun one Ldap
807573 Dec 18, 2007 9:51 AM (in response to 807573)HI,
Any one please can assist me for sun one ldap.
My application developed(ldap related) based on lotus domino ldap server and webspere.
now we are trying to deploy the same code with Websphere and sun one ldap server at our local environment.
Iam getting the prblem of authentication fail.
please follow the logs as.
My question is what ever the code written for lotus domino is compatible with sun one ldap.Iam new to LDAP .
pls any one give the suggestions.
LDAP Interface: Performing LDAP authentication for user [NYilmaz]
17 Dec 2007 18:43:13,359 [WARN ] NABLDAP: Transmission will be over an unencrypted connection. The username and password are transmitted in clear text form which is very insecure. Consider replacing the LDAP protocol with LDAPS (SSL).
17 Dec 2007 18:43:13,359 [DEBUG] NABLDAP: Establishing a new authenticating connection to [ldap://gpat.bsdev.com]
17 Dec 2007 18:43:13,375 [INFO ] NABLDAP: Failed to authenticate with the remote server on [ldap://gpat.bsdev.com] because of error '[LDAP: error code 34 - Invalid DN]'
17 Dec 2007 18:43:13,375 [WARN ] LDAP Interface: Unsuccessful authentication attempt for user [NYilmaz]
17 Dec 2007 18:43:13,375 [DEBUG] LDAP Interface: Writing the value {javax.naming.InvalidNameException:[LDAP: error code 34 - Invalid DN]} to General[1].OnionErrorMessage
17 Dec 2007 18:43:13,390 [WARN ] NABLDAP: Transmission will be over an unencrypted connection. Consider replacing the LDAP protocol with LDAPS (SSL).
17 Dec 2007 18:43:13,390 [DEBUG] NABLDAP: Establishing a new anonymous connection to [ldap://gpat.bsdev.com]
17 Dec 2007 18:43:13,390 [DEBUG] NABLDAP: Connection established.
17 Dec 2007 18:43:13,390 [DEBUG] NABLDAP: Searching remote LDAP directory using the filter of [(&(objectclass=person)(&(cn=NYilmaz)))] -
4. Re: authentication getting failed in sun one Ldap
807573 Sep 6, 2009 6:19 AM (in response to 807573)Hello,
Sorry my bad english.
I set up an Application Server SJSAS8.3 to authenticate with SSL LDAP (Sun Java Directory Manager 6.3.
In the beginning was getting the following message when the user would do authentication.
[#|2009-09-05T00:03:15.927-0300|WARNING|sun-appserver-ee8.2|javax.enterprise.system.container.web|_ThreadID=
12;|Web login failed: Login failed: javax.security.auth.login.LoginException: javax.naming.CommunicationExce
ption: simple bind failed: machine:1489 [Root exception is javax.net.ssl.SSLHandshakeException: sun.secu
rity.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuil
derException: unable to find valid certification path to requested target]|#]
To resolve the problem asked for a certificate in PKCS12 format for import into ldap and even in jks format for the Application Server.
Now I get the following message.
[#|2009-09-06T02:02:10.766-0300|WARNING|sun-appserver-ee8.2|javax.enterprise.system.container.web|_ThreadID=
12;|Web login failed: Login failed: javax.security.auth.login.LoginException: javax.naming.InvalidNameExcept
ion: [LDAP: error code 34 - Invalid DN]|#]
I have not had time to resolve this problem, if I can resolve this problem I inform.
Thank you,
Isaac