Re: Problem with Net::LDAP and Authen::Sasl::Perl::Digest-MD5?

2009-03-02 Thread Ismael Lezcano
I just looked and I think that I was beaten to the punch. What I'm complaining about is documented in bug 35263 on CPAN. This behavior was introduced in the sasl round robin patch as part of 0.37. I think it has something to do with how new_client in the SASL modules is called. So if the patch

Re: Problem with Net::LDAP and Authen::Sasl::Perl::Digest-MD5?

2009-03-02 Thread Graham Barr
On Mar 1, 2009, at 7:58 AM, Ismael Lezcano wrote: I just looked and I think that I was beaten to the punch. What I'm complaining about is documented in bug 35263 on CPAN. This behavior was introduced in the sasl round robin patch as part of 0.37. I think it has something to do with how new_

Re: Problem with Net::LDAP and Authen::Sasl::Perl::Digest-MD5?

2009-03-02 Thread Graham Barr
On Mar 2, 2009, at 1:53 PM, Ismael wrote: I'm not sure if I understand, but I see where continuing to rely on Net::LDAP to get it right might be a problem. I'd like to see a change to Authen::SASL::Perl where I can override whatever value the host is populated with. For my uses, something

Re: Problem with Net::LDAP and Authen::Sasl::Perl::Digest-MD5?

2009-03-02 Thread Ismael
I'm not sure if I understand, but I see where continuing to rely on Net::LDAP to get it right might be a problem. I'd like to see a change to Authen::SASL::Perl where I can override whatever value the host is populated with. For my uses, something like a callback where I can stick in a referen

Re: Problem with Net::LDAP and Authen::Sasl::Perl::Digest-MD5?

2009-03-02 Thread Ismael
So this is doable with existing modules? If so, i've just tried your suggestion, and got the following: Can't locate object method "callback" via package "ldap" (perhaps you forgot to load "ldap"?) If that's not what you meant, then should I wait for a future rev of SASL? Graham Barr wrote: