Re: [Exim] authenticator/lookup problem

Página Inicial
Delete this message
Reply to this message
Autor: Tim Waugh
Data:  
Para: Frank Elsner
CC: Robert Evans, ph10, exim-users
Assunto: 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.
*/