From 5bece0e1e181ab0ef7f0532feb75bebefb260d94 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 8 Feb 2008 18:36:19 +0100 Subject: Fill in IDL for lsa_GetSystemAccessAccount (based on samba3). Guenther (This used to be commit ac21838d74fa51a73c93272a2be8fac0bc492b49) --- source3/librpc/idl/lsa.idl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index 54d9b2f1f0..9db4c83211 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -480,7 +480,10 @@ import "security.idl"; NTSTATUS lsa_SetQuotasForAccount(); /* Function: 0x17 */ - NTSTATUS lsa_GetSystemAccessAccount(); + NTSTATUS lsa_GetSystemAccessAccount( + [in] policy_handle *handle, + [out,ref] uint32 *access_mask + ); /* Function: 0x18 */ NTSTATUS lsa_SetSystemAccessAccount( -- cgit