diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-18 05:20:54 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-18 05:20:54 +0000 |
commit | 06d0f61aa43c0ab08dc122c9a3b41f9fc453fcbc (patch) | |
tree | da7f6056f77d9722ee287e891d5fdfa97f401575 /source4/librpc/idl | |
parent | 9b7b5e5c516155d9606cc92bd22a958a8435ef48 (diff) | |
download | samba-06d0f61aa43c0ab08dc122c9a3b41f9fc453fcbc.tar.gz samba-06d0f61aa43c0ab08dc122c9a3b41f9fc453fcbc.tar.bz2 samba-06d0f61aa43c0ab08dc122c9a3b41f9fc453fcbc.zip |
added samr_QuerySecurity() call that displays the ACL for any handle.
(This used to be commit 5bbeaaa3d13c838d014e7689b0fcf7374c8c7f57)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/samr.idl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index 82794a28e1..a9891c9a19 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -29,7 +29,12 @@ /******************/ /* Function: 0x03 */ - NTSTATUS samr_QuerySecurity (); + NTSTATUS samr_QuerySecurity ( + [in,ref] policy_handle *handle, + [in] uint32 sec_info, + [out] uint32 *length, + [out,subcontext] security_descriptor *sd + ); /******************/ /* Function: 0x04 */ |