diff options
author | Günther Deschner <gd@samba.org> | 2011-03-09 12:26:21 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-09 13:13:06 +0100 |
commit | 12f2170a2b31b0285c2d2421a333457efdf1be6b (patch) | |
tree | a4b21aa9d06755c65752c00395b00015c0a97ddb /source3/selftest | |
parent | 286530b3fe6585fad930982bb16418535572ff38 (diff) | |
download | samba-12f2170a2b31b0285c2d2421a333457efdf1be6b.tar.gz samba-12f2170a2b31b0285c2d2421a333457efdf1be6b.tar.xz samba-12f2170a2b31b0285c2d2421a333457efdf1be6b.zip |
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
Diffstat (limited to 'source3/selftest')
-rwxr-xr-x | source3/selftest/tests.py | 4 |
1 files 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: |