Run dsconfig
commands to view a list of properties, objects,
property descriptions, and property information.
-
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
-
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.
-
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
- To review the property information provided with the server, view the <server-root>/docs/config-properties.txt file.