On Wed, 1 Aug 2001, Andy Mell wrote:
> login:
> driver = plaintext
> public_name = LOGIN
> server_prompts = "Username:: : Password::"
> server_condition = "${if and{ {eq{$2}{user}} {eq{$3}{password}} } {1}{0}}"
> server_set_id = $1
think about the consistency of these last two lines, will you spot
that out ?
in case you didn't: ;>
server_condition = "${if and{ {eq{$1}{user}} {eq{$2}{password}} } {1}{0}}"
^ ^
^ ^
--
[-]