PingDirectory

Searching for the schema

Steps

  • To search the cn=schema entry, run the ldapsearch tool.

    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=*)" "+"