See lines inserted below...

> -----Original Message-----
> From: Brent Clark [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 22, 2006 5:20 AM
> To: squid-users@squid-cache.org
> Subject: [squid-users] management get MSN 24/7
> 
> 
> Hi all
> 
> I need to setup up a interesting configuration for a 
> different list of users
> 
> acl management src "/etc/SQUID/management.txt"        # List 
> of managment users
> acl staff src "/etc/SQUID/staff.txt"          # List of normal users
> 
> My MSN controlling time is as so:
> 
> acl msntime time M T W H F A 11:59-12:59
> acl msntime time M T W H F A 16:59-18:59
> acl msnp rep_mime_type ^application/x-msn-messenger$
> acl msnq req_mime_type ^application/x-msn-messenger$

# Allow management MSN
http_reply_access allow msnp management
http_reply_access allow msnq management
# Restrict everyone else based on time

> http_reply_access allow msnp msntime
> http_reply_access allow msnq msntime
> http_reply_access deny msnq
> http_reply_access deny msnp
> 
> I need to make it so that staff get MSN during the time 
> specified, but management that get MSN 24/7.
> 
> I tried :
> 
> http_reply_access deny msnq !management
> http_reply_access deny msnp !management
> 
> But this doesnt seem to work.
> 
> If anyone could assit, I would be most grateful.
> 
> Kind Regards
> Brent Clark
> 

Order is critical.

Chris

Reply via email to