[squid-users] Kerberos Authentication in Relation to Connect ACLs

From: GIGO . <gigoz_at_msn.com>
Date: Fri, 16 Apr 2010 06:47:48 +0000

I get the following error whenever i try to use squid: (currently i am trying to use it from the AD which is also the KDC for squid to provide authentication.)
 
Access Denied:
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.
(No pop open for authentication just whenever i try to open any webpage this error)

 
However i dont think that i have done any settings to prevent users. I am not sure what is happening please guide.Is it something to do with the connect method ACLs.
 
 
acl CONNECT method CONNECT
# Only allow cachemgr access from localhost
http_access allow manager localhost
http_access deny manager
# Deny request to unknown ports
http_access deny !Safe_ports
# Deny request to other than SSL ports
http_access deny CONNECT !SSL_ports
#Allow access from localhost
http_access allow localhost
auth_param negotiate program /usr/libexec/squid/squid_kerb_auth/squid_kerb_auth
auth_param negotiate children 10
auth_param negotiate keep_alive on
acl auth proxy_auth REQUIRED
http_access deny !auth
http_access allow auth
http_access deny all
 
 
please guide
 
regards,
Bilal
                                                
_________________________________________________________________
Hotmail: Free, trusted and rich email service.
https://signup.live.com/signup.aspx?id=60969
Received on Fri Apr 16 2010 - 06:47:55 MDT

This archive was generated by hypermail 2.2.0 : Sat Apr 17 2010 - 12:00:05 MDT