java-tutorials/spring-security-mvc-ldap
eugenp 66978e97d4 maven upgrades 2015-02-21 19:57:34 +02:00
..
src quick formatting work 2014-06-16 17:19:26 +03:00
.classpath registration project work 2014-08-13 12:10:29 +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 Working version - LDAP + Spring Boot 2014-06-15 13:21:21 +01: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)