mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
dbcheck: Replica locations can now be leftover
BUG: https://bugzilla.samba.org/show_bug.cgi?id=9200 Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
0c8e9a862a
commit
289d0900ed
@ -24,7 +24,7 @@ dbcheck_fix_one_way_links() {
|
||||
|
||||
# This list of attributes can be freely extended
|
||||
dbcheck_fix_stale_links() {
|
||||
$BINDIR/samba-tool dbcheck --quiet --fix --yes remove_plausible_deleted_DN_links --attrs="member" --cross-ncs $ARGS
|
||||
$BINDIR/samba-tool dbcheck --quiet --fix --yes remove_plausible_deleted_DN_links --attrs="member msDS-NC-Replica-Locations msDS-NC-RO-Replica-Locations" --cross-ncs $ARGS
|
||||
}
|
||||
|
||||
# This test shows that this does not do anything to a current
|
||||
|
Loading…
Reference in New Issue
Block a user