samba-tool viusalize: mark RODCs in distance matrix
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 8 Mar 2018 01:29:40 +0000 (14:29 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 30 May 2018 23:57:15 +0000 (01:57 +0200)
commit9f52c19b807e4961a76fa652aa5b7f660625e65e
tree334d91f0140f15e2108f3b7046d11c9805c1a42c
parentbdc0681eaebab7bc930206c2d2db68d7ca132ad3
samba-tool viusalize: mark RODCs in distance matrix

RODCs should not be replicating out, which means they look alarming
when they are working properly. We label them as RODCs to reminds users
that no outbound replication is expected.

This results in slightly rejigged output formatting.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/graph.py
python/samba/netcmd/visualize.py
python/samba/tests/samba_tool/visualize.py