mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r2126: two more lsa functions worked out by richard renard
This commit is contained in:
parent
dbe786f61e
commit
253203f58f
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user