RE: [squid-users] management get MSN 24/7

From: Chris Robertson <crobertson@dont-contact.us>
Date: Wed, 22 Feb 2006 11:07:53 -0900

See lines inserted below...

> -----Original Message-----
> From: Brent Clark [mailto:bclark@eccotours.co.za]
> 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
Received on Wed Feb 22 2006 - 13:08:00 MST

This archive was generated by hypermail pre-2.1.9 : Wed Mar 01 2006 - 12:00:03 MST