address bug #359. Andrew B's patch for implementing client
authorGerald Carter <jerry@samba.org>
Sat, 6 Sep 2003 19:23:24 +0000 (19:23 +0000)
committerGerald Carter <jerry@samba.org>
Sat, 6 Sep 2003 19:23:24 +0000 (19:23 +0000)
commitfe585d49cc3df0d71314ff43d3271d276d7d4503
tree282b6a819587b7c9ee2a0bd6eaeab96a1aa59db1
parent89f6adf830187d020bf4b35d1a4b2b48c7a075d0
address bug #359.  Andrew B's patch for implementing client
portion of NTLMv2 key exchange.  Also revert the default for
'client ntlmv2 auth' to no.  This caused no ends of grief in
different cases.

And based on abartlet's mail....

> All I care about at this point is that we use NTLMv2
> in our client code when connecting to a server that
> supports it.

There is *no* way to tell this.  The server can't tell us, because it
doesn't know what it's DC supports.  The DC can't tell us, because it
doesn't know what the trusted DC supports.  One DC might be Win2k, and
the PDC could be an older NT4.
docs/docbook/smbdotconf/security/clientntlmv2auth.xml
source/libsmb/cliconnect.c
source/libsmb/ntlmssp.c
source/param/loadparm.c