-
Suggestion
-
Resolution: Fixed
-
None
Currently the SpringLDAP connector password is not implemented:
public void updatePrincipalCredential(String name, PasswordCredential credential) throws RemoteException, ObjectNotFoundException, InvalidCredentialException { }
This method should be updated to implement updating the principal's password. A new abstract method will need to be declared on the SpringLDAP object that implementations MicrosoftActiveDirectory, OpenLDAP will need to implement. This abstract method can then be called to convert the password to the LDAP server format.
- is incorporated by
-
CWD-346 Updating a Principals credentials in Directory using ApacheDS causing authentication to fail.
-
- Closed
-