On Sat, 13 Dec 2003, Simon Walters wrote:
> I am very new to squid, and I was following the instructions in
>a manual to make squid ask for a username/password. It said squid
>came with a programme called ncsa_auth, but when I looked for it,
>I couldn't find it anywhere. I did a locate, but it could only find
>two files in the source folder. Where do I get ncsa_auth from?
When you compile Squid, you must add this option when you run configure:
./configure --enable-basic-auth-helpers=NCSA ...
If you didn't compile Squid (i.e., you used an RPM or something)
then you should probably get the source code and compile it from
the start.
Duane W.