Wilson A. Galafassi Jr. wrote: > I'm using this to authenticate users with active directory by username. [auth_param lines snipped] > acl squid_access proxy_auth REQUIRED > http_access allow squid_access > What I have to change to authenticate by group? The acl and http_access lines will need to be changed. Setup an external_acl using the wbinfo_group helper. More information can be found in the FAQ, the default squid.conf, and the mailing list archives. Adam