drs: support sync-forced for 'samba-tool drs replicate --local'
authorTim Beale <timbeale@catalyst.net.nz>
Mon, 29 May 2017 05:06:55 +0000 (17:06 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 27 Jul 2017 22:25:14 +0000 (00:25 +0200)
commit314b96e18371e92cde8172c3f3739b52970ee2d7
tree8deca3b2967721bcf67871eaccf6fbdb21399ced
parent47a90dcc570b24665dc116586ce13d0ffbb3a3c6
drs: support sync-forced for 'samba-tool drs replicate --local'

The sync-forced option wasn't being passed into the replication request
when the --local option was used. This meant if outbound replication
were disabled on the target DC, then the replicate --local command would
fail.

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