Does Net::LDAP have a way of dealing with this on v2 servers? or servers that don't yet implement paged results? Thanks. -jason On Aug 29, 2006, at 10:45 AM, Francis Cianfrocca wrote: > On 8/29/06, Rcmn 73 <rcmn73 / gmail.com> wrote: > > This is a very good new that Net::LDAP does not have this > limitation. >> As our Active directory limitation it has probably limitated to >> 1500.Using PHP or the DS command's i can get various result but i was >> never able to get more than 1500+.And depending of the periode of the >> day PHP or DS cmd would just died without any return.Anyway with the >> python module i get a consitent 1500.So maybe as u mention the >> limitation is an AD setting. >> So i assume i will run into that limitation also with Net::LDAP...Or >> Net::LDAP process search by a different way and avoid this sort of >> limitation ? By getting a set of 100 then an other 100 etc ? Or is >> that >> impossible? > > > I forgot to mention: paged searches are automatic in Net::LDAP. You > don't have to write your code differently to get them.