[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
get all attributes of an objectclass
Hi,
I´m trying to find an way to get all possible attributes for only one
particular objectclass.
With
'ldapsearch -b "cn=subschema" -s base "(objectclass=*)" +'
etc. I get a lot of information but isn´t there a way to get the
information about only one objectclass or one attribute ?
Maybe something like :
'ldapsearch -b "cn=subschema" -s base "(objectclass=*)"
attributetypes=cn' ?
Thanks a lot for help,
Marcel