I have a ldif file containing multiple modify operations. I would like to apply them offline, as ldif-import can import data in a off-line manner.
I've looked at ldif-import, but I understand it can only apply add operations, not modify operation. I tried with this tool, but every operation was rejected.
How can I achieve this ?