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:
parent
dbfcd3f97c
commit
2b8f3e253d
@ -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, ¶meters,
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user