Re: [squid-users] squid_ldap_group user authorization

From: Jayesh Kamdar <jkamdar@dont-contact.us>
Date: Tue, 22 Mar 2005 13:39:12 -0500

OK, so you are saying squid_ldap_match and squid_ldap_group are the same.
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
Received on Tue Mar 22 2005 - 11:43:50 MST

This archive was generated by hypermail pre-2.1.9 : Fri Apr 01 2005 - 12:00:02 MST