To view the matching rules on your PingDirectory server, use the Schema Editor, LDAP with ldapsearch, or a third-party tool.
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