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