Re: [squid-users] Helper protocol issue with wbinfo_group.pl

From: Chris Robertson <crobertson_at_gci.net>
Date: Thu, 19 Feb 2009 11:36:51 -0900

Benedict White wrote:
> When I use wbinfo_group.pl it clearly can and does go and check if a given users is in the specified Active Directory group, which is good.
>
> The problem is that it returns "OK" to squid which squid does not seem to like.
>
> Here is the relevent line in squid.conf:
> external_acl_type nt_group ttl=5 protocol=2.5 concurrency=5 %LOGIN /usr/lib/squid/wbinfo_group.pl -d
>
> and here is what the logile shows:
>
> helperHandleRead: unexpected reply on channel -1 from nt_group #1 'OK'
>

Channel -1? That looks like the script isn't set up to handle
concurrency. Try "children=5" instead of "concurrency=5" in the
external_acl_type definition and see if that works better.

> The question is this:
>
> What is Squid expecting as a reply for both a good match and also for a no match?
>
> If I can find that out I can change the script.
>
> Kind Regards
>
> Benedict White

Chris
Received on Thu Feb 19 2009 - 20:37:01 MST

This archive was generated by hypermail 2.2.0 : Mon Feb 23 2009 - 12:00:01 MST