Viewing matching rules
To view the matching rules on your PingDirectory server, use the Schema Editor, LDAP with ldapsearch
, or a third-party tool.
About this task
To view matching rules over LDAP:
Steps
-
To view the
matchingRules
attribute, runldapsearch
.Example:
The following example uses
ldapsearch
to view a multi-valued operational attribute,matchingRules
, which publishes the definitions on the PingDirectory server.The attribute is stored in the subschema subentry.
$ bin/ldapsearch --baseDN cn=schema --searchScope base \ "(objectclass=*)" matchingRules