On 13/3/06 9:27, Graham Barr <[EMAIL PROTECTED]> wrote:
> On Mon, March 13, 2006 2:17 pm, Chris Ridd wrote:
>
>> (Adrian sent me the debug output direct.)
>>
>> It looks quite like the server was sending mangled BER. The LDAP result
>> was
>> actually very large (so the byte offsets logged were
On Mon, March 13, 2006 2:17 pm, Chris Ridd wrote:
> (Adrian sent me the debug output direct.)
>
> It looks quite like the server was sending mangled BER. The LDAP result
> was
> actually very large (so the byte offsets logged were OK), but the server
> suddenly decided to send a PrintableString va
On 10/3/06 5:36, Adrian De los Santos <[EMAIL PROTECTED]> wrote:
>
> On Mar 10, 2006, at 11:30 AM, Adrian De los Santos wrote:
>
>>
>> On Mar 10, 2006, at 11:28 AM, Chris Ridd wrote:
>>
>>> On 10/3/06 5:22, Adrian De los Santos <[EMAIL PROTECTED]> wrote:
>>>
On Mar 9, 2006, at 6:28 PM, G
On Mar 10, 2006, at 11:30 AM, Adrian De los Santos wrote:
On Mar 10, 2006, at 11:28 AM, Chris Ridd wrote:
On 10/3/06 5:22, Adrian De los Santos <[EMAIL PROTECTED]> wrote:
On Mar 9, 2006, at 6:28 PM, Graham Barr wrote:
Has anything changed in your perl installation ?
What versions of Ne
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
>>
>>
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
On 10/3/06 5:22, Adrian De los Santos <[EMAIL PROTECTED]> wrote:
> On Mar 9, 2006, at 6:28 PM, Graham Barr wrote:
>
>>
>> Has anything changed in your perl installation ?
>>
>> What versions of Net::LDAP and Convert::ASN1 do you have installed ?
>>
>> I suspect the decoding actually got messed
On Mar 9, 2006, at 6:28 PM, Graham Barr wrote:
Has anything changed in your perl installation ?
What versions of Net::LDAP and Convert::ASN1 do you have installed ?
I suspect the decoding actually got messed up before the bit you
pasted into you message. That is a big packet to have an offset
On Mar 9, 2006, at 3:09 PM, Adrian De los Santos wrote:
I have a perl script who queries a Lotus Notes LDAP, it was working
fine for almost 1 year but suddenly.. 3 days ago it stopped working
with the following errors (debug 15 enabled)
What can i do ?
Has anything changed in your per