r21128: Fix Vista connecting to Samba in share level security.
authorJeremy Allison <jra@samba.org>
Fri, 2 Feb 2007 22:02:42 +0000 (22:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:41 +0000 (12:17 -0500)
commit45dcf62960c2815c4d8e0c5f4a2d0af24df83290
tree21e1e1414a6c64ee87a28a2ddcbea41918659783
parent918a6910d0d315b2786c5f8645babf6a13b8a949
r21128: Fix Vista connecting to Samba in share level security.
Vista sends the NTLMv2 blob by default in the tconX
packet. Make sure we save off the workgroup the user
was logged into on the client in the sessionsetupX
and re-use it for the NTLMv2 calc.
Jeremy.
source/auth/auth_compat.c
source/smbd/password.c
source/smbd/sesssetup.c