I have SuSE 9.0 with squid-2.5.STABLE3-93 and I want to configure ldap authentication with squid. When I test ldap connection with squid_ldap_auth:
squid_ldap_auth -b ou=people,dc=mycompany,dc=si server_ip
username password
OK
it works, but when I try with squid_ldap_auth (ldap-suffix = ou=people,dc=mycompany,dc=si, ldap-passwdfield = userpassword,ldap-filter = (uid=%s)...), I've got the answer:
ldap result was empty (user not found)
And of course, authentication through proxy server doesn't work. As there any help?
