To do that

1. Get the source files of squid and when you unpack the file, look for a
directory named auth_modules in the directories. This contains the
authentication modules.

2. Compile the module you wanna use by going in its dir. and do a "make".

3. change the squid.conf file and add the following

authenticate_program /path/to/your/module

like I use

authenticate_program /etc/squid/bin/pam_auth

Different authentication modules require different kinda config. In your
case the NCSA module would require you to use a seperate password file for
it which you;d have to create using htpasswd.

For others, go through the files in the individual directories for the
procedure.


VaibhaV

----- Original Message -----
From: ys <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 25, 2000 10:24 AM
Subject: [LIH] Help compling Squid


> hi  all
>
> i have read somewhere that squid comes with authentication package
(NCSA/smb)
> i dont know how to enable the same , i think to enable it we have to
compile
> squid  can anybody  tell me which files i have to change to enable
> athentication
>
>
> thanks in advance
>
>
> regards
>
> yunus
>
>
> ----------------------------------------------
> An alpha version of a web based tool to manage
> your subscription with this mailing list is at
> http://lists.linux-india.org/cgi-bin/mj_wwwusr
>
>


----------------------------------------------
An alpha version of a web based tool to manage
your subscription with this mailing list is at
http://lists.linux-india.org/cgi-bin/mj_wwwusr

Reply via email to