1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

netapi: add IDL for NetGroupSetUsers.

Guenther
(This used to be commit 5040f6af41250220c5ccf1cbdc206c4b6e7025a5)
This commit is contained in:
Günther Deschner 2008-09-05 16:59:21 +02:00
parent d26bd64f95
commit 4536446cac

View 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 */
/*******************************************/