diff options
author | Günther Deschner <gd@samba.org> | 2008-09-05 16:59:21 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-09-11 14:29:20 +0200 |
commit | 4536446cac33ed48be54629d8b4c4179b434580d (patch) | |
tree | 15778b40cc137d5d9ca765e75411725304ec4aa2 /source3/librpc | |
parent | d26bd64f958e6248b06da1d1c243d0b06bd6adc9 (diff) | |
download | samba-4536446cac33ed48be54629d8b4c4179b434580d.tar.gz samba-4536446cac33ed48be54629d8b4c4179b434580d.tar.bz2 samba-4536446cac33ed48be54629d8b4c4179b434580d.zip |
netapi: add IDL for NetGroupSetUsers.
Guenther
(This used to be commit 5040f6af41250220c5ccf1cbdc206c4b6e7025a5)
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/libnetapi.idl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 285c88fcf7..e21dd0cc2b 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 */ /*******************************************/ |