]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: don't use NTVFS fileserver in promoted_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 6e57e7a4d2babca5c2fcb064d9f63ff87f2dd489..4a304cbc7dc73db3d68056d8c55033270ed95a5a 100755 (executable)
@@ -1332,8 +1332,6 @@ sub provision_promoted_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
@@ -1370,7 +1368,7 @@ sub provision_promoted_dc($$$)
        my $cmd = $self->get_cmd_env_vars($ret);
        $cmd .= "$samba_tool domain dcpromo $ret->{CONFIGURATION} $dcvars->{REALM} DC --realm=$dcvars->{REALM}";
        $cmd .= " -U$dcvars->{DC_USERNAME}\%$dcvars->{DC_PASSWORD}";
-       $cmd .= " --machinepass=machine$ret->{PASSWORD} --use-ntvfs --dns-backend=BIND9_DLZ";
+       $cmd .= " --machinepass=machine$ret->{PASSWORD} --dns-backend=BIND9_DLZ";
 
        unless (system($cmd) == 0) {
                warn("Join failed\n$cmd");