On Friday 15 August 2003 17.43, Arias, Sebastian Alejandro - (Ext Arg) wrote: > Henrik, > > I�m trying to implement LDAP authentication over SQUID, I�m using > Squid Cache: Version 2.5.STABLE2. and I have some question about > it. > > > 1. How can I know if I must recompile the squid with an LDAP > module? ... -I�m not compile the squid with an option tu support > it, but I think that Squid support it > by default-.
You most likely don't need to recompile Squid, but you may need to install the LDAP helpers if those was not installed while you installed your Squid. To see which helpers was installed as part of your Squid installation see the libexec directory. > 2. I was trying to test the ldap_auth script at the command prompt > but I can�t get a succesfull results. I can not help you with the third-party ldap_auth helper as I have no experience from this helper. What I can help you with is the official squid_ldap_auth helper shipped with Squid. > 3. And the last one, at the following lines I�m show you the args > acl ldap proxy_auth REQUIRED > acl ldap src 0.0.0.0/0.0.0.0 You can not combine two different acl types in the same acl name. If you need further help please use the squid-users mailinglist. Regards Henrik
