Date: Fri, 16 May 2008 10:06:38 -0600
From: Rich Megginson<[EMAIL PROTECTED]>

Aaron Bliss wrote:
Hi everyone,
I'm looking to do an ldapsearch and to display only a subset of the
objectclasses and attributes that a list of user has.  For example,
I'm only interested in seeing the top, person and organizatoinPerson
objectclasses and their cn, dn and sn attributes.  Any ideas?  Thanks.
for the cn dn and sn, that's easy;
ldapsearch .... "(uid=someperson)" cn dn sn

For specific objectclass values, I don't think that's possible.
Aaron

Well, there's RFC3876 for specifying a values return filter, to get only the desired values. OpenLDAP supports this, anyway.

--
  -- Howard Chu
  CTO, Symas Corp.           http://www.symas.com
  Director, Highland Sun     http://highlandsun.com/hyc/
  Chief Architect, OpenLDAP  http://www.openldap.org/project/

--
Fedora-directory-users mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-directory-users

Reply via email to