We have a home grown authentication provider that uses LDAP and we discourage people from using LDAP directly. It is not possible that we retrieve the password from LDAP and populate the UserDetailsImpl with it so that the Authentication provider can compare the password to what the user supplied and see if its a match. We wanted this to work the same way as how acegi uses the BindAuthentication with LDAP. Is there a way that we can tell acegi not to compare the passwords since the custom authentication provider does this work for us ? Thanks for all the responses![]()


