Tim Bernhardson wrote: > > Simon: > > I have this running (squid 2.5Stable 1 base, squid_ldap_auth from > 2.6DEVEL-20021212, stunnel 3.22 on Mandrake 8.1 talking to a Novell 5.1 box). > > Make the changes to squid_ldap_auth.c for > *searchfilter = "(&cn=%s)(objectClass=person))" > *binddn = "cn=user,o=tld"; > *bindpasswd = "password";
There is no need to change the C code.. all these are available as command line arguments to the helper. See the squid_ldap_auth manpage. Note: I think your filter is missing one ( after the &... Regards Henrik
