summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-08 18:36:19 +0100
committerGünther Deschner <gd@samba.org>2008-02-08 22:53:17 +0100
commit5bece0e1e181ab0ef7f0532feb75bebefb260d94 (patch)
tree4dcfad7eaaedf3b2138129f3934d12a04d6f13a8 /source3/librpc
parent5120373cc8d22a26502d0d74cea9f9b473080129 (diff)
downloadsamba-5bece0e1e181ab0ef7f0532feb75bebefb260d94.tar.gz
samba-5bece0e1e181ab0ef7f0532feb75bebefb260d94.tar.bz2
samba-5bece0e1e181ab0ef7f0532feb75bebefb260d94.zip
Fill in IDL for lsa_GetSystemAccessAccount (based on samba3).
Guenther (This used to be commit ac21838d74fa51a73c93272a2be8fac0bc492b49)
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/lsa.idl5
1 files changed, 4 insertions, 1 deletions
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(