selftest: don't use NTVFS fileserver in fl2008r2dc
authorRalph Boehme <slow@samba.org>
Tue, 26 Nov 2019 08:50:48 +0000 (09:50 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 20 Dec 2019 06:08:41 +0000 (06:08 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
selftest/target/Samba4.pm

index 99db87ee806cc50d1b7d0d3dc1690459bea0c291..c034228542aedfd24747aacf48489cea56e9c64b 100755 (executable)
@@ -1595,7 +1595,7 @@ sub provision_fl2008r2dc($$$)
 
        print "PROVISIONING DC WITH FOREST LEVEL 2008r2...\n";
         my $extra_conf_options = "ldap server require strong auth = no";
-       my $extra_provision_options = ["--use-ntvfs", "--base-schema=2008_R2"];
+       my $extra_provision_options = ["--base-schema=2008_R2"];
        my $ret = $self->provision($prefix,
                                   "domain controller",
                                   "dc7",