[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-2179-g72fd5fa

Günther Deschner gd at samba.org
Tue Jun 9 13:42:40 GMT 2009


The branch, master has been updated
       via  72fd5fa6bb78a054fad5e5ebe19a0c0387a7d45b (commit)
      from  71caa90cd86332965d486b9af545f335e46b4425 (commit)

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


- Log -----------------------------------------------------------------
commit 72fd5fa6bb78a054fad5e5ebe19a0c0387a7d45b
Author: Günther Deschner <gd at samba.org>
Date:   Tue Jun 9 15:41:44 2009 +0200

    s3-net: fix "net ads testjoin".
    
    This always needs to use machine account credentials.
    
    Kai, please check.
    
    Guenther

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

Summary of changes:
 source3/utils/net_ads.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c
index 4503231..588f57f 100644
--- a/source3/utils/net_ads.c
+++ b/source3/utils/net_ads.c
@@ -953,6 +953,7 @@ static NTSTATUS net_ads_join_ok(struct net_context *c)
 	}
 
 	set_cmdline_auth_info_use_machine_account(c->auth_info);
+	set_cmdline_auth_info_machine_account_creds(c->auth_info);
 
 	status = ads_startup(c, true, &ads);
 	if (!ADS_ERR_OK(status)) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list