1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

r2126: two more lsa functions worked out by richard renard

(This used to be commit 253203f58f7fe6d1b7aea50822d191a8377b47da)
This commit is contained in:
Andrew Tridgell 2004-08-31 08:22:51 +00:00 committed by Gerald (Jerry) Carter
parent 1f591a4400
commit 9db2cb2642

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