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:
parent
286530b3fe
commit
12f2170a2b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user