1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3:net: fix password set of 'net rpc trustdom add'

metze
This commit is contained in:
Stefan Metzmacher 2008-12-04 12:26:03 +01:00
parent dbfcd3f97c
commit 2b8f3e253d

View File

@ -5250,7 +5250,8 @@ static NTSTATUS rpc_trustdom_add_internals(struct net_context *c,
notime, notime, notime, notime, notime, notime,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, &parameters, 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, hours,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
&crypt_pwd); &crypt_pwd);