From 2186e276a0f15457ee6b29ecf2d109d812628ff9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 1 Mar 2007 22:12:49 +0000 Subject: [PATCH] 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 --- source/auth/auth_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.11.4.GIT