Please send questions to the squid-users mailinglist, not in private.
On Mon, 30 May 2005 martin.mueller@xxxxxxxxxxxxxxxxxx wrote:
auth_param basic program /usr/local/squid/libexec/squid_ldap_auth -b
"ou=testOU,dc=dc1,dc=test.domain.de" -w PASSWORD -f "SamAccountName=%s"
This is not correct... needs to at least be a server name in there...
external_acl_type ldap_group_helper %LOGIN
/usr/local/squid/libexec/squid_ldap_group -b
"ou=testOU,dc=test,dc=domain,dc=de" dc1.test.domain.de
This too isn't correct. See the man page.
A lot of what you have in squid_ldap_auth needs to be copied here with
slightly different options
Also see your cache.log for error messages close to where it is starting
the helper(s) in question.
Regards
Henrik