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:
parent
840b8501b4
commit
d216db5cd5
@ -646,6 +646,7 @@ sub write_clientconf($$$)
|
||||
ldb:nosync = true
|
||||
system:anonymous = true
|
||||
client lanman auth = Yes
|
||||
client min protocol = CORE
|
||||
log level = 1
|
||||
torture:basedir = $clientdir
|
||||
#We don't want to pass our self-tests if the PAC code is wrong
|
||||
|
@ -1661,6 +1661,7 @@ sub provision($$$$$$$$$)
|
||||
panic action = cd $self->{srcdir} && $self->{srcdir}/selftest/gdb_backtrace %d %\$(MAKE_TEST_BINARY)
|
||||
smbd:suicide mode = yes
|
||||
|
||||
client min protocol = CORE
|
||||
server min protocol = LANMAN1
|
||||
|
||||
workgroup = $domain
|
||||
|
@ -796,6 +796,7 @@ sub provision_raw_step1($$)
|
||||
lanman auth = Yes
|
||||
ntlm auth = Yes
|
||||
rndc command = true
|
||||
client min protocol = CORE
|
||||
server min protocol = LANMAN1
|
||||
dns update command = $ctx->{samba_dnsupdate}
|
||||
spn update command = $ctx->{python} $ENV{SRCDIR_ABS}/source4/scripting/bin/samba_spnupdate -s $ctx->{smb_conf}
|
||||
|
Loading…
Reference in New Issue
Block a user