From: Volker Lendecke Date: Fri, 14 Mar 2008 21:22:30 +0000 (+0100) Subject: Fix bug 5317 X-Git-Tag: samba-3.3.0pre1~3303 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f18a80575921a241c7243c5af5a0101a2956ff17;p=thirdparty%2Fsamba.git Fix bug 5317 Thanks to oster@cs.usask.ca --- diff --git a/source/auth/auth_domain.c b/source/auth/auth_domain.c index 26474089fb9..c9aa0648f45 100644 --- a/source/auth/auth_domain.c +++ b/source/auth/auth_domain.c @@ -255,7 +255,7 @@ static NTSTATUS domain_client_validate(TALLOC_CTX *mem_ctx, DEBUG(0,("domain_client_validate: unable to validate password " "for user %s in domain %s to Domain controller %s. " "Error was %s.\n", user_info->smb_name, - user_info->domain, dc_name, + user_info->client_domain, dc_name, nt_errstr(nt_status))); /* map to something more useful */