[squid-users] squid 3.4.1 and basic auth

From: Dmitry Melekhov <dm_at_belkam.com>
Date: Wed, 11 Dec 2013 08:13:17 +0400

Hello!

Tried to use 3.4.1 instead of 3.3.10, and hit following problem:

1386734376.862 414 192.168.22.229 TCP_MISS/404 3593 GET
http://www.linux.org.ru/192.168.22.229/-dmGET dm
FIRSTUP_PARENT/127.0.0.1 text/html

192.168.22.229 is my ip and dm is my name.
I use old auth helper, patched by me :-)
But it works with 3.3.10, although can't be compiled with it.
Are there protocol changes?

Parts of config:

external_acl_type LdapGroup children-max=30 children-startup=10
concurrency=0 ttl=600 negative_ttl=10 grace=0 protocol=2.5 %LOGIN
/usr/sbin/sq
uid_ldap_group -v 3 -h 127.0.0.1 -b "o=company,c=RU" -B
"org=company,ou=People,o=company,c=RU" -f "(&(cn=%g)(memberUid=%u))" -F
"(&(objectClass=acc
ount)(uid=%s))" -s sub

and

auth_param basic program /usr/sbin/squid_ldapauth
auth_param basic credentialsttl 600 seconds
auth_param basic children 10
auth_param basic realm Squid proxy-caching web server
#auth_param basic casesensitive on
auth_param basic casesensitive off

Could you tell me-
Should this work or not?

Thank you!
Received on Wed Dec 11 2013 - 04:13:27 MST

This archive was generated by hypermail 2.2.0 : Wed Dec 11 2013 - 12:00:05 MST