summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-07-17 00:59:13 +0200
committerGünther Deschner <gd@samba.org>2008-07-18 17:21:28 +0200
commit97e6a44258a8dca6bd63cf3edebfce0963bae219 (patch)
treedb95e420e1df906752d993542997038e7a2ebb21 /source3/librpc/idl
parent99b8d914303961b3d735898e6737468a4f4047d6 (diff)
downloadsamba-97e6a44258a8dca6bd63cf3edebfce0963bae219.tar.gz
samba-97e6a44258a8dca6bd63cf3edebfce0963bae219.tar.bz2
samba-97e6a44258a8dca6bd63cf3edebfce0963bae219.zip
netapi: add NetUserSetInfo to IDL.
Guenther (This used to be commit e00d2affbc3bc848e727f60348aebc7ea8548459)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/libnetapi.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl
index 0f311d418c..69f78b9789 100644
--- a/source3/librpc/idl/libnetapi.idl
+++ b/source3/librpc/idl/libnetapi.idl
@@ -361,6 +361,18 @@ interface libnetapi
);
/*******************************************/
+ /* NetUserSetInfo */
+ /*******************************************/
+
+ [nopush,nopull] NET_API_STATUS NetUserSetInfo(
+ [in] string server_name,
+ [in] string user_name,
+ [in] uint32 level,
+ [in] uint8 *buffer,
+ [out] uint32 *parm_err
+ );
+
+ /*******************************************/
/* NetQueryDisplayInformation */
/*******************************************/