From 12f2170a2b31b0285c2d2421a333457efdf1be6b Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 9 Mar 2011 12:26:21 +0100 Subject: [PATCH] s3-selftest: properly move connect to seal options. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Mar 9 13:13:06 CET 2011 on sn-devel-104 --- source3/selftest/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 43c27d79559..d9ea8317b09 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -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: -- 2.34.1