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