Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

LDAP command to list all custom attributes and object classes in OID

899771Feb 22 2015 — edited Feb 27 2015

Hi,

Is there an LDAP search command to list all Custom Attributes and Object Classes in OID 11.1.1.7. As there are quite a few custom attributes and object classes and need to get a list of all those.

The below ldapsearch command list all the attributes and classes in OID

ldapsearch -h [host] -p [port] -b “cn=subschemasubentry” -s base “objectclass=*”

Is there a way to just list only custom attributes and object classes.

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 27 2015
Added on Feb 22 2015
7 comments
2,052 views