Re: [squid-users] Deny users?

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Fri, 13 Jul 2001 21:15:36 +0200

That is because the acl type matching login names is proxy_auth.

acl block_user proxy_auth henk
acl all_users proxy_auth REQUIRED
http_access deny block_user

or alternatively if you want to show a "access denied" page instead of
forcing a new login

http_access deny block_user all

--
Henrik
Henk-Jan Kloosterman wrote:
> 
> Easier said then done:
> 
> The <snip> from my squid.conf:
> 
> acl secure-id proxy_auth REQUIRED
> http_access allow secured_id
> --
> 
> If I enter a line in between like:
> 
> acl secure-id proxy_auth REQUIRED
> acl block_user user henk
> http_access allow secured_id !block_user
> 
> ---
> I get : Invalid ACL type 'user"
> 
> > Just deny them.
> > --
> > Henrik Nordstrom
> >
> > > I want to block some users that are allready authenticated with
> proxy_auth.
> > > Is that possible? Or did I not look close enough in the FAQ, and I
> missed
> > > it?
> > >
> > > Henk-Jan
Received on Fri Jul 13 2001 - 13:25:47 MDT

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