On Mon, 21 Mar 2005, Jayesh Kamdar wrote:
Yes, I tried a search filters with ldapsearch. (ldapsearch -h ldapsrv1 -D "uid=jkamdar,o=mitre.org" -b "o=mitre.org" cn="Kamdar,Jayesh H.")
Now, before I get into details about syntex with squid ...I am confused about - squid_ldap_match - squid_ldap_auth - squid_ldap_group
squid_ldap_match is an earlier name for squid_ldap_group. It was the working name of this helper while developed at MARA Systems AB, later changed to squid_ldap_group when the helper was incorporated into the Squid distribution as group matching is the most common use of this helper.
For a while the helper was maintained under both names with only a name change, but these days I have selected to only maintain the version included in the Squid sources. I have now updated the squid_ldap_match page to reflect this.
I do have binaries for squid_ldap_match and squid_ldap_auth but I can only find man page on the net for squid_ldap_group. It looks like I need to use squid_ldap_group for what I need to do. Where can I find it?
Man pages is included with the source for all three:
squid_ldap_match:
http://marasystems.com/download/LDAP_Group/
squid_ldap_auth:
squid-2.5.STABLE9/helpers/basic_auth/LDAP/
squid_ldap_group:
squid-2.5.STABLE9/helpers/external_acl/ldap_group/
and is automatically installed on your system when you select to install the binary.. usually into the directory /path/to/squid/man/man8/, together with the other Squid man pages.
Regards Henrik