mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
blackbox/dbcheck.sh: fix dbcheck_fix_one_way_links cleanup
Commit 35bfc62a31
changed
dbcheck to not regard old one-way-links as errors.
At that time the relavant trigger changed from
fix_all_string_dn_component_mismatch to
fix_all_old_dn_string_component_mismatch.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
80d293ca0c
commit
162219de1d
@ -19,7 +19,7 @@ dbcheck() {
|
||||
|
||||
# This list of attributes can be freely extended
|
||||
dbcheck_fix_one_way_links() {
|
||||
$PYTHON $BINDIR/samba-tool dbcheck --quiet --fix --yes fix_all_string_dn_component_mismatch --attrs="lastKnownParent defaultObjectCategory fromServer rIDSetReferences" --cross-ncs $ARGS
|
||||
$PYTHON $BINDIR/samba-tool dbcheck --quiet --fix --yes fix_all_old_dn_string_component_mismatch --attrs="lastKnownParent defaultObjectCategory fromServer rIDSetReferences" --cross-ncs $ARGS
|
||||
}
|
||||
|
||||
# This list of attributes can be freely extended
|
||||
|
Loading…
Reference in New Issue
Block a user