1
0
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:
Andrew Tridgell 2004-08-31 08:22:51 +00:00 committed by Gerald (Jerry) Carter
parent dbe786f61e
commit 253203f58f

View File

@ -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 */