diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-12-31 17:56:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:07:52 -0500 |
commit | 05720e4c1723eb3822f29d9d088910f0ba93163d (patch) | |
tree | 784442202078c842cb9d57b8bf1efe69dda7e01f /source4 | |
parent | 72f50be186834e16c3f6a7393922c3ca08e1571c (diff) | |
download | samba-05720e4c1723eb3822f29d9d088910f0ba93163d.tar.gz samba-05720e4c1723eb3822f29d9d088910f0ba93163d.tar.bz2 samba-05720e4c1723eb3822f29d9d088910f0ba93163d.zip |
r4456: NT4 usrmgr.exe asks for 4096 accounts, allow twice that.
Volker
(This used to be commit f8588a769c185f871fdcd5db35428ad587bdfad3)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |