Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2.
authorGünther Deschner <gd@samba.org>
Mon, 14 Jan 2008 16:10:31 +0000 (17:10 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 14 Jan 2008 16:10:31 +0000 (17:10 +0100)
Guenther
(This used to be commit dceb9a4c80fb241e12fafc6229aa8e81f5d2df1a)

source3/librpc/idl/lsa.idl

index 6cf57b88d4cd27573ef590f56c68da7521638ccb..a7e04dc9620104038a0faac020fddad57c68c599 100644 (file)
@@ -239,7 +239,11 @@ import "security.idl";
 
        /******************/
        /* Function:       0x08 */
-       NTSTATUS lsa_SetInfoPolicy ();
+       NTSTATUS lsa_SetInfoPolicy (
+               [in]                            policy_handle *handle,
+               [in]                            uint16 level,
+               [in,switch_is(level)]           lsa_PolicyInformation *info
+               );
 
        /******************/
        /* Function:       0x09 */
@@ -710,7 +714,11 @@ import "security.idl";
                );
 
        /* Function 0x2f */
-       NTSTATUS lsa_SetInfoPolicy2();
+       NTSTATUS lsa_SetInfoPolicy2(
+               [in]                            policy_handle *handle,
+               [in]                            uint16 level,
+               [in,switch_is(level)]           lsa_PolicyInformation *info
+               );
 
        /**********************/
        /* Function 0x30 */