On 10/3/06 6:14, Adrian De los Santos <[EMAIL PROTECTED]> wrote: > > On Mar 10, 2006, at 11:51 AM, Chris Ridd wrote: > >> On 10/3/06 5:30, Adrian De los Santos <[EMAIL PROTECTED]> wrote: >> >>> And.. how i get that raw dump ? >> >> You were most of the way there already - just call >> >> $ldap->debug(2); >> >> before calling the search or whatever it was. >> >>> Thanks and sorry for my ignorance on this matter. >> >> No problem! >> > > thanks.., i get a huge amount of data (this ldap server has more than > 65,000 records) before i get the error 84. > > Here are the last 50 or 60 lines before i get an error 84.
That's unfortunately not very useful, because you've removed important stuff for the BER decoder :-( We need the whole of the packet that fails to decode. Cheers, Chris