AW: [squid-users] User Auth

From: Ulrich Walcher <uw@dont-contact.us>
Date: Fri, 3 May 2002 14:57:16 +0200

YES!
http://squid.visolve.com/squid24s1/access_controls.htm

>time
>Time of day, and day of week
>
>Usage
>acl aclname time [day-abbrevs] [h1:m1-h2:m2]
>day-abbrevs:
>S - Sunday
>M - Monday
>T - Tuesday
>W - Wednesday
>H - Thursday
>F - Friday
>A - Saturday
>h1:m1 must be less than h2:m2
>Example acl ACLTIME time M 9:00-17:00
>ACLTIME refers day of Monday from 9:00 to 17:00.

http://squid.visolve.com/squid24s1/access_controls.htm#ex2

>(2) To restrict access to work hours (9am - 5pm, Monday to Friday) from IP
192.168.2/24
>acl ip_acl src 192.168.2.0/24
>acl time_acl time M T W H F 9:00-17:00
>http_access allow ip_acl time_acl
>http_access deny all

Cheers, Uli

-----Ursprüngliche Nachricht-----
Von: Mikael Chambon [mailto:squid-ml@cronos.org]
Gesendet: Freitag, 3. Mai 2002 12:54
An: squid-users@squid-cache.org
Betreff: [squid-users] User Auth

Hi guys,

My users will have to authenticate to use the squid proxy.

What I want to do is to allow some users to go to some specifics addresses
from 9 AM to 18 PM and then allow them to go whereever they want
after 18 PM.

Is it possible with squid ? Could someone give me a link or a explanation?

Thanks for all guys.

--
Mikael Chambon
Received on Fri May 03 2002 - 06:54:09 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:07:53 MST