[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ldap_search



At 10:30 AM 6/28/99 -0700, Sandeep Casi wrote:
>ldapsearch -h metrics -b'o=lucasdigital, c=us' 'objectclass=*'
>LDIF STUF....
>.......................
>about 100 entries........

The slapd default is normally 500.  You also control this via
the slapd.conf using the sizelimit directive.  See slapd.conf(5).

The client sizelimit (command line or ldap.conf(5)) further limits
the number of entries returned on a per operation basis.

Kurt