diff options
author | Günther Deschner <gd@samba.org> | 2008-02-08 18:29:03 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-08 22:49:57 +0100 |
commit | 61661480598cdb9ddd1fa27026947aff1834dd62 (patch) | |
tree | 5a009080fe90ac6690d33398029b0bedc0fffdec | |
parent | 5c23f7d73cfe96147c6b0d2069241b946843d5ec (diff) | |
download | samba-61661480598cdb9ddd1fa27026947aff1834dd62.tar.gz samba-61661480598cdb9ddd1fa27026947aff1834dd62.tar.bz2 samba-61661480598cdb9ddd1fa27026947aff1834dd62.zip |
Fill in IDL for lsa_SetSystemAccessAccount (based from samba3)
Guenther
(This used to be commit 02c96047f1f37b213fe473cc8b2b1bc1459cc709)
-rw-r--r-- | source3/librpc/idl/lsa.idl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index dc1d1a1264..54d9b2f1f0 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -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( |