samba-tool domain demote: Add --remove-other-dead-server
authorAndrew Bartlett <abartlet@samba.org>
Mon, 14 Sep 2015 03:56:52 +0000 (15:56 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 26 Oct 2015 04:11:21 +0000 (05:11 +0100)
commit1874f592006d8808aa8f3bc97c94d9464a7053cf
tree7482f8853abfa43b14cb6971b2c335ec32e79147
parent2191fcaedc5efb703730839f09606fd0fd27da94
samba-tool domain demote: Add --remove-other-dead-server

The new version of this tool now can remove another DC that is
itself offline.  The --remove-other-dead-server removes
as many references to the DC as possible.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
python/samba/netcmd/domain.py
python/samba/remove_dc.py [new file with mode: 0644]