From: Chris R. <chr...@ma...> - 2002-10-17 11:42:57
|
On 17/10/02 10:36 am, Peter Marschall <pet...@ma...> wrote: > Hi, > > I do not think it is a problem with Net::LDAP. > Net::LDAP can cope with more than 20.000 enbtries in one search result > (that's what I use regularly, so i know it works.) > > Ask your ADS-Admins to increase the sizelimit for LDAP searches. > > CU > PEter Alternatively, if your directory supports simple paged results (RFC 2696) you can get avoid the sizelimit. Check the Net::LDAP::Control::Paged class. Cheers, Chris |