With older Samba versions (4.0.x) the following could happen: - On account was created on DC1 - It was replicated to DC2 - The connection between the dcs is offline - The account gets modified on DC2 - The account gets deleted on DC1 - The connection becomes online again - DC1 replicates the modification from DC2, this resets the dn to the original value. 'name' and 'cn' are correct (with '\nDEL${GUID}'), but 'dn' is wrong. - DC2 replicates the deletion from DC1. this doesn't include a changed dn as DC1 had a bug. 'name' is correct (with '\nDEL${GUID}'), but 'cn' and 'dn' are wrong.
Created attachment 9826 [details] Patches for master
Created attachment 9922 [details] fix for 4.1, just for completeness, NOT for upstream, cherry-picked from master The patch is a collection of patches from master that applies to 4.1 and fixes this bug. This is just for completeness and is NOT for 4-1-test, since it changes the ldb version. Metze, please set your "-".
Comment on attachment 9922 [details] fix for 4.1, just for completeness, NOT for upstream, cherry-picked from master This is not for a 4.1.x release! Because it requires a newer ldb version.
Will be fixed in 4.2.0