| Log Message: |
Fix for DIRSERVER-791. The MODIFY operation didn't handled correctly
values modification : the attribute itself was completly removed
even if just a value was to be removed.
Fixed another problem : when comparing the RDN with the attribute, if the
attribyteType was not an OID, then there was a difference even if oid(RDN) = attributeType OID.
A new parameter (OIDRegistry) was added to all the method to handle that case
Also fixed the testcase |