Hi Henrik,

At 15.48 05/02/2005, Henrik Nordstrom wrote:

On Sat, 5 Feb 2005, Serassio Guido wrote:

external_acl_type       autorizacao     %LOGIN "/etc/squid/modulos/users.sh"
acl autenticados        proxy_auth      REQUIRED
acl autorizados         external        autorizacao
acl LAN1                src             192.168.100.0/24
http_access             allow           LAN1 autorizados
http_access             deny            all

There is a logical error here: you don't trigger the user authentication, try:

Err, the above does trigger authentication.

An external_acl_type using %LOGIN will trigger authentication, just like an proxy_auth acl does.

True: my mistake, I have forgotten that this problem was fixed some releases ago.


Regards

Guido



-
========================================================
Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Gorizia, 69             10136 - Torino - ITALY
Tel. : +39.011.3249426      Fax. : +39.011.3293665
Email: [EMAIL PROTECTED]
WWW: http://www.acmeconsulting.it/



Reply via email to