[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: 500 entry limit
man slapd.conf:
sizelimit size[.{soft|hard|unchecked}]=<integer> [...]
Specify the maximum number of entries to return from a search
operation. The default size limit is 500. Use -1 or unlimited
to specify no limits. The second format allows a fine grain
setting of the size limits. Extra args can be added on the same
line. See limits for an explanation of the different flags.
I don't know off hand if there is a default limit with the tools. Their man pages dont mention one.
On Sun, 2004-19-09 at 12:54 +0200, Ottavio Campana wrote:
> I've got a ldap server that shows only up to 500 entries for each
> search. Just to give you the idea:
>
> ldap:~# ldapsearch -x objectclass* | grep dn | wc -l
> 500
> ldap:~#
>
> How can I make this limit bigger? Can I set it to 5000?
>
> Thank you.
>