java-tutorials/spring-security-mvc-ldap
eugenp c467ca73e2 maven work 2016-03-06 11:49:59 +02:00
..
src cleanup and upgrade 2016-01-05 19:55:18 +02:00
.classpath maven work 2015-08-15 17:38:25 +03:00
.project maven upgrades 2015-02-21 19:57:34 +02:00
README.md Update README.md 2016-02-10 14:33:55 +02:00
pom.xml maven work 2016-03-06 11:49:59 +02:00

README.md

Spring Security with LDAP Example Project

Relevant Article:

Notes

  • the project uses Spring Boot - simply run 'SampleLDAPApplication.java' to start up Spring Boot with a Tomcat container and embedded LDAP server.
  • Once started, open 'http://localhost:8080'
  • This will display the publicly available Home Page
  • Navigate to 'Secure Page' to trigger authentication
  • Username: 'baeldung', password: 'password'
  • This will authenticate you, and display your allocated roles (as defined in the 'users.ldif' file)