diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-05-24 14:56:27 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-05-24 09:59:04 +0200 |
commit | abb2c7fef466f973a871661a3a96c75f8c3afc0d (patch) | |
tree | 5a91ddc8b7336e5f791dd7b7d06bb1b21819a11e /selftest | |
parent | 22cd4bcc9e8367c6871512f4c96033c7836e2c41 (diff) | |
download | samba-abb2c7fef466f973a871661a3a96c75f8c3afc0d.tar.gz |
s4-provision: Make s3fs the default way to install a new Samba4 DC
With s3fs now well settled into master, we now throw the swtich and make
it the default.
There is still much to do, but we need to be using s3fs by default to
find out exactly what that is.
Andrew Bartlett
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/target/Samba4.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 1e53c21dec3..4622f8ef437 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -535,6 +535,7 @@ sub provision_raw_prepare($$$$$$$$$) push (@provision_options, "--server-role=\"$ctx->{server_role}\""); push (@provision_options, "--function-level=\"$ctx->{functional_level}\""); push (@provision_options, "--dns-backend=BIND9_DLZ"); + push (@provision_options, "--use-ntvfs"); @{$ctx->{provision_options}} = @provision_options; |