s3/utils: Make sure we can negotiate protocol based on smb.conf settings
authorNoel Power <noel.power@suse.com>
Fri, 22 Nov 2019 17:01:45 +0000 (17:01 +0000)
committerRalph Boehme <slow@samba.org>
Thu, 5 Dec 2019 17:14:47 +0000 (17:14 +0000)
commit5010535ec14d4e1f4dd83450432fc51a8ab53646
treeb16df100789d787474697d82ac11b4446b50216f
parent66443fe9340f1ae3894016fd7be51780f4c631b4
s3/utils: Make sure we can negotiate protocol based on smb.conf settings

net_rpc_check was hardcoded to check for rpc using SMB1 only. We
should negotiate protocols based on the client max|min protocol settings

this commit also removes the entry for
   samba3.blackbox.net.misc.lookup share list

from knownfails as this test should now pass following this change.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
selftest/knownfail
source3/utils/net_rpc.c