From: Mark W. <mew...@un...> - 2000-06-27 16:19:50
|
On Tue, 27 Jun 2000, Graham Barr wrote: > > And here's the code I'm using to setup the Sort control: > > $sort = Net::LDAP::Control::Sort->new( > > order => "cn" > > ); > > That should work, does it ? Yeah after I imported Net::LDAP::Control ;). > > > > > BTW If you use the VLV control, remember you must also include a sort > > control as well. > > Ah yes. That will be in the docs, when I (or someone else) write them :) The same ol' problem ;). Mark > > Graham. > |