diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-03-01 22:12:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:20 -0500 |
commit | 3bd2394b20723809b0736bb8bd6d2340a811471d (patch) | |
tree | 88f0b76a52db3b34bfde7abdac127204ca768f89 /source3/auth | |
parent | 402affb0d70d10feefbaa214206210496ebbf700 (diff) | |
download | samba-3bd2394b20723809b0736bb8bd6d2340a811471d.tar.gz samba-3bd2394b20723809b0736bb8bd6d2340a811471d.tar.bz2 samba-3bd2394b20723809b0736bb8bd6d2340a811471d.zip |
r21642: Fix bug 4365. Please note that this was only tested with Vista so far, it
needs testing with other clients as well. I'm afraid I'm visiting a conference
tomorrow and saturday, so I'd be happy to get support in this.
Thanks,
Volker
(This used to be commit 2186e276a0f15457ee6b29ecf2d109d812628ff9)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c index 6517852093..853108863b 100644 --- a/source3/auth/auth_domain.c +++ b/source3/auth/auth_domain.c @@ -237,7 +237,7 @@ static NTSTATUS domain_client_validate(TALLOC_CTX *mem_ctx, user_info->logon_parameters,/* flags such as 'allow workstation logon' */ dc_name, /* server name */ user_info->smb_name, /* user name logging on. */ - user_info->domain, /* domain name */ + user_info->client_domain, /* domain name */ user_info->wksta_name, /* workstation name */ chal, /* 8 byte challenge. */ user_info->lm_resp, /* lanman 24 byte response */ |