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)
commit685ca94ac24842fddf22e31edc39de40b0729248
treede63d7f1b30acd2b4a89dfe32863dfe3521ba30d
parent7074680bcf4484b91428fa39c733e95c3563524e
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.
(This used to be commit 45dcf62960c2815c4d8e0c5f4a2d0af24df83290)
source3/auth/auth_compat.c
source3/smbd/password.c
source3/smbd/sesssetup.c