On Mon, Sep 15, 2003 at 02:24:13PM -0500, Terry Shows wrote:
> I have the following in my config file:
> ---------- clip -----------------
> authenticate_users:
> driver = plaintext
> public_name = LOGIN
> server_prompts = Username:: : Password::
> server_condition = "${if crypteq
> {${lookup{$1}lsearch{/etc/passwd}{$value}fail
> }} {$2} {yes} {no}}"
> server_set_id = $1
> ------------- end clip -----------------
>
> All attempts fail with the following message:
> 2003-09-15 14:07:02 authenticate_users authenticator failed for
> terry.csstnlocal
> .com (terry) [192.168.1.100]: 535 Incorrect authentication data
> (set_id=terry.shows)
[...]
* Your /etc/passwd is in simple "user:password"-format? Mine is not,
it includes more information.
* You catually have passwords in /etc/passwd (Mine are in
/etc/shadow.)?
cu andreas