Viewing a list of dsconfig properties - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce

Run dsconfig commands to view a list of properties, objects, property descriptions, and property information.

  1. To view the list of all dsconfig properties, run the dsconfig command with the list-properties option.
    Note:

    Remember to add the LDAP connection parameters.

    $ bin/dsconfig list-properties
  2. To view objects at and below the menu object level, use the dsconfig command with the list-properties option and the --complexity <menu level> option.
    $ bin/dsconfig list-properties --complexity advanced --includeDescription
    Note:

    You can also add the --includeDescription argument that includes a synopsis and description of each property in the output. Remember to add the LDAP connection parameters.

  3. If the server is offline, you can run the command with the --offline option without needing to enter the LDAP connection parameters.
    $ bin/dsconfig list-properties --offline --complexity advanced --includeDescription
  4. To review the property information provided with the server, view the <server-root>/docs/config-properties.txt file.