diff options
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 43c27d7955..d9ea8317b0 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: |