views:

71

answers:

1

I'm looking for a lightweight and easy to install user management system made in JAVA. It should use a free Database System (MySQL for example) and handle basic security after logging (access or not with error message). I'm not looking for anything fancy/flexible like SpringSecurity.

Thank you!

+1  A: 

I think OpenLdap would meet your requirements although not written in java, but which db other then derby is written in java?

Here is a tutorial how you access it using JNDI.

stacker
I would not consider LDAP as a match for "not fancy/flexible".
Michael Easter