[squid-users] Distributing users according to their LDAP groups on multiple cache peers

Amos Jeffries squid3 at treenet.co.nz
Tue Apr 7 14:52:59 UTC 2020


On 8/04/20 1:48 am, Silamael Darkomen wrote:
> Hello Amos,
> 
> Thank you for your quick reply.
> Could you perhaps give me a short configuration example, how this should
> lool like?
> 


It would be something like this:

 acl groupCheck external ...
 acl groupFoo note group foo

 http_access allow groupCheck
 ...
 cache_peer_access fooBar allow groupFoo


Amos


More information about the squid-users mailing list