RE: [squid-users] Acl max_user_ip strange behavior?

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Sun, 4 Apr 2004 02:10:08 +0200 (CEST)

On Sat, 3 Apr 2004, M J wrote:

> Example that is working:
>
> authenticate_ttl 3 hour
> authenticate_ip_ttl 60 seconds
> acl ip_unico max_user_ip -s 1
> http_access deny ip_unico
> http_access allow !deny_range !blacklist !download ldapauthentication
>
> Replacement that I have tried but didn’t work
>
> http_access allow !deny_range !blacklist !download !ip_unico
> ldapauthentication

Should work, but it also depends on what you have after this in
http_access.

I would probably use several separate http_access lines for this, but
there is many ways. If you need more information on how http_access works
then please read the introduction section in Squid FAQ Chapter 10 Access
controls <url:http://www.squid-cache.org/Doc/FAQ/FAQ-10.html>. The Squid
Users Guide also has a gread deal of valueable information on the subject.

Regards
Henrik
Received on Sat Apr 03 2004 - 17:10:10 MST

This archive was generated by hypermail pre-2.1.9 : Fri Apr 30 2004 - 12:00:01 MDT