And from this page - http://marasystems.com/download/LDAP_Group/
I found - squid_ldap_match-2.12.tar.gz <http://marasystems.com/download/LDAP_Group/squid_ldap_match-2.12.tar.gz> and that should work, correct?
And for the ldapsearch syntax, does this look right? I am binding as user jkamdar of group osis_proxyauth_lg and looking for user Smith, Jason J.
ldapsearch -h ldapsrv1 -D "(&(cn=osis_proxyauth_lg)(member=uid=jkamdar,o=mitre.org))" -b "o=mitre.org" cn="Smith, Jason J."?
Thanks, Jayesh
Henrik Nordstrom wrote:
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.")
This LDAP search looks for an user with the name "Kamdar,Jayesh H.", not if he is a member of a certain group or not.
While looking for group memberships the search usually looks something like
ldapsearch ... "(&(cn=Name Of Group)(member=uid=jkamdar,o=mitre.org))"
Regards Henrik