The branch, v3-2-test has been updated
       via  f18a80575921a241c7243c5af5a0101a2956ff17 (commit)
      from  1dd8fa9a521046f1de8173ac00224706c5249665 (commit)

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


- Log -----------------------------------------------------------------
commit f18a80575921a241c7243c5af5a0101a2956ff17
Author: Volker Lendecke <[EMAIL PROTECTED]>
Date:   Fri Mar 14 22:22:30 2008 +0100

    Fix bug 5317
    
    Thanks to [EMAIL PROTECTED]

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

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 2647408..c9aa064 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 */


-- 
Samba Shared Repository

Reply via email to