From a500e042a827f385ed51e3d72b87c65b49ac7796 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 19 Jul 2018 07:34:11 +0200 Subject: [PATCH] s3:selftest: run rpc.lsa.lookupsids also with explicit [smb1] and [smb2] BUG: https://bugzilla.samba.org/show_bug.cgi?id=13308 Signed-off-by: Stefan Metzmacher Reviewed-by: Alexander Bokovoy (cherry picked from commit 6800077c5c57c257326573537d1f2bb7a8066149) --- source3/selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index c89c27cc9db..94261f6dcbb 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -550,7 +550,7 @@ for t in tests: test = 'rpc.lsa.lookupsids' -auth_options = ["", "ntlm", "spnego", "spnego,ntlm" ] +auth_options = ["", "ntlm", "spnego", "spnego,ntlm", "spnego,smb1", "spnego,smb2"] signseal_options = ["", ",connect", ",packet", ",sign", ",seal"] endianness_options = ["", ",bigendian"] for s in signseal_options: -- 2.47.2