Mick Collins wrote:
>
> Hello. I was wondering if someone could help me with a authentication error.
> it wont accept my user and passwd
> the acl's i have in are
> acl proxy proxy_auth REQUIRED
> acl lan prxy_auth mick sid russell
> http_access allow lan
> http_access deny all
>
> is this right or am i missing something?
I would begin by completely denying access from requests outside your
networks.
acl our-networks src 192.168.0.0/24 172.17.16.0/24
http_access deny !our-networks
http_access allow lan
http_access deny all
This to make sure that nobody probes for the passwords, and that way
gains unauthorized access to the proxy..
-- Henrik NordstromReceived on Tue Aug 08 2000 - 15:37:58 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:46 MST