diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-05-09 00:40:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:49 -0500 |
commit | 7aa41d890c8e886bfd9c1331c06329b9b97f2c14 (patch) | |
tree | be72cca3b83d1ef83fa96039228b06f83e2e674c /source4/librpc/idl/samr.idl | |
parent | 3672a067be7115938b5d204292ce15e7faa15827 (diff) | |
download | samba-7aa41d890c8e886bfd9c1331c06329b9b97f2c14.tar.gz samba-7aa41d890c8e886bfd9c1331c06329b9b97f2c14.tar.bz2 samba-7aa41d890c8e886bfd9c1331c06329b9b97f2c14.zip |
r593: add a constant for the records size multiplier for max_size in samr_EnumDomainUsers
(This used to be commit 252b11112ce22152de3d53d0ba657879346ff243)
Diffstat (limited to 'source4/librpc/idl/samr.idl')
-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, |