Hi all,
I have a web application that use spring security for the authentication with a jdbc connection to MySql db (something like this http://www.mkyong.com/spring-securit...sing-database/ ), now i need to authenticate the user on LDAP but the profiles are stored in the db.
it is possible to authenticate a user on LDAP and after retrive the user's permissions on a database with spring security?
