File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Spring and the fly likes Spring LDAP security 3 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "Spring LDAP security 3" Watch "Spring LDAP security 3" New topic
Author

Spring LDAP security 3

Luis Parente
Ranch Hand

Joined: Jan 17, 2012
Posts: 38
Hi,

I have the following configuration of LDAP:





But with this configuration have the exception in InitialDirContaxt.class:








I have read at this url : http://forum.springsource.org/showthread.php?71203-Active-Directory-LDAP-Authentication-LDAP-Error-32


In AbstractContextSource (parent of LdapContextSource), the Javadoc for the setBase() method says the following:
"Set the base suffix from which all operations should origin. If a base suffix is set, you will not have to (and, indeed, must not) specify the full distinguished names in any operations performed.".
Since you specify the full DN for the userDN, hence you must not specify the base.


I need some help please.


Thanks in advance.






 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Spring LDAP security 3
 
Similar Threads
REST web service return both XML or JSON
[Spring Security] No bean named 'springSecurityFilterChain' is defined
Issue with Spring LDAP/AD authentication
Spring/AD authentication ServiceUnavailableException ONLY on ssl 636, not 389
Spring LDAP/Active Directory Security: Authenticate User w/out Using an Admin/Mgr Account