netapi: add NetGroupGetUsers to IDL.
authorGünther Deschner <gd@samba.org>
Fri, 18 Jul 2008 21:37:31 +0000 (23:37 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 30 Jul 2008 14:54:50 +0000 (16:54 +0200)
Guenther

source/librpc/idl/libnetapi.idl

index b92d8d2e8036a5f1fd47fd1c73a2c3b247548c5f..30dccebd015cecb7cceb4ff4a94632fec0fb3b5c 100644 (file)
@@ -656,6 +656,30 @@ interface libnetapi
                [in] string user_name
                );
 
+       /*******************************************/
+       /* NetGroupGetUsers                        */
+       /*******************************************/
+
+       [public] typedef struct {
+               string grui0_name;
+       } GROUP_USERS_INFO_0;
+
+       [public] typedef struct {
+               string grui1_name;
+               uint32 grui1_attributes;
+       } GROUP_USERS_INFO_1;
+
+       [nopush,nopull] NET_API_STATUS NetGroupGetUsers(
+               [in] string server_name,
+               [in] string group_name,
+               [in] uint32 level,
+               [out] uint8 **buffer,
+               [in] uint32 prefmaxlen,
+               [out,ref] uint32 *entries_read,
+               [out,ref] uint32 *total_entries,
+               [in,out,ref] uint32 *resume_handle
+               );
+
        /*******************************************/
        /* NetLocalGroupAdd                        */
        /*******************************************/