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

Stefan Metzmacher metze at samba.org
Thu Dec 4 11:42:39 GMT 2008


The branch, v3-2-test has been updated
       via  05fbd5f87cb39cffe0acc5c3132e13f2d471edf2 (commit)
      from  10dd8a54ea7ea2cf86de5e20a62912298e0c4acc (commit)

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


- Log -----------------------------------------------------------------
commit 05fbd5f87cb39cffe0acc5c3132e13f2d471edf2
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Dec 4 12:26:03 2008 +0100

    s3:net: fix password set of 'net rpc trustdom add'
    
    metze
    (cherry-picked from commit 2b8f3e253d3a56aac996287f5ce265d0c915b3c8)
    (cherry picked from commit e1e76f19cf9c72abe4086965846b2d438cfbdd00)

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

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


Changeset truncated at 500 lines:

diff --git a/source/utils/net_rpc.c b/source/utils/net_rpc.c
index 945ca38..ceb429f 100644
--- a/source/utils/net_rpc.c
+++ b/source/utils/net_rpc.c
@@ -5439,7 +5439,8 @@ static NTSTATUS rpc_trustdom_add_internals(const DOM_SID *domain_sid,
 				      notime, notime, notime,
 				      NULL, NULL, NULL, NULL, NULL,
 				      NULL, NULL, NULL, NULL, &parameters,
-				      0, 0, ACB_DOMTRUST, SAMR_FIELD_ACCT_FLAGS,
+				      0, 0, ACB_DOMTRUST,
+				      SAMR_FIELD_ACCT_FLAGS | SAMR_FIELD_PASSWORD,
 				      hours,
 				      0, 0, 0, 0, 0, 0, 0,
 				      pwbuf, 24);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list