From b5c2747cad0f9bbb69cceb4b90aab20546a5cf66 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 21 Aug 2012 19:58:18 +1000 Subject: s4-provision: pass use_ntvfs from C wrappers and set to true in tests/vampire None of these cases need the complexity of the s3fs backend. Andrew Bartlett --- source4/torture/local/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture') diff --git a/source4/torture/local/torture.c b/source4/torture/local/torture.c index 0eb69a5db8..65062042dc 100644 --- a/source4/torture/local/torture.c +++ b/source4/torture/local/torture.c @@ -61,6 +61,7 @@ static bool test_provision(struct torture_context *tctx) settings->netbios_name = "torture"; settings->ntds_dn_str = NULL; settings->machine_password = "geheim"; + settings->use_ntvfs = true; status = provision_bare(settings, tctx->lp_ctx, settings, &result); -- cgit