From 05720e4c1723eb3822f29d9d088910f0ba93163d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 31 Dec 2004 17:56:05 +0000 Subject: r4456: NT4 usrmgr.exe asks for 4096 accounts, allow twice that. Volker (This used to be commit f8588a769c185f871fdcd5db35428ad587bdfad3) --- source4/librpc/idl/lsa.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl/lsa.idl') diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 5c5171840e..97f1899bec 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -243,7 +243,7 @@ NTSTATUS lsa_EnumAccounts ( [in,ref] policy_handle *handle, [in,out,ref] uint32 *resume_handle, - [in,range(0,1000)] uint32 num_entries, + [in,range(0,8192)] uint32 num_entries, [out,ref] lsa_SidArray *sids ); -- cgit