From: Stefan Metzmacher Date: Thu, 19 Jul 2018 05:34:11 +0000 (+0200) Subject: s3:selftest: run rpc.lsa.lookupsids also with explicit [smb1] and [smb2] X-Git-Tag: samba-4.7.10~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a500e042a827f385ed51e3d72b87c65b49ac7796;p=thirdparty%2Fsamba.git 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) --- 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: