Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.0.AM3
-
None
Description
User can use our application to reset the password, even if they do not know their old ones.
In the first step, the application resets the password and uses the temporary password for the bind request with the intention to change the password.
During the decoding of the response, there is a control sent back, for which there is no factory defined, and a NullPointerException is thrown.
This is the control in question:
controlType: 2.16.840.1.113730.3.4.4, controlValue: an octet string: "0", criticality: false
Attached is the stacktrace, and implementation ideas for a new control