To view attribute syntaxes over LDAP:

  • To view the PingDirectory server’s published list of attribute syntaxes, run ldapsearch using the ldapSyntaxes attribute.

    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.

    Note:

    The attribute is stored in the subschema subentry.

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