Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 612 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 612 Bytes

Testing Spring Security

This is a proof of concept just to see how spring security works.

The user database is in memory and in an ldif file.

The ldif file is read by an embedded LDAP server.

I've set up the Sring's switch user functionnality.

Compile

It's a maven3 project so just run

mvn clean package

The project is set to compile with Java 1.7.

It will generate a WAR file in the target folder : spring-security-test-*.war

Deploy