Just to let you know that I get the path, with the command :
[root@squid squid]# rpm -ql squid | grep ncsa_auth
/usr/lib64/squid/ncsa_auth
Thanks.,
----- Original Message -----
From: "Edouard Zorrilla" <ezorrilla@xxxxxxxxxx>
To: <squid-users@xxxxxxxxxxxxxxx>
Sent: Sunday, June 13, 2010 10:51 PM
Subject: auth_param basic program !
Hello Guys,
I hope one of you could answer my question.
From : http://www.squid-cache.org/Versions/v2/2.6/cfgman/auth_param.html
It says :
"If you want to use the traditional proxy authentication, jump over to
the helpers/basic_auth/NCSA directory and type:
% make
% make install
Then, set this line to something like
auth_param basic program /usr/local/squid/libexec/ncsa_auth
/usr/local/squid/etc/passwd"
But, my question is, I don't have this "helpers/basic_auth" file, nor
"/usr/local/squid" file.
Do I need to install something else to set up : "auth_param basic program
/usr/local/squid/libexec/ncsa_auth /usr/local/squid/etc/passwd" ?
Thanks.