squid acl - time statement
Hi All,
Trying to setup an acl for a user group authenticating through winbind
All authentication works. Internet for the masses is working fine.
What i have created is an NT user group called Internet-lunch to allow surfing during lunch and afterhours for those without regular access.
I have created a file called internet-lunch with the user group name in it..
[root@proxy etc]# cat internet-lunch
Internet-Lunch
[root@proxy etc]
This is the acl statement allowing access - ok
acl internet_lunch external wb_group proxy_auth_regex -i "/usr/local/squid/etc/internet_lunch"
Now to restrict the time allowed for this group - this is where i am unsure of the syntax...
acl internet_luch time [M-F] [13:00-14:00] .... <not sure what goes here>
acl internet_luch time [M-F] [18:30-8:00] .... <not sure what goes here>
Thanks in advance for any pointers....
Cheers,
S
|