On Thu, May 18, 2006 2:10 pm, Achim Grolms wrote:
> On Thursday 18 May 2006 19:58, Graham Barr wrote:
>> On Thu, May 18, 2006 11:14 am, Quanah Gibson-Mount wrote:
>
>> What you show below is basically what most modules, eg Net::POP3 and
>> Net::LDAP, do behind the scenes.
>>
>> I think the question that Dennis needs answered is what to use as
>> callback
>> values when authenticating using Kerberos, SASL and GSSAPI
>
> Hmm, I think he needs a way to pass the Authen::SASL object
> to the Net::POP3 module.
>
> Net::LDAP simply uses the Authen::SASL interface of the SASL object
> passed to bind().
>
> How can that "use the sasl-objetcs interface only" be done with
> Net::POP3?

$pop3->auth($sasl); should work. Maybe the docs need updating.

Graham.


Reply via email to