On Apr 28, 2006, at 9:22 , Tony Finch wrote:
> On Thu, 27 Apr 2006, Rob Lingelbach wrote:
>>
>> Thanks Tony. I wonder if you could send me your configure file so
>> I could examine
>> it for discrepancies with my own. Feel free to change pwds to
>> something generic.
>
> The relevant parts are:
>
> LOGIN:
> driver = plaintext
> server_set_id = ${lc:$1}
> server_prompts = <| Username: | Password:
> server_condition = \
> ${if crypteq{$2}{${lookup {${lc:$1}} cdb {USERS/passwd.cdb} }} }
> server_advertise_condition = ${if def:tls_cipher }
Thanks Tony. I can't build cdb on Fedora Core 3 (errors) and can't
find an rpm for it. Do you think I could use a different db or even
plain text to store the users/passwords?