[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-5350-gcd920dc

Karolin Seeger kseeger at samba.org
Wed Sep 9 04:25:00 MDT 2009


The branch, v3-3-test has been updated
       via  cd920dcff320a097bcc46a9468a78cedca6fb2be (commit)
      from  e7e1e1887e79e4dcbd8836b775e387751c44f318 (commit)

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


- Log -----------------------------------------------------------------
commit cd920dcff320a097bcc46a9468a78cedca6fb2be
Author: Günther Deschner <gd at samba.org>
Date:   Wed Sep 9 02:29:58 2009 +0200

    s3-winbindd: Fix Bug #6700: Use dns domain name when needing to guess server principal.
    
    Patch from Robert LeBlanc <robert at leblancnet.us>.
    
    Thanks!
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source/winbindd/winbindd_cm.c b/source/winbindd/winbindd_cm.c
index bc3db08..0c53112 100644
--- a/source/winbindd/winbindd_cm.c
+++ b/source/winbindd/winbindd_cm.c
@@ -857,7 +857,7 @@ static NTSTATUS cm_prepare_connection(const struct winbindd_domain *domain,
 							      machine_krb5_principal, 
 							      machine_password,
 							      lp_workgroup(),
-							      domain->name);
+							      domain->alt_name);
 
 			if (!ADS_ERR_OK(ads_status)) {
 				DEBUG(4,("failed kerberos session setup with %s\n",


-- 
Samba Shared Repository


More information about the samba-cvs mailing list