selftest: Make chgdcpass's NTVFS usage more obvious
authorTim Beale <timbeale@catalyst.net.nz>
Mon, 26 Nov 2018 01:59:06 +0000 (14:59 +1300)
committerTim Beale <timbeale@samba.org>
Tue, 27 Nov 2018 02:43:17 +0000 (03:43 +0100)
commitda933b7664c5ae6afa81993d9dcd7127567992de
tree4645e9c7fa9edfae0e3044adf5cc284fd45067f1
parent632b3ab7d492b9ed0b2f9709a91397104e227d4a
selftest: Make chgdcpass's NTVFS usage more obvious

The chgdcpass testenv was not passing --use-ntvfs to the provision
command, but it was still actually using NTVFS.

The reason is the smb.conf generated by provision_raw_step1() would
always try to use the s4/NTVFS file server. Because the smb.conf already
existed, this trumped what was passed to the provision command.

This patch doesn't change the chgdcpass file server. It just makes it
more obvious that chgdcpass is using NTVFS.

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

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/target/Samba4.pm