[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1246-g1f6f0fc

Karolin Seeger kseeger at samba.org
Wed Sep 9 04:23:53 MDT 2009


The branch, v3-4-test has been updated
       via  1f6f0fc92b1bb487fb99ac1e9c96f8f09adb9fbc (commit)
      from  d5098d7372fb3ab5991df5ce6daa994372934b39 (commit)

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


- Log -----------------------------------------------------------------
commit 1f6f0fc92b1bb487fb99ac1e9c96f8f09adb9fbc
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:
 source3/winbindd/winbindd_cm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c
index 09a12d0..4571f22 100644
--- a/source3/winbindd/winbindd_cm.c
+++ b/source3/winbindd/winbindd_cm.c
@@ -856,7 +856,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