summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2021-07-09 14:58:24 +0200
committerStefan Metzmacher <metze@samba.org>2021-07-15 00:06:31 +0000
commit36023cb5f81e71d02bd92b8998db3890be393f58 (patch)
tree26edab63553f23fcf9b9f9efd9dc9404b81b65a8 /testdata
parentfdcae2872b684dbc834274e688e4a0071a028a58 (diff)
downloadsamba-36023cb5f81e71d02bd92b8998db3890be393f58.tar.gz
s4:torture:libsmbclient: make use of PROTOCOL_* enum values instead of of hardcoded int values
We should also test protocol versions which are not our default. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'testdata')
-rw-r--r--testdata/samba3/smb_new.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/samba3/smb_new.conf b/testdata/samba3/smb_new.conf
index 727e18ba7c9..d82c48c75af 100644
--- a/testdata/samba3/smb_new.conf
+++ b/testdata/samba3/smb_new.conf
@@ -1,7 +1,7 @@
[global]
workgroup = NEW_WORKGROUP
- client min protocol = SMB2
- client max protocol = SMB3
+ client min protocol = NT1
+ client max protocol = SMB3_00
client signing = 1
deadtime = 5
netbios name = BEDWYR \ No newline at end of file