java-tutorials/spring-security-mvc-ldap
eugenp 416302f950 maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
..
src Move boot metric to rest full 2015-03-29 14:35:27 +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 Updated README.md 2014-06-15 13:28:38 +01:00
pom.xml maven upgrades, xsd cleanup 2015-10-26 15:09:08 +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)