Bug#486698: Authen::SASL::Cyrus produces bogus SIGPIPE

2008-06-18 Thread Russ Allbery
Wouter Verhelst [EMAIL PROTECTED] writes: I've attached three files: one containing the output of the same script above, but with the Net::LDAP constructor having the extra options debug = 15. This causes Net::LDAP to throw a lot of debugging output on stdout. The second is a pcap capture

Bug#486698: Authen::SASL::Cyrus produces bogus SIGPIPE

2008-06-18 Thread Wouter Verhelst
On Wed, Jun 18, 2008 at 09:15:48AM -0700, Russ Allbery wrote: Wouter Verhelst [EMAIL PROTECTED] writes: I've attached three files: one containing the output of the same script above, but with the Net::LDAP constructor having the extra options debug = 15. This causes Net::LDAP to throw a lot

Bug#486698: Authen::SASL::Cyrus produces bogus SIGPIPE

2008-06-18 Thread Russ Allbery
Wouter Verhelst [EMAIL PROTECTED] writes: Since I could successfully log on using 'ldapsearch -Y GSSAPI' and using Authen::SASL::Perl, I assumed Authen::SASL::Cyrus was to blame. This, at least, shows something more is going on... Oh, hey, look, Authen::SASL::Perl can do GSSAPI now. That's

Bug#486698: Authen::SASL::Cyrus produces bogus SIGPIPE

2008-06-17 Thread Wouter Verhelst
Package: libauthen-sasl-cyrus-perl Version: 0.13-server-3+b1 Severity: important Hi, The following script: use Net::LDAP; use Authen::SASL qw(Cyrus); $SIG{'PIPE'} = 'IGNORE'; $ldap = Net::LDAP-new('ldap://samba.grep.be/') or die $!; $sasl = Authen::SASL-new(mech = GSSAPI);

Bug#486698: Authen::SASL::Cyrus produces bogus SIGPIPE

2008-06-17 Thread Russ Allbery
Wouter Verhelst [EMAIL PROTECTED] writes: Package: libauthen-sasl-cyrus-perl Version: 0.13-server-3+b1 Severity: important Hi, The following script: use Net::LDAP; use Authen::SASL qw(Cyrus); $SIG{'PIPE'} = 'IGNORE'; $ldap = Net::LDAP-new('ldap://samba.grep.be/') or die $!; $sasl =