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$
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
Received on Wed Feb 22 2006 - 07:20:35 MST
This archive was generated by hypermail pre-2.1.9 : Wed Mar 01 2006 - 12:00:03 MST