From f5e1c8a190ec282f7736c4c01c79d4d3d96184d2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 16 Jul 2008 10:45:11 +0200 Subject: netapi: add NetUserGetInfo to IDL. Guenther (This used to be commit ec5c0153347f3ea37fa3ad65800c0fc408ac8509) --- source3/librpc/idl/libnetapi.idl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'source3/librpc/idl') diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 7b2373c7f6..0f311d418c 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -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 */ /*******************************************/ -- cgit