From: Graham B. <gb...@po...> - 2001-06-07 17:35:34
|
On Thu, Jun 07, 2001 at 01:15:54PM -0400, David A. Pinkowitz wrote: > At 04:50 PM 6/7/01 +0100, Graham Barr wrote: > >Can you send the output from adding $ldap->debug(15) > > > >Thanks, > >Graham. > Net::LDAP=HASH(0xc3064) received: > > 30 0C 02 01 02 65 07 0A 01 00 04 00 04 00 __ __ 0....e........ > > 0000 30 12: SEQUENCE { > 0002 02 1: INTEGER = 2 > 0005 65 7: [APPLICATION 5] { > 0007 0A 1: ENUM = 0 > 000A 04 0: STRING = '' > 000C 04 0: STRING = '' > 000E : } > 000E : } > Can't call method "context" on an undefined value at > /usr/local/lib/perl5/site_p > erl/5.005/Net/LDAP/Control/VLV.pm line 107. Your server did not return a VLV_RESPONSE control It should have passed back a control which holds info about where the entries returned are in the list. Graham. |