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

--
Fedora-directory-users mailing list
Fedora-directory-users@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-directory-users

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

--
Fedora-directory-users mailing list
Fedora-directory-users@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-directory-users

Reply via email to