>From the portion of the squid.conf that you included, it seems that you are
using an old version of squid. I suggest you download the latest Stable
version.

> # proxy_auth.
> # By default, the authenticator_program is not used.
> You must
> # define USE_PROXY_AUTH during compilation.
> *****
> how to compile (commands)& path from where to give the
> commands.
> *****

Get the source code for Squid from www.squid-cache.org

Like what I have got is squid-2.3.STABLE2-src.tar.gz
Explode this and the directiory structure created would contain a directory
named auth_modules. This has the different authentication progs with their
individual makefiles. do a "make" for whichever program you wanna use. You
should have the executable ready then. Mention it in your squid.conf like...

authenticate_program /etc/squid/pam_auth or something like this.

>
> #
> #authenticate_program /bin/false
> #  TAG: authenticate_options
> # Options for the authenticate program.
> *****
> I want to use ncsa_auth program
> *****

You would have to make a new password file using htpasswd and then mention
this to squid.

authenticate_program /etc/squid/ncsa_auth /etc/squid/passwd

This would be IF you use the latest version of squid and NOT the older one
that you have got.

>
> #
> #authenticate_options
> #  TAG: authenticate_children
> # The number of authenticate programs to spawn.
> #
> #authenticate_children 5
>

Yeah! what about this? I don think you need to change this until the
authentication freq. is very large.

VaibhaV
PS: would appreciate if you could use a proper subject in ur mail.

----- Original Message -----
From: ajay chaudhari <[EMAIL PROTECTED]>
To: linuxindia <[EMAIL PROTECTED]>; pcq
<[EMAIL PROTECTED]>; squid-users <[EMAIL PROTECTED]>
Sent: Thursday, October 19, 2000 4:05 PM
Subject: [LIH]




----------------------------------------------
LIH is all for free speech.  But it was created
for a purpose.  Violations of the rules of
this list will result in stern action.

Reply via email to