summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-07-16 10:45:11 +0200
committerGünther Deschner <gd@samba.org>2008-07-18 17:16:21 +0200
commitf5e1c8a190ec282f7736c4c01c79d4d3d96184d2 (patch)
tree408a7fb52e469cd62bb9e30175dbb62f56a6040d
parentb6caa0de4cffb5ce2ea4aa6144901832ddbb9667 (diff)
downloadsamba-f5e1c8a190ec282f7736c4c01c79d4d3d96184d2.tar.gz
samba-f5e1c8a190ec282f7736c4c01c79d4d3d96184d2.tar.bz2
samba-f5e1c8a190ec282f7736c4c01c79d4d3d96184d2.zip
netapi: add NetUserGetInfo to IDL.
Guenther (This used to be commit ec5c0153347f3ea37fa3ad65800c0fc408ac8509)
-rw-r--r--source3/librpc/idl/libnetapi.idl11
1 files changed, 11 insertions, 0 deletions
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
@@ -350,6 +350,17 @@ interface libnetapi
);
/*******************************************/
+ /* NetUserGetInfo */
+ /*******************************************/
+
+ [nopush,nopull] NET_API_STATUS NetUserGetInfo(
+ [in] string server_name,
+ [in] string user_name,
+ [in] uint32 level,
+ [out] uint8 **buffer
+ );
+
+ /*******************************************/
/* NetQueryDisplayInformation */
/*******************************************/