RE: [squid-users] proxy authentication

From: Jose Nathaniel G. Nengasca <joenats@dont-contact.us>
Date: Thu, 21 Mar 2002 13:52:47 +0800

Gareth,
 
Thanks a lot man, I already make it happen. The problem now is that
hotmail.com is blocked even though is not on the specified banned lists.
I have this config
 
Authenticate_program /usr/lib/squid/ncsa_auth /etc/squid/passwd
Acl porn_users proxy_auth REQUIRED
Acl porn1 url_regex "/etc/squid/chastity/adult/domains"
Acl porn2 url_regex "/etc/squid/blacklists/porn/domain"
 
http_allow deny porn1 !porn_users
http_allow deny porn2 !porn_users
 
Now each file contains 10,000 site or more while www.hotmail.com
<http://www.hotmail.com/> is neither listed inside those files. My
question is why hotmail.com is being blocked by squid?
 
Nats
__________________________________________________________________
San Sebastian College - Recoletos (www.sscrmnl.edu.ph)
 
-----Original Message-----
From: Gareth Hall [mailto:Gareth@supportgroup.com.au]
Sent: Thursday, March 21, 2002 12:17 PM
To: squid-users@squid-cache.org
Subject: RE: [squid-users] proxy authentication
 
ncsa works good (:
 
Authenticate_program /usr/lib/squid/NCSA /etc/passwd
 
to create a passwd file you need htpasswd from apache.
 
cmd line is - htpasswd -c passwd useraccount
-----Original Message-----
From: Jose Nathaniel G. Nengasca [mailto:joenats@sscrmnl.edu.ph]
Sent: Thursday, 21 March 2002 12:37 PM
To: squid-users@squid-cache.org
Subject: RE: [squid-users] proxy authentication
Follow-up question
 
And if I want the ncsa authentication style, how can I create the passwd
file?
 
__________________________________________________________________
San Sebastian College - Recoletos (www.sscrmnl.edu.ph)
 
-----Original Message-----
From: Jose Nathaniel G. Nengasca [mailto:joenats@sscrmnl.edu.ph]
Sent: Thursday, March 21, 2002 9:25 AM
To: squid-users@squid-cache.org
Subject: [squid-users] proxy authentication
 
Hi There!
 
Is it possible for squid to authenticate users` access based on my
/etc/passwd?
 
So it will be this I guess;
 
Authenticate_program /usr/lib/squid/pam_auth /etc/passwd
 
Thanks
Nats
__________________________________________________________________
San Sebastian College - Recoletos (www.sscrmnl.edu.ph)
 
Received on Wed Mar 20 2002 - 22:59:42 MST

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