netcmd: Allow drs replicate --local to create partitions
commitd90ccce59754bc833027c06683afac25f7a8d474
authorGarming Sam <garming@catalyst.net.nz>
Wed, 24 Jul 2019 03:18:40 +0000 (24 15:18 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 31 Jul 2019 02:50:24 +0000 (31 02:50 +0000)
tree106d8880a8a73db3247edde9fb23fe0247228b14
parent2b590e16bcb4f4e1f1f0bf049a863db38e634beb
netcmd: Allow drs replicate --local to create partitions

Currently, neither the offline (--local) or online (normal replica sync)
methods allow partition creation post-join. This overrides the Python
default to not create the DB, which allows TDB + MDB to work.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14051

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/netcmd/drs.py