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?
Squid is distributed 100% source code.. to get anything from source code you need to compile it.. If you have already compiled Squid then you can compile ncsa_auth by cd helpers/basic_auth/NCSA make install Regards Henrik
