[SQU]

From: Steve Rice <srice@dont-contact.us>
Date: Tue, 29 Aug 2000 16:29:03 -0500

Hi,

I'm trying to setup the squid proxy to do authentication using the ncsa
module included. The proxy asks for a username and password, but never
grants access. I have tested the usernames by running ncsa_auth by hand and
it checks out ok. I have included the pertaining parts of my config file
below. Any idea what the problem might be?

Thanks,

Steve

#
authenticate_program /usr/local/squid2/bin/ncsa_auth
/usr/local/squid2/etc/passwd
#

acl password proxy_auth REQUIRED
#
#Defaults:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT

http_access allow password
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
#
http_access deny all

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Tue Aug 29 2000 - 15:27:46 MDT

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