hi,
Did you compile squid with --enable-auth=LDAP parameters? If yes then in
squid.conf file did you set the auth parameters as:
auth_param basic program /usr/local/squid/libexec/squid_ldap_auth -b
ou=,dc= <ldap.server>
and access list parameters as:
acl authenticate proxy_auth REQUIRED
http_access allow authenticate
If yes, did you check logs of squid and ldap.server logs?
---
ibrahim
Varun wrote:
Hello,
I would like authenticate squid proxy users
using LDAP.
My server is on Mandriva 2005.
I have installed openldap-servers.
Is there anything else I need to know or
install.
Thanks
Varun