summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-08-31 08:22:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:26 -0500
commit9db2cb2642c385840b45a750a3d1aa25d3134fbf (patch)
tree4366531cac9f9a32e8115b74d9d0a7059fedb3b0 /source4/librpc
parent1f591a440059c848fc8ac7a940378a9ef5a1548e (diff)
downloadsamba-9db2cb2642c385840b45a750a3d1aa25d3134fbf.tar.gz
samba-9db2cb2642c385840b45a750a3d1aa25d3134fbf.tar.bz2
samba-9db2cb2642c385840b45a750a3d1aa25d3134fbf.zip
r2126: two more lsa functions worked out by richard renard
(This used to be commit 253203f58f7fe6d1b7aea50822d191a8377b47da)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/lsa.idl19
1 files changed, 16 insertions, 3 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl
index 06c142cd96..3afad691cd 100644
--- a/source4/librpc/idl/lsa.idl
+++ b/source4/librpc/idl/lsa.idl
@@ -477,10 +477,23 @@
);
+ /**********************/
/* Function: 0x25 */
- NTSTATUS lsa_AddAccountRights();
- /* Function: 0x26 */
- NTSTATUS lsa_RemoveAccountRights();
+ NTSTATUS lsa_AddAccountRights (
+ [in,ref] policy_handle *handle,
+ [in,ref] dom_sid2 *sid,
+ [in,ref] lsa_RightSet *rights
+ );
+
+ /**********************/
+ /* Function: 0x26 */
+ NTSTATUS lsa_RemoveAccountRights (
+ [in,ref] policy_handle *handle,
+ [in,ref] dom_sid2 *sid,
+ [in] uint32 unknown,
+ [in,ref] lsa_RightSet *rights
+ );
+
/* Function: 0x27 */
NTSTATUS lsa_QueryTrustDomainInfo();
/* Function: 0x28 */