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

Stefan Metzmacher metze at samba.org
Thu Dec 4 11:32:20 GMT 2008


The branch, v3-3-test has been updated
       via  e1e76f19cf9c72abe4086965846b2d438cfbdd00 (commit)
      from  f2a3617778cab1695a09f065840907e1227b6d86 (commit)

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


- Log -----------------------------------------------------------------
commit e1e76f19cf9c72abe4086965846b2d438cfbdd00
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)

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

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 5b16801..bb63a57 100644
--- a/source/utils/net_rpc.c
+++ b/source/utils/net_rpc.c
@@ -5254,7 +5254,8 @@ static NTSTATUS rpc_trustdom_add_internals(struct net_context *c,
 				      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,
 				      &crypt_pwd);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list