From: Dominic Sisneros Date: 2009-08-19T01:19:37+09:00 Subject: Re: ruby-net-ldap search result pagination --0016e6470ce2683be604716ce2a9 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I think ruby-net-ldap automatically already uses the paged search control internally but uses this to populate the result returned. LDAP doesn't have an offset for the paged result but instead returns a cookie, see http://www.faqs.org/rfcs/rfc2696.html. What ruby-net-ldap doesn't have that I wish it did was an implementation of the server side sort control or the VLC control http://blogs.sun.com/kanthi/entry/ldap_paged_results_more. On Tue, Aug 18, 2009 at 12:10 AM, Mx MQP wrote: > Hi, > > I'm new to ldap and I need to paginate the search result that it will > return. > Is there a control that needs to be set like in offset in DB? > Or does will paginate work with ruby-net-ldap? > > > Thanks. > -- > Posted via http://www.ruby-forum.com/. > > --0016e6470ce2683be604716ce2a9--