netapi: add IDL for NetGroupSetUsers.
[metze/samba/wip.git] / 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                        */
        /*******************************************/