Fix IDL for lsa_RemoveAccountRights.
authorGünther Deschner <gd@samba.org>
Thu, 14 Feb 2008 14:20:47 +0000 (15:20 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 14 Feb 2008 14:22:33 +0000 (15:22 +0100)
Guenther
(This used to be commit d65b2504de6e433e1ca3ea8aa839b4209dd1b99a)

source3/librpc/idl/lsa.idl

index aad9c3b9a1b541d91087c16f97e10a2b495f4227..47fa9f43b61453220b5e1374c7b310cfd9a45894 100644 (file)
@@ -705,9 +705,9 @@ import "security.idl";
        /* Function:       0x26 */
        NTSTATUS lsa_RemoveAccountRights (
                [in]     policy_handle *handle,
-               [in]     dom_sid2 *sid,
-               [in]         uint32 unknown,
-               [in]     lsa_RightSet *rights
+               [in,ref] dom_sid2 *sid,
+               [in]     uint8 remove_all,
+               [in,ref] lsa_RightSet *rights
                );
 
        /* Function:   0x27 */