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: ldb-1.3.6~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b3ac377a6e8aed03a8e8c478768a32bf6b78fba;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 9092c1776c8..1e18acc80f2 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -569,7 +569,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: