s3:ntlm_auth: support clients which offer a spnego mechs we don't support
authorStefan Metzmacher <metze@samba.org>
Wed, 1 Dec 2010 23:39:23 +0000 (00:39 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 7 Dec 2010 16:39:03 +0000 (17:39 +0100)
commitf802075f08fe0d86f3d176f2302236aeb5834f3d
treee5e1e3242071fce82925f8e6c1cc31c5bfd6fd59
parentee4f5ac6182969bcab91955e6d6581e408d222f1
s3:ntlm_auth: support clients which offer a spnego mechs we don't support

Before we rejected the authentication if we don't support the
first spnego mech the client offered.

We now negotiate the first mech we support.

This fix works arround problems, when a client
sends the NEGOEX (1.3.6.1.4.1.311.2.2.30) oid,
which we don't support.

metze
source3/utils/ntlm_auth.c