diff options
author | Volker Lendecke <vl@samba.org> | 2008-03-14 22:22:30 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-03-14 22:23:44 +0100 |
commit | 6b2da4d2f4a576038c272c6521d7c160949c6740 (patch) | |
tree | ca1de20b47fd2d041ccdc7ed25f2d90622892fdc /source3/auth | |
parent | f3856d074f5c4fa91eece95833386130253a5ce4 (diff) | |
download | samba-6b2da4d2f4a576038c272c6521d7c160949c6740.tar.gz samba-6b2da4d2f4a576038c272c6521d7c160949c6740.tar.bz2 samba-6b2da4d2f4a576038c272c6521d7c160949c6740.zip |
Fix bug 5317
Thanks to oster@cs.usask.ca
(This used to be commit f18a80575921a241c7243c5af5a0101a2956ff17)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c index 26474089fb..c9aa0648f4 100644 --- a/source3/auth/auth_domain.c +++ b/source3/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 */ |