[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1123-gf1d8ffa

Karolin Seeger kseeger at samba.org
Wed Jun 10 06:54:36 GMT 2009


The branch, v3-4-test has been updated
       via  f1d8ffab15d339f485b4cb2062167db026537b1f (commit)
      from  b7d54f443ade79d3f2b71aa138fd5254754bb750 (commit)

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


- Log -----------------------------------------------------------------
commit f1d8ffab15d339f485b4cb2062167db026537b1f
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.
    Fixes bug #6456.
    
    Kai, please check.
    
    Guenther
    
    Signed-off-by: Kai Blin <kai at samba.org>

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

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