Fix IDL for samr_EnumDomainUsers.
authorGünther Deschner <gd@samba.org>
Tue, 12 Feb 2008 02:34:14 +0000 (03:34 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 12 Feb 2008 09:01:17 +0000 (10:01 +0100)
Guenther
(This used to be commit 6dc45310710bb6cb6d1ebc134dac80dcc9f6b847)

source3/librpc/idl/samr.idl

index 83b14803df077aab9cd0e69ae6ebece3f60f2757..7e231dcf24566a1b4e00b8715565385f906ebe5f 100644 (file)
@@ -344,11 +344,11 @@ import "misc.idl", "lsa.idl", "security.idl";
        const int SAMR_ENUM_USERS_MULTIPLIER = 54;
 
        NTSTATUS samr_EnumDomainUsers(
-               [in,ref]      policy_handle *domain_handle,
+               [in]          policy_handle *domain_handle,
                [in,out,ref]  uint32 *resume_handle,
                [in]          samr_AcctFlags acct_flags,
-               [in]          uint32 max_size,
                [out,ref]     samr_SamArray **sam,
+               [in]          uint32 max_size,
                [out,ref]     uint32 *num_entries
                );