]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: don't use NTVFS fileserver in chgdcpass
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 07:34:42 +0000 (07:34 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Fri Dec 20 07:34:42 UTC 2019 on sn-devel-184

selftest/target/Samba4.pm

index cf19be2046b6fbd56a2b7efffa2fdcc9b7c3f081..3e6692ce529b434f8ecb9a14cfe06a77d5f11dcc 100755 (executable)
@@ -1885,8 +1885,7 @@ sub provision_chgdcpass($$)
        allow dcerpc auth level connect:lsarpc = yes
        dcesrv:max auth states = 8
 ";
-       my $extra_provision_options = ["--use-ntvfs"];
-       push (@{$extra_provision_options}, "--dns-backend=BIND9_DLZ");
+       my $extra_provision_options = ["--dns-backend=BIND9_DLZ"];
        my $ret = $self->provision($prefix,
                                   "domain controller",
                                   "chgdcpass",