[SCM] Samba Shared Repository - branch master updated - 2b8f3e253d3a56aac996287f5ce265d0c915b3c8

Stefan Metzmacher metze at samba.org
Thu Dec 4 11:29:15 GMT 2008


The branch, master has been updated
       via  2b8f3e253d3a56aac996287f5ce265d0c915b3c8 (commit)
      from  dbfcd3f97c02a19c48360b4f477570997f8aa870 (commit)

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


- Log -----------------------------------------------------------------
commit 2b8f3e253d3a56aac996287f5ce265d0c915b3c8
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

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

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


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index 3c8ce03..0c34972 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -5250,7 +5250,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