Re: [Exim] authenticator/lookup problem

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Tim Waugh
日付:  
To: Frank Elsner
CC: Robert Evans, ph10, exim-users
題目: 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.
*/