mirror of
https://github.com/samba-team/samba.git
synced 2025-08-29 13:49:30 +03:00
selftest: Allow ad_dc_ntvfs negotiate smb1 still
The default for most test envs will be changed in a future commit(s) to be >= SMB2 then we need to still allow ad_dc_ntvfs to support SMB1. This will make the number of tests to port easier to deal with. In addition to test env ad_dc_ntvfs still supporting SMB1 we need to do the same with test other environments that depend on ad_dc_ntvfs (this will be handled in followup commits). In addition to the above this change will ensure we don't trigger failures for ntvfs tests when we switch to default >= SMB2 which will make the associated skip file (added in a future commit) smaller. Signed-off-by: Noel Power <npower@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
@ -1518,6 +1518,9 @@ sub provision_ad_dc_ntvfs($$$)
|
|||||||
dsdb password event notification = true
|
dsdb password event notification = true
|
||||||
dsdb group change notification = true
|
dsdb group change notification = true
|
||||||
server schannel = auto
|
server schannel = auto
|
||||||
|
# override the new SMB2 only default
|
||||||
|
client min protocol = CORE
|
||||||
|
server min protocol = LANMAN1
|
||||||
";
|
";
|
||||||
push (@{$extra_provision_options}, "--use-ntvfs");
|
push (@{$extra_provision_options}, "--use-ntvfs");
|
||||||
my $ret = $self->provision($prefix,
|
my $ret = $self->provision($prefix,
|
||||||
|
Reference in New Issue
Block a user