Use of LdapAuthenticationProvider & Other pop than DefaultLdapAuthoritiesPopulator
Hi,
I'm using AGECI security to secure an existing application. The fact is that the user / password are stored in a LDAP but the roles of the users are stored in a DataBase. So the idea is to use a LdapAuthenticationProvider for the authentication. However, for the authorization as the role are external to the LDAP I'd like to use a custom DAO or a jdbcDaoImpl.
Is it possible to do that with AGECI security or does the LDAP Provider & JDBC providers need to be recoded to suit my needs ?
Regards,
Blured.