java-tutorials/spring-security-mvc-ldap
eugenp 796d3668e7 minor maven upgrades 2016-01-30 12:00:06 +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 Updated README.md 2014-06-15 13:28:38 +01:00
pom.xml minor maven upgrades 2016-01-30 12:00:06 +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)