From: Volker Lendecke Date: Thu, 1 Mar 2007 22:12:49 +0000 (+0000) Subject: r21642: Fix bug 4365. Please note that this was only tested with Vista so far, it X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~1018 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2186e276a0f15457ee6b29ecf2d109d812628ff9;p=thirdparty%2Fsamba.git 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 --- diff --git a/source/auth/auth_domain.c b/source/auth/auth_domain.c index 6517852093d..853108863b7 100644 --- a/source/auth/auth_domain.c +++ b/source/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 */