rap: add rap_NetUserAdd IDL.
authorGünther Deschner <gd@samba.org>
Thu, 17 Mar 2011 20:52:20 +0000 (21:52 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 18 Mar 2011 00:24:06 +0000 (01:24 +0100)
Guenther

librpc/idl/rap.idl

index 7e3698a0547d8efedb1f56580009c26a18d4add2..3de48bd23c3083b546271a86232619b037df8d37 100644 (file)
@@ -937,6 +937,17 @@ interface rap
                [out,switch_is(level)] rap_session_info info[count]
        );
 
+       /* not documented in MS-RAP */
+       [public] void rap_NetUserAdd(
+               [in] uint16 level,
+               [in] uint16 bufsize,
+               [in] uint16 pwdlength,
+               [in] uint16 unknown,
+               [in,switch_is(level)] rap_netuser_info info,
+               [out] rap_status status,
+               [out] uint16 convert
+       );
+
        /* Parameter description strings for RAP calls   */
        /* Names are defined name for RAP call with _REQ */
        /* appended to end.                              */