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
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
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.
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