Author: tridge
Date: 2004-08-31 08:22:51 +0000 (Tue, 31 Aug 2004)
New Revision: 2126

WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/librpc/idl&rev=2126&nolog=1

Log:
two more lsa functions worked out by richard renard


Modified:
   branches/SAMBA_4_0/source/librpc/idl/lsa.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/lsa.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/lsa.idl        2004-08-31 08:21:29 UTC (rev 
2125)
+++ branches/SAMBA_4_0/source/librpc/idl/lsa.idl        2004-08-31 08:22:51 UTC (rev 
2126)
@@ -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 */

Reply via email to