Re: [squid-users] Proxy authorization failed.

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Fri, 05 Apr 2002 02:48:19 +0200

This is not correct use of Squid pam_auth. The program do not take any
arguments, and you must have a "squid" PAM service configured

See the pam_auth man page, and your PAM administrators guide.

Latest version of squid pam_auth and it's documentation can always be
found at:

   http://devel.squid-cache.org/hno/software.html#PAM

Or in the Squid HEAD version.

Generally it is strongly recommendable to use ncsa_auth for Squid
authentcaiton based on a local password file. You should not have proxy
users in the system password file.

Regards
Henrik Nordström
author of Squid pam_auth.

Gopa Kumar wrote:
>
> Hello,
> I have installed squid-2.3STABLE4-10.i386.rpm. While
> accessing from client I get the message Proxy
> authorization faile. Retry?. I have made the following
> changes in squid.conf
> --------------------------------------------
> authenticate_program /usr/local/bin/pam_auth
> /usr/etc/passwd
> ------------------------------------------
> http_access allow localhost
> acl password proxy_auth REQUIRED
> acl all src 0/0
> acl yamuna src 192.168.100.201/255.255.255.255
> http_access deny !yamuna
> http_access allow password
> http_access deny all
> --------------------------------------
> without using authentication squid works very well.
> ------------------------------------------
> Can somebody help ?
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Tax Center - online filing with TurboTax
> http://taxes.yahoo.com/
Received on Thu Apr 04 2002 - 17:59:49 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:07:22 MST