selftest/dbcheck: Fix up RODC one-way links (use correct dbcheck rule)
authorAndrew Bartlett <abartlet@samba.org>
Fri, 15 Oct 2021 00:09:20 +0000 (13:09 +1300)
committerStefan Metzmacher <metze@samba.org>
Mon, 25 Oct 2021 12:13:16 +0000 (12:13 +0000)
commitaf42d3fa44c5fea9f793f03519d4ca5a186ab48b
tree60b7af80e423797ace3fcae4940ae7040fea4bf1
parent9a25efd54aa779f59f1f0e95d62a2f9b676f9558
selftest/dbcheck: Fix up RODC one-way links (use correct dbcheck rule)

The previous commit was correct on intention, but it was not noticed
as there is a race, that the incorrect rule was appended to.

These links are removed by remove_plausible_deleted_DN_links not
fix_all_old_dn_string_component_mismatch

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

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri Oct 15 10:00:47 UTC 2021 on sn-devel-184

(cherry picked from commit a7ad665e65f0701eb75cac5bc10a366ccd9689f4)
testprogs/blackbox/dbcheck.sh