From: Jason Rohwedder Date: 2006-08-30T01:30:11+09:00 Subject: Re: ruby-ldap on Windows (built) I don't have a V2 server; I was more concerned with the versions of OpenLDAP that don't recognize it... Is there a way to deal with getting all the results from a not recent OpenLDAP server? Thanks. -jason On Aug 29, 2006, at 11:23 AM, Francis Cianfrocca wrote: > On 8/29/06, Jason Rohwedder wrote: >> Does Net::LDAP have a way of dealing with this on v2 servers? or >> servers that don't yet implement paged results? Thanks. >> >> -jason > > That's two different questions. Net::LDAP only implements V3. Do you > actually have a V2 server??? If so, I'd be really appreciative if you > could try Net::LDAP against it and see what happens. (Is it one of > those early Netscape Enterprise Directories?) > > Paged results: Net::LDAP specifies the control as "noncritical," which > means it will be ignored by servers that don't recognize it (such as > OpenLDAP versions other than very recent ones). So it will > interoperate seamlessly with these servers.