netapi: add NetUserGetInfo to IDL.
authorGünther Deschner <gd@samba.org>
Wed, 16 Jul 2008 08:45:11 +0000 (10:45 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 18 Jul 2008 15:16:21 +0000 (17:16 +0200)
Guenther
(This used to be commit ec5c0153347f3ea37fa3ad65800c0fc408ac8509)

source3/librpc/idl/libnetapi.idl

index 7b2373c7f6e797eb66d2e32732aaa5d8e02dac4d..0f311d418c3ce46a216c81191a243747769a228c 100644 (file)
@@ -349,6 +349,17 @@ interface libnetapi
                [in] string new_password
                );
 
+       /*******************************************/
+       /* NetUserGetInfo                          */
+       /*******************************************/
+
+       [nopush,nopull] NET_API_STATUS NetUserGetInfo(
+               [in] string server_name,
+               [in] string user_name,
+               [in] uint32 level,
+               [out] uint8 **buffer
+               );
+
        /*******************************************/
        /* NetQueryDisplayInformation              */
        /*******************************************/