mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
selftest: don't use NTVFS fileserver in chgdcpass
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
This commit is contained in:
parent
2e5188f520
commit
1cf2397226
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user