java-tutorials/spring-security-mvc-ldap
eugenp a1e7be16b8 formatting cleanup 2015-07-23 16:54:23 +03:00
..
src Move boot metric to rest full 2015-03-29 14:35:27 +02:00
.classpath eclipse work 2015-06-20 05:43:41 +01:00
.project maven upgrades 2015-02-21 19:57:34 +02:00
README.md Updated README.md 2014-06-15 13:28:38 +01:00
pom.xml formatting cleanup 2015-07-23 16:54:23 +03: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)