On Tue, 6 Jul 2004, Douglas Lane wrote: > Quick question. Can squid support a cdb hash passwd word file (used in qmail > vpopmail) for squid authentication?
Yes, by writing a simple auth helper knowing how to verify the password to a CDB password file. Auth helpers is no more than a simple program reading username password pairs as input and responding with OK or ERR indicating if the login was successful or not. Regards Henrik
