-1

I need a code to connect/authenticate with LDAP server using spring. Can any one please help me on this?

Syed
  • 33
  • 2
  • 10
  • Possible duplicate of http://stackoverflow.com/questions/21555280/how-to-use-spring-ldap-authentication and http://stackoverflow.com/questions/12163947/ldap-how-to-authenticate-user-with-connection-details – Sheetal Mohan Sharma Jun 04 '15 at 09:13

2 Answers2

1

There is a spring module called "spring ldap template". Documents are here. A quick guide here. LDAP authentication is found here. There are plenty of good examples.

bobs_007
  • 178
  • 1
  • 10
0

Spring LDAP code samples and examples from the source can be accessed on the following URL: https://github.com/spring-projects/spring-ldap/tree/master/samples

Ashoka
  • 935
  • 7
  • 20