Re: [squid-users] squid_ldap_auth and parent cache

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 14 Jan 2003 03:20:46 +0100

proxy_auth acl types may only be used in http_access in
Squid-2.5.STABLE1. See the release notes.

I think you want
  never_direct allow all

Regards
Henrik

Christoph Andreas wrote:
>
> Hi,
>
> I'm trying to setup a new squid-server (2.5.STABLE 1-20030109) which
> authenticates users against our OPENLDAP-server. As far as I can see in
> the logs the authentification works fine - unfortunately squid crashes
> with signal 6 after authenticating. If I remove the authentification
> lines and just type "http_access allow all" and "never_direct allow all"
> (that is to force squid to use a parent cache) everything works fine.
> Here is my configuration:
>
> auth_param basic program ...squid_ldap_auth -f uid=%s -b ... -h server
> auth_param basic ....
>
> acl squidldapuser proxy_auth REQUIRED
> never_direct allow squidldapuser
> http_access allow squidldapuser
>
> I tried to figure out what is happening by setting the debug level to
> "9" - here are the crash-lines:
>
> 2003/01/13 18:02:14| aclCheck: checking 'never_direct allow squidldapuser'
> 2003/01/13 18:02:14| aclMatchAclList: checking squidldapuser
> 2003/01/13 18:02:14| aclMatchAcl: checking 'acl squidldapuser proxy_auth
> REQUIRED'
> FATAL: Received Segment Violation...dying.
>
> Please give me a hint where to look further because I think over that
> problem for days now and consider to go back to 2.4 STABLE 7 (with the
> old authenticate_program directive everything seems to work fine).
>
> Thanks
> Christoph.
Received on Mon Jan 13 2003 - 19:37:53 MST

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