[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28a-7-gb7c76d3

Volker Lendecke vlendec at samba.org
Fri Mar 14 21:24:30 GMT 2008


The branch, v3-0-test has been updated
       via  b7c76d3a7db82a82944b9964f1d8eaf071cab7e8 (commit)
      from  3100119b97064135b4c696227349dd174d5663bf (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test


- Log -----------------------------------------------------------------
commit b7c76d3a7db82a82944b9964f1d8eaf071cab7e8
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Mar 14 22:22:30 2008 +0100

    Fix bug 5317
    
    Thanks to oster at cs.usask.ca

-----------------------------------------------------------------------

Summary of changes:
 source/auth/auth_domain.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/auth/auth_domain.c b/source/auth/auth_domain.c
index 115c57f..24b651c 100644
--- a/source/auth/auth_domain.c
+++ b/source/auth/auth_domain.c
@@ -256,7 +256,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 */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list