Re: [squid-users] Configuring wb_group

From: Edward Mann <edward@dont-contact.us>
Date: 19 Nov 2002 15:01:35 -0600

auth_param ntlm program /usr/lib/squid/wb_ntlmauth
auth_param ntlm children 5
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes

auth_param basic program /usr/lib/squid/wb_auth
auth_param basic children 5
auth_param basic realm ChoicePoint Proxy server
auth_param basic credentialsttl 2 hours

external_acl_type NT_global_group %LOGIN /usr/lib/squid/wb_group

acl FullAccess external NT_global_group Domain_Group

http_access allow FullAccess

Do you have something like that?

On Tue, 2002-11-19 at 14:54, Scott Kern wrote:
> I'm trying to setup squid to use wb_group.
>
> Testing wb_group, I type domain+username group and get ERR.
> Both wbinfo -u & -g report back users and groups.
>
> In squid.conf, I have
>
> external_acl_type NT_global_group %LOGIN /usr/local/squid/libexec/wb_group
> acl ProxyUsers external NT_global_group <group>
> acl internetusers proxy_auth REQUIRED
> http_access allow internetusers ProxyUsers
>
> When I start squid, I get:
> 2002/11/19 15:46:56| aclParseAclLine: IGNORING: Proxy Auth ACL 'acl internetusers proxy_auth REQUIRED' because no authentication schemes are fully configured.
> 2002/11/19 15:46:56| aclParseAclLine: IGNORING invalid ACL: acl internetusers proxy_auth REQUIRED
> 2002/11/19 15:46:56| squid.conf line 1718: http_access allow internetusers ProxyUsers
> 2002/11/19 15:46:56| aclParseAccessLine: ACL name 'internetusers' not found.
> FATAL: Bungled squid.conf line 1746: acl ProxyUsers external NT_global_group CTX-InternetDL
> Squid Cache (Version 2.5.STABLE1): Terminated abnormally.
> CPU Usage: 0.006 seconds = 0.004 user + 0.002 sys
> Maximum Resident Size: 0 KB
> Page faults with physical i/o: 207
> Aborted
>
> Where am I going wrong.
Received on Thu Nov 21 2002 - 10:27:51 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:11:29 MST