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