From: Graham B. <gb...@po...> - 2000-08-01 16:03:48
|
On Tue, Aug 01, 2000 at 05:50:45PM +0200, Stefan Kiesow wrote: > Hi, > > is it possible to perform a ldapserach similar to a select-clause in SQL? > I want to get back the results ordered by some attributes and I want to > reduce the number of results to a specific limit. > > So is there something similar to > > order by NAME Well if your server supports v3 controls you could use the Sort control. Net::LDAP::Control::Sort will be in the next release. > and > > set rowcount N Again v3 controls. You could use the Paged control and just get the first page. Graham. |