r21642: Fix bug 4365. Please note that this was only tested with Vista so far, it
authorVolker Lendecke <vlendec@samba.org>
Thu, 1 Mar 2007 22:12:49 +0000 (22:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:18:20 +0000 (12:18 -0500)
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)

source3/auth/auth_domain.c

index 6517852093d0a7e5aba2ac5d0d6c1a4af359be5d..853108863b7477a7e5e4f310ea7319b4981cef69 100644 (file)
@@ -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 */