diff options
-rw-r--r-- | source4/librpc/idl/samr.idl | 2 |
1 files changed, 2 insertions, 0 deletions
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, |