From: Ian L. <ia...@nm...> - 2003-03-13 17:42:11
|
$ldap->search(sizelimit => 0, ...) is how you set it. However, your problem is most likely a sizelimit on the server and not on the client. You'll need to look at your server config, or take it up with your server admin. On Thu, Mar 13, 2003 at 12:35:58PM -0500, Susan Aurand wrote: > Does anyone know how to in perl-ldap when connecting to the ldap data base via > $ldap->search, to set a sizelimit of 0. I have more than 500 entries in my database, and when hits > 500 I get an error message, exceeded size limit. There must be somewhere to turn this off or set it. > > Thank You - Susan > > > > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en |