From 099899a7cc01fab5faba82e59650aa76bac8143e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 15 Nov 2003 04:42:48 +0000 Subject: added lsa_QuerySecObj() and the necessary sec_desc_buf supporting code also adding printing of security descriptors (This used to be commit 1f93cbc1d597b973ab1a5005ede093c1bcefff87) --- source4/librpc/idl/lsa.idl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 9e703d6c26..622d34eef3 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -51,7 +51,11 @@ /******************/ /* Function: 0x03 */ - NTSTATUS lsa_QuerySecObj (); + NTSTATUS lsa_QuerySecObj ( + [in,ref] policy_handle *handle, + [in] uint32 sec_info, + [out] sec_desc_buf *sd + ); /******************/ -- cgit