1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Fill in IDL for lsa_SetSystemAccessAccount (based from samba3)

Guenther
(This used to be commit 02c96047f1)
This commit is contained in:
Günther Deschner 2008-02-08 18:29:03 +01:00
parent 5c23f7d73c
commit 6166148059

View File

@ -481,8 +481,12 @@ import "security.idl";
/* Function: 0x17 */
NTSTATUS lsa_GetSystemAccessAccount();
/* Function: 0x18 */
NTSTATUS lsa_SetSystemAccessAccount();
NTSTATUS lsa_SetSystemAccessAccount(
[in] policy_handle *handle,
[in] uint32 access_mask
);
/* Function: 0x19 */
NTSTATUS lsa_OpenTrustedDomain(