RE: Proxy Authentication

From: R.Ilker Gokhan <IlkerG@dont-contact.us>
Date: Wed, 17 May 2000 15:51:18 +0300

>-----Original Message-----
>From: Lee Edward Armstrong [mailto:lee@darklyte.freeserve.co.uk]
>Sent: Wednesday, May 17, 2000 3:19 PM
>To: squid-users@ircache.net
>Subject: Proxy Authentication
>
>
>Hi there,
>
> Haveing a few probs with this one....I don't seem to be able to
>get the password box to apear !
>
>Heres some stuff from my squid.conf that will probably have half of
>you saying that i can't write an ACL !!!
>
>The problem comes in trying to restrict it on an IP address rather
>than a user....I've tried all sorts of different things, but no joy !
>
>The ncsa authntication works, the password file is correct and i
>can make changes via the chpasswd.cgi script
>
>--
>
>authenticate_program /usr/local/squid/bin/ncsa_auth
>/usr/local/squid/etc/passwd
>
>acl metro-restrict src 10.1.1.230/255.255.255.255
>acl metro_restrict proxy_auth REQUIRED
>

each acl has to get different acl_name.
acl metro-restrict1 src 10.1.1.230/255.255.255.255
acl metro_restrict2 proxy_auth REQUIRED

>http_access allow metro-restrict1
>----

http_access allow metro-restrict1 metro-restrict2

regards..
Ilker G.

>
>Any ideas ???
>
>Thanks,
> Lee
>
Received on Wed May 17 2000 - 06:55:00 MDT

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