r593: add a constant for the records size multiplier for max_size in samr_EnumDomainUsers
authorAndrew Tridgell <tridge@samba.org>
Sun, 9 May 2004 00:40:45 +0000 (00:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:51:49 +0000 (12:51 -0500)
source/librpc/idl/samr.idl

index 2110cd9330fea9e6bbcfa3373cfc4477dc308b99..070331933b4749c86efe2e5449b8917def86f7ed 100644 (file)
        /* 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,