> If I change the FULANOS acl to > acl FULANOS proxy_auth REQUIRED > What will gonna happen ? Squid will allow access to anyone it can > authenticate by LDAP ? regardless of my user list on SQUID?
Correct. REQUIRED will match any user Squid can successfully authenticate. There is an external_acl LDAP group helper - you could use that to verify that your LDAP users are members of a specific group, and base authentication on that. I've never used the group helpers, so I can't give you any configuration info, but you should be able to find it easily on the list archive (search for "LDAP auth"). Adam --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/2001
