Hi,
I have a question maybe someone will help me. We have initially setup an application that uses Spring Security and database provider as our authentication service...
As you can see password are hashed. And now we want to migrate users to LDAP server... leaving original users passwords so it be completely transparent to them... Is this possible? Any help appreciatedCode:<security:authentication-manager alias="authenticationManager"> <security:authentication-provider user-service-ref="userAccountService"> <security:password-encoder hash="sha-256" /> </security:authentication-provider> </security:authentication-manager>
Regards FF


,
Reply With Quote
