Open GoogleCodeExporter opened 9 years ago
I've made a patch to the Forgotten Username Servlet to support optional
attributes.
The Forgotten Username Search now allows attributes that are listed in the form
but are not used in the search filter. Those values are tested by attempting an
ldap compare with the user supplied value. This functionality is necessary to
handle optional attribute values on that User object.
I did not implement this logic on the Forgotten Password search, because after
code analysis I saw that there is already support for optional attributes:
"Required ldap attributes for challenge/response" is actually supporting
optional attributes already (if the user has a value for that attribute).
Attached a patch file for the Forgotten Username Servlet
Original comment by sebastia...@gmail.com
on 3 May 2013 at 12:07
Attachments:
Original issue reported on code.google.com by
sebastia...@gmail.com
on 26 Apr 2013 at 1:15