From 7f8ae6e35c2733c0560d73266dc5d7c589b9a143 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 11 Jan 2002 06:22:42 +0000 Subject: The DC is meant to be sent the *unmapped* username... Andrew Bartlett (This used to be commit d7fca1806a304cb6eeecfe34d6c5c012c745114f) --- source3/auth/auth_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth') diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c index e836375406..a81af3b738 100644 --- a/source3/auth/auth_domain.c +++ b/source3/auth/auth_domain.c @@ -276,7 +276,7 @@ static NTSTATUS domain_client_validate(TALLOC_CTX *mem_ctx, */ nt_status = cli_netlogon_sam_network_logon(cli, mem_ctx, - user_info->internal_username.str, user_info->domain.str, + user_info->smb_name.str, user_info->domain.str, user_info->wksta_name.str, chal, user_info->lm_resp, user_info->nt_resp, &info3); -- cgit