Re: Invalid ACL type 'user'

From: Duane Wessels <wessels@dont-contact.us>
Date: Mon, 10 Jul 2000 22:36:09 -0600

On Mon, 10 Jul 2000, Renato Mariz de Moraes wrote:

> Hi,
>
> I am trying to create a user list in the squid.conf as exactly
> suggested
> by the Squid FAQ and it didn't work. The cache.log shows:
>
> >2000/07/10 15:51:20| squid.conf line 1211: acl friends user kim lisa frank joe
> >2000/07/10 15:51:20| aclParseAclLine: Invalid ACL type 'user'
>
> My squid.conf had these lines:
>
> ------------------------------------------------------------------------------
> ># INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
> >#
> >authenticate_program /usr/local/squid/bin/smb_auth -W DOMAIN -U 10.80.0.1
> >acl domainusers proxy_auth REQUIRED
> >acl auth proxy_auth REQUIRED
> >acl friends user kim lisa frank joe
>
> >http_access allow domainusers
> >http_access deny all
> -------------------------------------------------------------------------------
>
> What is the error?

The answer probably depends on how Squid is going to
figure out user names.

If you will use proxy authentication, then the user names
go in the password file, or on the proxy_auth ACL line instead
of REQUIRED.

        acl friends proxy_auth kim lisa frank joe

If you are using an ident client, then you write it like
this:

        acl friends ident kim lisa frank joe

Duane W.
Received on Mon Jul 10 2000 - 22:38:51 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:29 MST