summaryrefslogtreecommitdiffstats
path: root/source3/selftest/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'source3/selftest/tests.py')
-rwxr-xr-xsource3/selftest/tests.py4
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: