From 0063def0073625bebeb904f00a2fac86ab8c5c96 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 4 Feb 2008 21:56:14 +0100 Subject: Fill in IDL for lsa_SetSecObj() (based from samba3 rpc). Guenther (This used to be commit d7cd8bd2ad5635b0b0823fec08e263f37dea807b) --- source3/librpc/idl/lsa.idl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'source3/librpc/idl') 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 */ -- cgit