]> git.ipfire.org Git - thirdparty/samba.git/commit
dbcheck: Allow a dangling forward link outside our known NCs
authorAndrew Bartlett <abartlet@samba.org>
Sun, 26 Jul 2020 23:37:29 +0000 (11:37 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 29 Jul 2020 03:19:02 +0000 (03:19 +0000)
commit05228c4e07013c0e6f78f1330b3b787271282ca8
tree2a645e0d428d4e4c0d3abce5a602135f25bd65bd
parent4baa7cc8e473f6b63316b4ae5db34796c0f864c3
dbcheck: Allow a dangling forward link outside our known NCs

If we do not have the NC of the target object we can not be really sure
that the object is redundent and so we want to keep it for now
and not (as happened until now) break the dbcheck run made during the
replication stage of a "samba-tool domain backup rename".

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14450

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/dbchecker.py
selftest/target/Samba4.pm