summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/samr.idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-19 04:44:47 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-19 04:44:47 +0000
commit025236281b55a63207adcc1fa183b2ab16361764 (patch)
tree2e982eef39eee82ade556bffd94143feffbdc47d /source4/librpc/idl/samr.idl
parent7f086443f58af374571516a73a535d8c71667822 (diff)
downloadsamba-025236281b55a63207adcc1fa183b2ab16361764.tar.gz
samba-025236281b55a63207adcc1fa183b2ab16361764.tar.bz2
samba-025236281b55a63207adcc1fa183b2ab16361764.zip
possibly better handling of NULL secdesc (thanks to lukeh)
(This used to be commit a1230f1b4b0b06d08bfe7c8a7e4863357db1ca5a)
Diffstat (limited to 'source4/librpc/idl/samr.idl')
-rw-r--r--source4/librpc/idl/samr.idl9
1 files changed, 7 insertions, 2 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl
index aa3ab9c799..2b47abe461 100644
--- a/source4/librpc/idl/samr.idl
+++ b/source4/librpc/idl/samr.idl
@@ -34,11 +34,16 @@
/******************/
/* Function: 0x03 */
+
+ typedef struct {
+ uint32 sd_size;
+ [subcontext] security_descriptor *sd;
+ } samr_SdBuf;
+
NTSTATUS samr_QuerySecurity (
[in,ref] policy_handle *handle,
[in] uint32 sec_info,
- [out] uint32 *length,
- [out,subcontext] security_descriptor *sd
+ [out] samr_SdBuf *sdbuf
);
/******************/