summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-16 06:00:15 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-16 06:00:15 +0000
commit7b40bd0a5f7adbca91ce42ae36bb4908a4515fa8 (patch)
tree210387df2fabb2fedc71aea27472bf3c7cd5e642 /source4/librpc/idl
parent3d7524c7ae03f2f257c64a8b1f681b798055fff7 (diff)
downloadsamba-7b40bd0a5f7adbca91ce42ae36bb4908a4515fa8.tar.gz
samba-7b40bd0a5f7adbca91ce42ae36bb4908a4515fa8.tar.bz2
samba-7b40bd0a5f7adbca91ce42ae36bb4908a4515fa8.zip
use the "subcontext" magic flag for sec_desc_buf
(This used to be commit 05ed2f6dc986111ce448123c91380f9340799ecc)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/lsa.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl
index 7209602728..3628fcb8cc 100644
--- a/source4/librpc/idl/lsa.idl
+++ b/source4/librpc/idl/lsa.idl
@@ -51,6 +51,12 @@
/******************/
/* Function: 0x03 */
+
+ typedef struct {
+ uint32 size;
+ [subcontext] security_descriptor *sd;
+ } sec_desc_buf;
+
NTSTATUS lsa_QuerySecObj (
[in,ref] policy_handle *handle,
[in] uint32 sec_info,