diff options
Diffstat (limited to 'source4/librpc/idl/samr.idl')
-rw-r--r-- | source4/librpc/idl/samr.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index eceaf784ec..2110cd9330 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -262,6 +262,10 @@ /************************/ /* Function 0x0d */ + + /* w2k3 treats max_size as max_users*54 and sets the + resume_handle as the rid of the last user sent + */ NTSTATUS samr_EnumDomainUsers( [in,ref] policy_handle *handle, [in,out,ref] uint32 *resume_handle, |