Answering my own question, the solution was:
acl allusers proxy_auth "list1.lst" "list2.lst" "list3.lst"
http_access deny !allusers
Regards.
Fernando.
En un mensaje anterior, Fernando Schapachnik escribió:
> I have 3 different kind of users, how are entitled to different permissions:
>
> acl user_type1 proxy_auth "list1.lst"
> acl user_type2 proxy_auth "list2.lst"
> acl user_type3 proxy_auth "list3.lst"
>
> # Check password.
> http_access deny !user_type1 !user_type2 !user_type3
>
> http_access allow user_type1 rule...
> ...
>
> http_access allow user_type2 rule...
> ...
>
> http_access allow user_type3 rule...
>
> If the user gives a bad password, the cache log fills with this loop:
>
Received on Fri Apr 25 2003 - 08:23:01 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:15:30 MST