Re: [exim] SASL and LookOut

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jack
Data:  
CC: exim-users
Asunto: Re: [exim] SASL and LookOut
Matthew Byng-Maddick wrote:

>On Mon, Nov 08, 2004 at 10:04:03PM +0800, Jack wrote:
>
>
>>Matthew Byng-Maddick wrote:
>>
>>
> <>choosing the right _API_ and knowing the format/syntax of the
> authentication that delivered by Outlook.
>
>
>That's not the problem. The API that the cyrus_sasl driver uses is the
>only one that you can use, that is to say that cyrus provides all of the
>prompts and responses as necessary.
>
>This is why you would do better to implement a LOGIN sasl driver which provides
>the correct prompts, has the right names etc. compile this and put it in the
>right directory (/usr/lib/sasl2 for me). This could probably be done by
>patching the driver for PLAIN.
>
>

So I can use Exim/src/auths/cyrus_sasl.c/h APIs and integrate with the
plaintext.c/h files to form 2 new files cyrus-plain.*
Currently the directory only have cyrus_sasl.c/h and plaintext.c/h.

Jack

>
>
>Cheers
>
>MBM
>
>
>