[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-106-g32c28e4

Günther Deschner gd at samba.org
Tue Sep 8 18:32:17 MDT 2009


The branch, master has been updated
       via  32c28e4f64815b8c3322a6d52135b248c8b81efa (commit)
      from  f745d076d38487dcc1041a4031c8c05c1e4fb5b5 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 32c28e4f64815b8c3322a6d52135b248c8b81efa
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 44924a6..50742c1 100644
--- a/source3/winbindd/winbindd_cm.c
+++ b/source3/winbindd/winbindd_cm.c
@@ -864,7 +864,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