From 5c36529140db88ae3a9d1f1212d7371a58b7fac3 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 5 Sep 2008 16:49:09 +0200 Subject: netapi: add IDL for NetUserSetGroups. Guenther (This used to be commit 6b35856c21d300bf20dd7bc7c27c5e12aca6b2ff) --- source3/librpc/idl/libnetapi.idl | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'source3/librpc/idl') 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 @@ -614,6 +614,18 @@ interface libnetapi [out,ref] uint32 *total_entries ); + /*******************************************/ + /* 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 */ /*******************************************/ -- cgit