---
title: Viewing attribute syntaxes
description: To view the attribute syntaxes on your PingDirectory server, use the schema editor, LDAP with ldapsearch, or a third-party tool.
component: pingdirectory
version: 11.0
page_id: pingdirectory:pingdirectory_server_administration_guide:pd_ds_view_attr_syntaxes
canonical_url: https://docs.pingidentity.com/pingdirectory/11.0/pingdirectory_server_administration_guide/pd_ds_view_attr_syntaxes.html
revdate: September 13, 2023
section_ids:
  about-this-task: About this task
  steps: Steps
  example: Example:
---

# 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 the `ldapSyntaxes` 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. |

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