1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3-selftest: properly move connect to seal options.

Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Mar  9 13:13:06 CET 2011 on sn-devel-104
This commit is contained in:
Günther Deschner 2011-03-09 12:26:21 +01:00
parent 286530b3fe
commit 12f2170a2b

View File

@ -196,8 +196,8 @@ if sub.returncode == 0:
plansmbtorturetestsuite(t, "dc", '//$SERVER_IP/tmpcase -U$USERNAME%$PASSWORD')
test = 'rpc.lsa.lookupsids'
auth_options = ["ntlm", "spnego", "connect" ]
signseal_options = ["", ",sign", ",sign,seal"]
auth_options = ["", "ntlm", "spnego" ]
signseal_options = ["", ",connect", ",sign", ",seal"]
smb_options = ["", ",smb2"]
endianness_options = ["", ",bigendian"]
for z in smb_options: