|
From: Chris R. <chr...@me...> - 2001-06-06 15:22:49
|
Graham Barr <gb...@po...> wrote: > > A VLV control must be used woth a sort control. You may be able to detect That makes sense - error 60 is Net::LDAP's LDAP_SORT_CONTROL_MISSING error. > On Wed, Jun 06, 2001 at 10:06:22AM -0400, David A. Pinkowitz wrote: [...] >> If I comment out the last two lines, I get a message "search failed >> with 60." If I take the control out of the search completely, my To understand the error codes (or at least convert them into text), look at the Net::LDAP::Util::ldap_error_name function, and the Net::LDAP::Constant module. Cheers, Chris |