Searching for the schema
Steps
-
To search the
cn=schemaentry, run theldapsearchtool.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.Example:
$ bin/ldapsearch --baseDN cn=schema \ --searchScope base "(objectclass=*)" "+"