RE: [squid-users] Squid 2.4.STABLE1 & user authentication

From: Ken Thomson <Ken.Thomson@dont-contact.us>
Date: Fri, 3 Aug 2001 13:28:11 +1000

Thanks David,

The proxy_auth ACL did the trick. If I have the spare time I will try and
workout why the denyusers file doesn't work.

Regards,
Ken.
-----Original Message-----
From: David Gameau [mailto:David.Gameau@unisa.edu.au]
Sent: Friday, August 03, 2001 12:44
To: 'Ken Thomson'; squid-users@squid-cache.org
Subject: RE: [squid-users] Squid 2.4.STABLE1 & user authentication

> I am trying to use the MSNT 2.0.1 authentication module to authenticate
> users with squid. It is working, BUT I have not been able to deny access
to
> certain users.
>
> I have tried using the denyusers file that MSNT auth supports. It says
that
> it reads the file - but it doesn't deny any usernames listed in the file
> (??) . I have tried using the ident acl in squid.conf, it also doesn't
seem
> to deny users access to the proxy.
>
> eg.
>
> acl badusers ident testuser
> http_access deny badusers
For the MSNT authenticator, try:
        acl badusers proxy_auth testuser
        http_access deny badusers
The key here is that you need to use the 'proxy_auth', rather than the
'ident' tag in the acl.
I haven't actually tried to use the denyusers file provided by MSNT auth,
myself.
Cheers,
David.
__
David Gameau
I.T.S. - Unix Team
University of South Australia
email: David.Gameau@UniSA.edu.au
phone: +61 8 302 3533
fax: +61 8 302 5800
Disclaimer: I didn't do it. Nobody saw me do it. You can't prove
anything.
Received on Thu Aug 02 2001 - 21:28:17 MDT

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