To search the cn=schema entry, run the
ldapsearch tool.
Note:
The base distinguished name (DN) is specified as
cn=schema, and the filter
"(objectclass=*)"
matches all entries. The command uses a
special attribute "+" to return all operational attributes.
$ bin/ldapsearch --baseDN cn=schema \
--searchScope base "(objectclass=*)" "+"