From 4536446cac33ed48be54629d8b4c4179b434580d Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 5 Sep 2008 16:59:21 +0200 Subject: [PATCH] netapi: add IDL for NetGroupSetUsers. Guenther (This used to be commit 5040f6af41250220c5ccf1cbdc206c4b6e7025a5) --- source3/librpc/idl/libnetapi.idl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 285c88fcf79..e21dd0cc2b1 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -864,6 +864,18 @@ interface libnetapi ); /*******************************************/ + /* NetGroupSetUsers */ + /*******************************************/ + + [nopush,nopull] NET_API_STATUS NetGroupSetUsers( + [in] string server_name, + [in] string group_name, + [in] uint32 level, + [in] uint8 *buffer, + [in] uint32 num_entries + ); + + /*******************************************/ /* NetLocalGroupAdd */ /*******************************************/ -- 2.11.4.GIT