[squid-users] ACL in SQUID

2010-05-12 Thread squidACL

Hi

I have squid and squidGuard installed and working very well , but now I need
to creat groups ( I use the Active Directory user)

you know how can I create the ACL groups ?

Many Thanks 
-- 
View this message in context: 
http://squid-web-proxy-cache.1019090.n4.nabble.com/ACL-in-SQUID-tp2195830p2195830.html
Sent from the Squid - Users mailing list archive at Nabble.com.


Re: [squid-users] ACL in SQUID

2010-05-12 Thread Amos Jeffries
On Wed, 12 May 2010 02:53:02 -0700 (PDT), squidACL 
wrote:
> Hi
> 
> I have squid and squidGuard installed and working very well , but now I
> need
> to creat groups ( I use the Active Directory user)
> 
> you know how can I create the ACL groups ?
> 
> Many Thanks

http://wiki.squid-cache.org/Features/Authentication
http://wiki.squid-cache.org/ConfigExamples/Authenticate/NtlmWithGroups

NP: the example is for NTLM with groups. But similar config work for other
protocols with group helpers. For more info in that see the external_acl
helpers and http://www.squid-cache.org/Versions/v3/HEAD/manuals/
(incomplete but growing).

Amos