[squid-users] squid_ldap_auth and parent cache

From: Christoph Andreas <candreas@dont-contact.us>
Date: Mon, 13 Jan 2003 18:10:23 +0100

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 - 10:10:00 MST

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