The typical group helper use looks like: external_acl_type group %LOGIN /path/to/some/group_helper ...
acl group1 external group GROUP1 acl group2 external group GROUP2 .... Regards Henrik On Tue, 30 Mar 2004, John P Santos wrote: > Could you give me an example? > > At 23:21 28/3/2004 +0200, Henrik Nordstrom wrote: > >On Sun, 28 Mar 2004, John P Santos wrote: > > > >> My main question is how I write an ACL that restricts access to certain > >> websites based on this. If it's along the regular ACL lines I can simulate > >> groups by writting each user manually into it's own ACL group. > > > >Yes you can. > > > >This was one of the explicit goals of the external_acl design, making this > >kind of hooks into Squid access controls work just as any of the other > >acl in terms of http_access logics. > > > >Regards > >Henrik > > >
