aspose file tools
The moose likes Security and the fly likes LDAP AuthenticationException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "LDAP AuthenticationException" Watch "LDAP AuthenticationException" New topic
Author

LDAP AuthenticationException

vicky peter
Greenhorn

Joined: Aug 27, 2007
Posts: 4
Hi All,

Am newbie to LDAP,

While trying to connect, I'm getting the following,


javax.naming.AuthenticationException: [LDAP: error code 32 - No Such Object]
at com.sun.jndi.ldap.LdapClient.authenticate(LdapClient.java:272)
at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2658)
at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:287)
at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)


Let me know solution to resolve this.


Thanks in Advance.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: LDAP AuthenticationException
 
Similar Threads
LDAP: error code 48 - anonymous bind disallowed
Active Directory Authentication
Connection To Active Directory Error
Connectionto Acitve directory
jndi hell !!