summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/libnetapi.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-05 16:49:09 +0200
committerGünther Deschner <gd@samba.org>2008-09-11 14:28:30 +0200
commit5c36529140db88ae3a9d1f1212d7371a58b7fac3 (patch)
treea7dfcd7b90ce792fe0f8b4908622d56f1a404c0f /source3/librpc/idl/libnetapi.idl
parent35c96827b4b1a453919184b554ba8b66bf0d3b42 (diff)
downloadsamba-5c36529140db88ae3a9d1f1212d7371a58b7fac3.tar.gz
samba-5c36529140db88ae3a9d1f1212d7371a58b7fac3.tar.bz2
samba-5c36529140db88ae3a9d1f1212d7371a58b7fac3.zip
netapi: add IDL for NetUserSetGroups.
Guenther (This used to be commit 6b35856c21d300bf20dd7bc7c27c5e12aca6b2ff)
Diffstat (limited to 'source3/librpc/idl/libnetapi.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 df4df9860e..285c88fcf7 100644
--- a/source3/librpc/idl/libnetapi.idl
+++ b/source3/librpc/idl/libnetapi.idl
@@ -615,6 +615,18 @@ interface libnetapi
);
/*******************************************/
+ /* NetUserSetGroups */
+ /*******************************************/
+
+ [nopush,nopull] NET_API_STATUS NetUserSetGroups(
+ [in] string server_name,
+ [in] string user_name,
+ [in] uint32 level,
+ [in] uint8 *buffer,
+ [in] uint32 num_entries
+ );
+
+ /*******************************************/
/* NetUserModalsGet */
/*******************************************/