samba-tool drs showrepl: add --pull-summary and --notify-summary
authorAndrew Bartlett <abartlet@samba.org>
Thu, 28 Jun 2018 02:10:53 +0000 (14:10 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 28 Jun 2018 04:29:17 +0000 (06:29 +0200)
commit2c9eeedc84820d2d99c5e5fe5c19c0d58901b754
tree249cce52f452ccc9a7f3c8c4de71ac7f62e940c6
parent5fcd374602bf75facfe98cc4736cbcdd3c2bba4a
samba-tool drs showrepl: add --pull-summary and --notify-summary

These separate the two halves of --summary (which is still there),
allowing the repsto and repsfrom to be separately queried.

One motivation for this is testing: it is difficult to assert the
success of repsfrom (--notify-summary) in the test framework, because
we can't rely on the other end behaving properly and promptly.

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