From: Graham B. <gb...@po...> - 2000-05-10 10:57:09
|
On Wed, May 10, 2000 at 02:59:37AM -0700, Pythagoras Watson wrote: > This appears to be a decoding error on Net::LDAP's part. When the > operation number (5th byte of response) reaches 128 (0x80), the > resulting message code changes to two. Yes there was a bug in Convert::ASN1::IO.pm when $length & 0x80 was true. The CVS on sourceforge has a fix for this. It seems some people have verified this, so I will put together new releases of perl-ldap and Convert::ASN1 soon. Graham. |