1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

selftest: explicitly set "client min protocol = CORE"

This is the current default and what 'make test' assumes currently.

The next commit will change the default to disable SMB1.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Stefan Metzmacher 2019-07-08 11:31:27 +02:00 committed by Ralph Boehme
parent 840b8501b4
commit d216db5cd5
3 changed files with 3 additions and 0 deletions

View File

@ -646,6 +646,7 @@ sub write_clientconf($$$)
ldb:nosync = true ldb:nosync = true
system:anonymous = true system:anonymous = true
client lanman auth = Yes client lanman auth = Yes
client min protocol = CORE
log level = 1 log level = 1
torture:basedir = $clientdir torture:basedir = $clientdir
#We don't want to pass our self-tests if the PAC code is wrong #We don't want to pass our self-tests if the PAC code is wrong

View File

@ -1661,6 +1661,7 @@ sub provision($$$$$$$$$)
panic action = cd $self->{srcdir} && $self->{srcdir}/selftest/gdb_backtrace %d %\$(MAKE_TEST_BINARY) panic action = cd $self->{srcdir} && $self->{srcdir}/selftest/gdb_backtrace %d %\$(MAKE_TEST_BINARY)
smbd:suicide mode = yes smbd:suicide mode = yes
client min protocol = CORE
server min protocol = LANMAN1 server min protocol = LANMAN1
workgroup = $domain workgroup = $domain

View File

@ -796,6 +796,7 @@ sub provision_raw_step1($$)
lanman auth = Yes lanman auth = Yes
ntlm auth = Yes ntlm auth = Yes
rndc command = true rndc command = true
client min protocol = CORE
server min protocol = LANMAN1 server min protocol = LANMAN1
dns update command = $ctx->{samba_dnsupdate} dns update command = $ctx->{samba_dnsupdate}
spn update command = $ctx->{python} $ENV{SRCDIR_ABS}/source4/scripting/bin/samba_spnupdate -s $ctx->{smb_conf} spn update command = $ctx->{python} $ENV{SRCDIR_ABS}/source4/scripting/bin/samba_spnupdate -s $ctx->{smb_conf}