From 7aa41d890c8e886bfd9c1331c06329b9b97f2c14 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 9 May 2004 00:40:45 +0000 Subject: r593: add a constant for the records size multiplier for max_size in samr_EnumDomainUsers (This used to be commit 252b11112ce22152de3d53d0ba657879346ff243) --- source4/librpc/idl/samr.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index 2110cd9330..070331933b 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -266,6 +266,8 @@ /* w2k3 treats max_size as max_users*54 and sets the resume_handle as the rid of the last user sent */ + const int SAMR_ENUM_USERS_MULTIPLIER = 54; + NTSTATUS samr_EnumDomainUsers( [in,ref] policy_handle *handle, [in,out,ref] uint32 *resume_handle, -- cgit