Hi everybody, Here is the situation: I have a Squid 2.4.6 proxy running on Linux RH 7.2. Clients are Windows machines (98 and 2k). The access to Internet is only authorized if people are authenticated against a LDAP directory. To do this, I have an ACL saying: acl auth_user proxy_auth REQUIRED
and the corresponding http_access line. Until there, no problem, everything works fine. Now the question: is it possible to let all the users access some sites (gov sites for example... a complete list is to be generated) whithout having to authenticate ??
