RE: [squid-users] Authentication related query

From: Deepa D <deepndharma@dont-contact.us>
Date: Sat, 20 Sep 2003 06:36:37 +0100 (BST)

Hi,
   Thanks for the response.I am herewith pasting the
squid.conf for ur perusal.

http_port 3128
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
acl all src 0/0
no_cache deny all
cache_dir null /usr/local/squid/var/

# The below options are for redirect
#debug_options ALL,1 61,9 33,5
redirect_program /usr/local/ContentFilter/filter
redirect_children 5
auth_param basic program
/usr/local/squid/sbin/pam_auth
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 10 minutes
authenticate_ttl 10 minutes
authenticate_ip_ttl 10 minutes
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320

acl authenticated proxy_auth REQUIRED
acl servers dst 10.10.10.47
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
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 servers
http_access allow authenticated

http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_reply_access allow all
icp_access allow all

coredump_dir /usr/local/squid/var/cache
redirector_bypass off
  Kindly tell me if there is any problem in the conf.

  Regards and TIA,
     Deepa

--- Adam Aube <aaube@firstindependent.net> wrote: > >
No,the browser is configured to use the proxy.
>
> Then the problem could be with your browser. Squid
> requires the
> browser to send the authentication credentials for
> every request made.
> It is the browser alone that controls when and how
> to get the
> authentication info from the user.
>
> Post your squid.conf so we can make sure nothing's
> wrong there - be
> sure to remove any blank lines or comments.
>
> Adam
>

________________________________________________________________________
Yahoo! India Matrimony: Find your partner online.
Go to http://yahoo.shaadi.com
Received on Fri Sep 19 2003 - 23:36:43 MDT

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