r21663: Fix from the Wine guys: Robert Shearman <rob@codeweavers.com>
authorJeremy Allison <jra@samba.org>
Fri, 2 Mar 2007 20:15:11 +0000 (20:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:18:22 +0000 (12:18 -0500)
commit9f8e8e1aac9262da22036e7aacca26e164450889
tree8710d4ce3b2986612e18b516dacf69216ee62117
parent36f20fca7b01ed823b6fc7cb1e1deedf4195d2d4
r21663: Fix from the Wine guys: Robert Shearman <rob@codeweavers.com>
The background behind this patch is that we're using ntlm_auth with
Wine. Windows allows us to pass in a NULL domain and a username of the
form of "user@domain" and this is converted into an NTLMSSP_AUTH packet
with a NULL domain name and a username of the same form.
Jeremy.
(This used to be commit 32b040fe05707d5ce6322cb41d36cfdd2c3b31fc)
source3/utils/ntlm_auth.c