History log of /forgerock/openam/openam-datastore/src/test/resources/ldif/dsee.ldif
Revision Date Author Comments Expand
8441be361b3e93e4b791d8bca5d460f837c0d34d 27-Sep-2013 Peter Major <majorpetya@gmail.com>

Fix for OPENAM-3064 The code now handles the case when there is no filtered roles retrieved. New unit tests has been introduced to improve the coverage around DSEE roles and filteredroles.

4c6eaf36a63a4e90b5150b2ae54646b2137c5bf4 18-Aug-2013 Peter Major <majorpetya@gmail.com>

Fix for OPENAM-2787 - review: CR-2187 This one turned out to be an issue with the modifyRoleMembership implementation: instead of modifying the user entries to have the nsRoleDN attribute, it was incorrectly setting the member DNs on the role entry. New tests have been incorporated to cover this scenario.