s3:selftest: run rpc.lsa.lookupsids also with explicit [smb1] and [smb2]
authorStefan Metzmacher <metze@samba.org>
Thu, 19 Jul 2018 05:34:11 +0000 (07:34 +0200)
committerKarolin Seeger <kseeger@samba.org>
Sat, 28 Jul 2018 04:16:15 +0000 (06:16 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13308

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
(cherry picked from commit 6800077c5c57c257326573537d1f2bb7a8066149)

source3/selftest/tests.py

index c89c27cc9db18c902a60808ec9feb044bd37370d..94261f6dcbb02f3e7ed462feee55a85effd7a45f 100755 (executable)
@@ -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: