Hello all!
I use squid 2.3.1 with proxy_auth without problems. But now, I must deny
access on some schedules for some people. I already have the default +
following:
acl password proxy_auth REQUIRED
http_access allow password
and tryied:
acl password proxy_auth REQUIRED
acl morning time MTWHF 08:00-12:00
acl evening time MTWHF 13:00-18:00
acl full_access ident marcio eric andreas emily
http_access allow password full_access
http_access deny password morning
http_access deny password evening
http_access allow password
I think that the ident acl is not working, since that when I use combining
it or not with time acl I always get access denied.
Does anybody knows where is my mistake? Thanks for any help.
================================
Márcio Vogel Merlone dos Santos
BH Quality & Productive Services
Analista de Sistemas
-- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Mon Nov 20 2000 - 09:21:25 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:56:28 MST