lsc
lsc copied to clipboard
modrdn and other modifications don't happen in the same run
While applying a renaming of the entry (changeId=true), the other modifications on the entry are not applied during the same LSC run.
We need to run the task one more time to get all the modifications done.
Maybe could we do both during the same run?
Not easy, it would require to check both changeId and modify conditions.