[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NTLM authentication method
Hi,
You cannot grep elmo-imap4-auth-ntlm because it is a part of error
message, and the actual function is provided in sasl-ntlm-*.
You may use the following settings, and check the buffer "*IMAP4 DEBUG*".
(setq elmo-imap4-default-authenticate-type 'ntlm)
(setq elmo-imap4-debug t)
--
Kenichi Okada
mailto:okada@opaopa.org
> From:Simon Brown <lists@700c.org>
> Subject: Re: NTLM authentication method
> Date: Wed, 27 Jul 2011 19:40:52 +0100
>
> At Wed, 27 Jul 2011 23:09:27 +0900,
> 岡田 健一 / Kenichi OKADA wrote:
> > It's provided in FLIM package as sasl-ntlm.el.
>
> How does that link to wl? The function (pardon my terminology, I'm a C
> programmer) that appears to be failing is
> elmo-imap4-auth-ntlm. Grepping for that returns nothing, whereas there
> are hits for other auth methods -login -digest -cram
>
> Thanks,
>
> Simon
>