Re: substr outside of string in Authen/SASL/Cyrus/Security.pm

2006-01-29 Thread Peter Marschall
Hi Michael, to your findings in the posts on this thread this is most likely a problem in Authen-SASL-Cyrus resp. authen-SASL-Cyrus-*server. I do not know whether the maintainers of these modules follow the perl-ldap mailing list. Maybe you should open a bug at CPAN to make them aware of the pr

RE: substr outside of string in Authen/SASL/Cyrus/Security.pm

2006-01-24 Thread Hirmke Michael
Hi, digging deeper shows that $need in this line is sometimes bigger than length( $clearbuf ): ... substr($$buf, $offset, $need) = substr($clearbuf, 0, $need); $ref->{readbuf} = substr($clearbuf, $need); ... substr outside of string at .../Security.pm line 67, line 576. length clearbuf: 65

RE: substr outside of string in Authen/SASL/Cyrus/Security.pm

2006-01-23 Thread Hirmke Michael
Hi again, same for Authen-SASL-Cyrus 0.13-server besides the difference in line numbers: substr outside of string at /usr/lib/perl5/site_perl/5.8.5/ x86_64-linux-thread-multi/Authen/SASL/Cyrus/Security.pm line 67, line 576 Bye. Michael.

substr outside of string in Authen/SASL/Cyrus/Security.pm

2006-01-23 Thread Hirmke Michael
Hi *, I get an error message substr outside of string at /usr/lib/perl5/vendor_perl/5.8.5/ x86_64-linux-thread-multi/Authen/SASL/Cyrus/Security.pm line 82, line 576 in $oLDAP->schema() when using SASL method "GSSAPI" for binding to an AD DC. Using a bind method without SASL works without gi