diff options
Diffstat (limited to 'source4/librpc/idl/lsa.idl')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 06c142cd96..3afad691cd 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -477,10 +477,23 @@ ); + /**********************/ /* Function: 0x25 */ - NTSTATUS lsa_AddAccountRights(); - /* Function: 0x26 */ - NTSTATUS lsa_RemoveAccountRights(); + NTSTATUS lsa_AddAccountRights ( + [in,ref] policy_handle *handle, + [in,ref] dom_sid2 *sid, + [in,ref] lsa_RightSet *rights + ); + + /**********************/ + /* Function: 0x26 */ + NTSTATUS lsa_RemoveAccountRights ( + [in,ref] policy_handle *handle, + [in,ref] dom_sid2 *sid, + [in] uint32 unknown, + [in,ref] lsa_RightSet *rights + ); + /* Function: 0x27 */ NTSTATUS lsa_QueryTrustDomainInfo(); /* Function: 0x28 */ |