To view matching rules over LDAP:

  • To view the matchingRules attribute, run ldapsearch.

    The following example uses ldapsearch to view a multi-valued operational attribute, matchingRules, which publishes the definitions on the PingDirectory server.

    Note:

    The attribute is stored in the subschema subentry.

    $ bin/ldapsearch --baseDN cn=schema --searchScope base \
      "(objectclass=*)" matchingRules