]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: don't use NTVFS fileserver in vampire_dc
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:40 +0000 (06:08 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
selftest/target/Samba4.pm

index 4a304cbc7dc73db3d68056d8c55033270ed95a5a..55d1de9f0087ee4782ac2d60699786ae252d3b08 100755 (executable)
@@ -1405,8 +1405,6 @@ sub provision_vampire_dc($$$)
                                               $dcvars->{SERVER_IP},
                                               $dcvars->{SERVER_IPV6});
 
-       push (@{$ctx->{provision_options}}, "--use-ntvfs");
-
        $ctx->{smb_conf_extra_options} = "
        max xmit = 32K
        server max protocol = SMB2
@@ -1433,7 +1431,7 @@ sub provision_vampire_dc($$$)
        my $cmd = $self->get_cmd_env_vars($ret);
        $cmd .= "$samba_tool domain join $ret->{CONFIGURATION} $dcvars->{REALM} DC --realm=$dcvars->{REALM}";
        $cmd .= " -U$dcvars->{DC_USERNAME}\%$dcvars->{DC_PASSWORD} --domain-critical-only";
-       $cmd .= " --machinepass=machine$ret->{PASSWORD} --use-ntvfs";
+       $cmd .= " --machinepass=machine$ret->{PASSWORD}";
        $cmd .= " --backend-store=mdb";
 
        unless (system($cmd) == 0) {