Hello list,
is it possible to perform the deletion of only a certain number of values, from a multivalued attribute, without having to perform full deletion and then adding the ones we'd like to keep?
example, entry has:
mail: user@example.com mailAlternateAddress: first.last@example.com mailAlternateAddress: flast@example.com mailAlternateAddress: firstl@example.com
I would like to be able to remove flast@example.com but keep the rest of the addresses, using a single ldap operation, ending up with
mail: user@example.com mailAlternateAddress: first.last@example.com mailAlternateAddress: firstl@example.com
Best Regards,
Hugo Monteiro.