Re: squid ACL ?

2000-01-23 Thread Clare Teoh
hey then sign an acknowledgement form before a userid is given to them. HTH, Clare Jim Morris wrote: > > I've been watching this Squid ACL discussion for a while now, and have > my own question, since the subject is under discussion. > > Does anyone know of anywhere on the In

RE: squid ACL ?

2000-01-20 Thread Juha Saarinen
; From: Jim Morris [mailto:[EMAIL PROTECTED]] %-> Sent: Friday, 21 January 2000 9:48 a.m. %-> To: Juha Saarinen %-> Cc: [EMAIL PROTECTED] %-> Subject: Re: squid ACL ? %-> %-> %-> You've got a point. I'm pushing for a written Internet policy for the %-> company, but its t

Re: squid ACL ?

2000-01-20 Thread Jim Morris
You've got a point. I'm pushing for a written Internet policy for the company, but its taking a little while to get one published. I was hoping to block the stuff anyway Thanks! Juha Saarinen wrote: > > %-> I know a lot in the mailing list may consider this to be censorship, but > %-> I h

RE: squid ACL ?

2000-01-20 Thread Juha Saarinen
%-> I know a lot in the mailing list may consider this to be censorship, but %-> I have a real problem with an otherwise good employee who apparently has %-> a tendency to go surfing for pornography on the WWW. I would like to %-> block it if I can... Instead of trying to manage and maintain a l

Re: squid ACL ?

2000-01-20 Thread Jim Morris
I've been watching this Squid ACL discussion for a while now, and have my own question, since the subject is under discussion. Does anyone know of anywhere on the Internet I can download a list of "bad" WWW sites to block? Preferably in a format that I can pull right into the

Re: squid ACL ?

2000-01-20 Thread Robert Glover
I didn't see anyone explain this (I may have missed it though) so I'll attempt to explain it myself for you. IIRC the components of an acl declaration are OR'ed and the components of an http_access declaration are AND'ed ( I hope I don't have these backward! ) So, if I may alter your co

Re: squid ACL ?

2000-01-19 Thread Hossein S. Zadeh
On Wed, 19 Jan 2000, Claudiu Balciza wrote: > > > acl acl1 src claudiu.altex.ro > > > acl acl2 dstdomain btr.ro > > > http_access allow acl1 acl2 > > > http_access deny all > > > > Neither! The first ACL that matches dictates the behaviour. > > > > then I ask you, how do I limit the access of gi

Re: squid ACL ?

2000-01-19 Thread Eric Sisler
Claudiu Balciza" <[EMAIL PROTECTED]> wrote: >if I configure squid as follows: > >acl acl1 src claudiu.altex.ro >acl acl2 dstdomain btr.ro >http_access allow acl1 acl2 >http_access deny all > >will the acls be ANDed or ORed >(I want to allow specific hosts to access a specific domain) Assuming th

Re: squid ACL ?

2000-01-19 Thread Claudiu Balciza
> On Tue, 18 Jan 2000, Claudiu Balciza wrote: > > > acl acl1 src claudiu.altex.ro > > acl acl2 dstdomain btr.ro > > http_access allow acl1 acl2 > > http_access deny all > > > > will the acls be ANDed or ORed > > Neither! The first ACL that matches dictates the behaviour. > > Hossein > then I ask

Re: squid ACL ?

2000-01-19 Thread Hossein S. Zadeh
On Tue, 18 Jan 2000, Claudiu Balciza wrote: > acl acl1 src claudiu.altex.ro > acl acl2 dstdomain btr.ro > http_access allow acl1 acl2 > http_access deny all > > will the acls be ANDed or ORed Neither! The first ACL that matches dictates the behaviour. Hossein -- To unsubscribe: mail [EMAIL

squid ACL ?

2000-01-19 Thread Claudiu Balciza
Hi, if I configure squid as follows: acl acl1 src claudiu.altex.ro acl acl2 dstdomain btr.ro http_access allow acl1 acl2 http_access deny all will the acls be ANDed or ORed (I want to allow specific hosts to access a specific domain) TIA Claudiu -- To unsubscribe: mail [EMAIL PROTECTED] w

Re: squid ACL ?

2000-01-19 Thread Eric Sisler
>> > > acl acl1 src claudiu.altex.ro >> > > acl acl2 dstdomain btr.ro >> > > http_access allow acl1 acl2 >> > > http_access deny all >> > >> > Neither! The first ACL that matches dictates the behaviour. >> > >> >> then I ask you, how do I limit the access of given users to a given >> domain ? > >