netapi: add IDL for NetGroupSetUsers.
authorGünther Deschner <gd@samba.org>
Fri, 5 Sep 2008 14:59:21 +0000 (16:59 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 11 Sep 2008 12:29:20 +0000 (14:29 +0200)
Guenther
(This used to be commit 5040f6af41250220c5ccf1cbdc206c4b6e7025a5)

source3/librpc/idl/libnetapi.idl

index 285c88fcf799c6c6f264adb4af9f8354499b0793..e21dd0cc2b1801b7c6dd443cc63c2ce4ec14d8b2 100644 (file)
@@ -863,6 +863,18 @@ interface libnetapi
                [in,out,ref] uint32 *resume_handle
                );
 
+       /*******************************************/
+       /* 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                        */
        /*******************************************/