summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/lsa.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-04 21:56:14 +0100
committerGünther Deschner <gd@samba.org>2008-02-04 22:12:40 +0100
commit0063def0073625bebeb904f00a2fac86ab8c5c96 (patch)
tree7d6415c3371820bac2bf7adef111320e7e05e826 /source3/librpc/idl/lsa.idl
parent649d1a82ca7308d2645bd1e21423d4dd2b5b2094 (diff)
downloadsamba-0063def0073625bebeb904f00a2fac86ab8c5c96.tar.gz
samba-0063def0073625bebeb904f00a2fac86ab8c5c96.tar.bz2
samba-0063def0073625bebeb904f00a2fac86ab8c5c96.zip
Fill in IDL for lsa_SetSecObj() (based from samba3 rpc).
Guenther (This used to be commit d7cd8bd2ad5635b0b0823fec08e263f37dea807b)
Diffstat (limited to 'source3/librpc/idl/lsa.idl')
-rw-r--r--source3/librpc/idl/lsa.idl7
1 files changed, 5 insertions, 2 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl
index f326ddbb44..400bec56f1 100644
--- a/source3/librpc/idl/lsa.idl
+++ b/source3/librpc/idl/lsa.idl
@@ -88,8 +88,11 @@ import "security.idl";
/******************/
/* Function: 0x04 */
- NTSTATUS lsa_SetSecObj ();
-
+ NTSTATUS lsa_SetSecObj(
+ [in] policy_handle *handle,
+ [in] security_secinfo sec_info,
+ [in,ref] sec_desc_buf *sdbuf
+ );
/******************/
/* Function: 0x05 */