[squid-users] External ACL Queue Overload

2010-03-30 Thread Diego Lima
Hello, I'm seeing a lot of these messages in one of my proxies: aclMatchExternal: 'nt_group' queue overload. Using stale result. What does that mean? Previously I had problems with queue overloads but it used to deny access. Also this particular proxy seem to be a lot slower than the other ones

Re: [squid-users] External ACL Queue Overload

2010-03-30 Thread Diego Woitasen
Use squid_ldap_group to check group membership. wbinfo_group.pl is or should be deprecated. One thing, use concurrency=1 except you know that the helper support that :) Regard, Diego 2010/3/30 Diego Lima : > Hello, > > I'm seeing a lot of these messages in one of my proxies: > > aclMatchExterna

Re: [squid-users] External ACL Queue Overload

2010-03-30 Thread Amos Jeffries
On Tue, 30 Mar 2010 17:00:03 -0300, Diego Woitasen wrote: > Use squid_ldap_group to check group membership. wbinfo_group.pl is or > should be deprecated. Can you give any supporting rational for that statement? > > One thing, use concurrency=1 except you know that the helper support that > :) >

Re: [squid-users] External ACL Queue Overload

2010-03-30 Thread Henrik Nordström
tis 2010-03-30 klockan 16:12 -0300 skrev Diego Lima: > external_acl_type nt_group ttl=10 concurrency=5 children=20 %LOGIN > /usr/lib64/squid/wbinfo_group.pl wbinfo_group.pl do not support concurrency unless you have rewritten your copy to use the new concurrency supporting helper communication f