When I first submitted this patch I tested the mapToBoolean but just copied and pasted the mapFrom function and didn't really see what it was used for in the documentation.
Later on, I tried creating a new entry and realized the mapFrom version needed to uppercase the resultant TRUE or FALSE.
Joel Reed
added a comment - When I first submitted this patch I tested the mapToBoolean but just copied and pasted the mapFrom function and didn't really see what it was used for in the documentation.
Later on, I tried creating a new entry and realized the mapFrom version needed to uppercase the resultant TRUE or FALSE.
See:
http://www.alvestrand.no/objectid/1.3.6.1.4.1.1466.115.121.1.7.html
The attached patch is incremental and fixes this issue.
Implemented. Thanks for the patch!