Re: [Exim] authenticator/lookup problem

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Tim Waugh
Fecha:  
A: Frank Elsner
Cc: Robert Evans, ph10, exim-users
Asunto: Re: [Exim] authenticator/lookup problem
On Thu, Jan 25, 2001 at 03:28:07PM +0100, Frank Elsner wrote:

> > exim -be
> ${if crypteq{abcde}{}{yes}{no}}
> yes


Running ltrace on this, I see:

crypt ("abcde", "") = ""

Running ltrace on:

$ exim -be
> ${if crypteq{abcde}{junk}{yes}{no}}


I instead get:

crypt ("abcde", "junk") = "[crypted password]"

Tim.
*/