On Sat, 12 Feb 2005, Matthias Dettling wrote:
I have a problem with the following configuration line:
authenticate_program /usr/lib/squid/squid_ldap_auth -u CN -b CN=Users,DC=xyz,DC=local -D CN=Administrator,CN=Users,DC=xyz,DC=local -w PASSWORD -s sub -f memberOf=CN=Internet,CN=Users,DC=xyz,DC=local IP-ADRESS
The -f argument does not look correct. It is supposed to specify a search filter used for locating the user within your directory.
The -u argument has no use when you use -f.
Regards Henrik