netapi: add IDL for NetUserSetGroups.
authorGünther Deschner <gd@samba.org>
Fri, 5 Sep 2008 14:49:09 +0000 (16:49 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 11 Sep 2008 12:28:30 +0000 (14:28 +0200)
Guenther
(This used to be commit 6b35856c21d300bf20dd7bc7c27c5e12aca6b2ff)

source3/librpc/idl/libnetapi.idl

index df4df9860e2bf25bfea6006319fcdaac171d942e..285c88fcf799c6c6f264adb4af9f8354499b0793 100644 (file)
@@ -614,6 +614,18 @@ interface libnetapi
                [out,ref] uint32 *total_entries
                );
 
+       /*******************************************/
+       /* NetUserSetGroups                        */
+       /*******************************************/
+
+       [nopush,nopull] NET_API_STATUS NetUserSetGroups(
+               [in] string server_name,
+               [in] string user_name,
+               [in] uint32 level,
+               [in] uint8 *buffer,
+               [in] uint32 num_entries
+               );
+
        /*******************************************/
        /* NetUserModalsGet                        */
        /*******************************************/