On 5/10/2013 9:12 p.m., ana any wrote:
Hi everyone
i'm using squid-3.3.8 on Debian 7.0. i want to use digest ldap autentication
for user management.i saw wiki in this url for this
purpose:
http://wiki.squid-cache.org/KnowledgeBase/LdapBackedDigestAuthentication
NP: the build instructions there were outdated. I have updated them to
work for the current stable Squid version.
but i couldn't poceed becuase i couldn't find "digest_ldap_auth" in my
helpers. (there is no "digest_ldap_auth" in
"./helpers/digest_auth/ldap/" folder) i also checked
"squid-3.HEAD-20131002-r13025 " but this helper didn't exist in it.
What am i doing wrong? Is this helper renamed in version 3.3.8?
thanks in advance
With the Debian packaged Squid it is installed at
/usr/lib/squid3/digest_ldap_auth. (note the '3' , and this goes for all
the bundled helpers)
For self-compiled packages be aware that the 'ldap' part of the
directory name is *case sensitive* (.../helpers/digest_auth/LDAP/) and
the helper will not build if there are missing library or header
dependencies. See your config.log output from ./configure for details.
Amos