From 80ac1d539f91b20c641e91b4e5137bfbaea7f34c Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 07 Jun 2013 05:42:51 +0000
Subject: [PATCH] CR-1809 Fix for OPENDJ-957: Clean up TODO items in core documentation

---
 opendj3/src/main/docbkx/admin-guide/chap-rest-operations.xml |   29 
 opendj3/src/main/docbkx/shared/man-dsconfig.xml              | 10059 +++++++++++++++++++++++++++++-----------------------------
 opendj3/src/main/docbkx/dev-guide/chap-using-the-sdk.xml     |    8 
 opendj3/src/main/docbkx/admin-guide/chap-pwd-policy.xml      |    6 
 opendj3/src/main/docbkx/release-notes/chap-whats-new.xml     |  112 
 5 files changed, 5,119 insertions(+), 5,095 deletions(-)

diff --git a/opendj3/src/main/docbkx/admin-guide/chap-pwd-policy.xml b/opendj3/src/main/docbkx/admin-guide/chap-pwd-policy.xml
index 211a1a8..9fabee4 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-pwd-policy.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-pwd-policy.xml
@@ -28,7 +28,7 @@
          xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
          xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
          xmlns:xlink='http://www.w3.org/1999/xlink'
-        >
+         xmlns:xinclude='http://www.w3.org/2001/XInclude'>
  <title>Configuring Password Policy</title>
  <indexterm><primary>Password policy</primary></indexterm>
  
@@ -41,9 +41,7 @@
  
  <para>This chapter covers password policy, including examples of how
  to configure password policies for common use cases.</para>
- 
- <!-- TODO: A section with a larger set of examples would be nice. -->
- 
+
  <section xml:id="pwp-overview">
   <title>About OpenDJ Password Policies</title>
   
diff --git a/opendj3/src/main/docbkx/admin-guide/chap-rest-operations.xml b/opendj3/src/main/docbkx/admin-guide/chap-rest-operations.xml
index 2ca0e3e..ac592e4 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-rest-operations.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-rest-operations.xml
@@ -864,7 +864,7 @@
  <section xml:id="action-rest">
   <title>Using Actions</title>
 
-  <para>OpenDJ implements an action that lets the server choose the resource ID
+  <para>OpenDJ implements an action that lets the server set the resource ID
   on creation. To use this action, perform an HTTP POST with header
   <literal>Content-Type: application/json</literal>,
   <literal>_action=create</literal> in the query string, and the JSON content of
@@ -873,7 +873,6 @@
   <para>The following example creates a new user entry. Lines are folded for
   readability.</para>
 
-  <para>TODO, fix pending https://bugster.forgerock.org/jira/browse/OPENDJ-775</para>
   <screen width="82">$ curl
  --request POST
  --user kvaughan:bribery
@@ -919,8 +918,6 @@
     "displayName" : "Kirsten Vaughan"
   } ]
 }</screen>
-
-  <para>TODO, https://bugster.forgerock.org/jira/browse/OPENDJ-695</para>
  </section>
 
  <section xml:id="query-rest">
@@ -1127,16 +1124,6 @@
 }</screen>
        </listitem>
       </varlistentry>
-
-      <!--
-      <varlistentry>
-       <term><literal><replaceable>json-pointer</replaceable> <replaceable>string</replaceable> <replaceable>json-value</replaceable></literal></term>
-       <listitem>
-        <para>Matches an extended comparison.</para>
-        <screen>TODO</screen>
-       </listitem>
-      </varlistentry>
-      -->
      </variablelist>
     </listitem>
    </varlistentry>
@@ -1249,36 +1236,38 @@
    </varlistentry>
   </variablelist>
 
+  <!--  Pending implementation https://bugster.forgerock.org/jira/browse/OPENDJ-702
   <para>You can have the server sort JSON resources before it returns them by
   using the <literal>_sortKeys[+-]=<replaceable>field</replaceable>[,&#8230;]</literal>
-  query string. TODO, pending implementation https://bugster.forgerock.org/jira/browse/OPENDJ-702</para>
+  query string.</para>
+  -->
 
+  <!-- Pending implementation https://bugster.forgerock.org/jira/browse/OPENDJ-701
   <variablelist>
    <para>You can page through search results using the following query string
    parameters.</para>
 
-   <para>TODO, pending implementation https://bugster.forgerock.org/jira/browse/OPENDJ-701</para>
-
    <varlistentry>
     <term><literal>__pagedResultsCookie=<replaceable>string</replaceable></literal></term>
     <listitem>
-     <para>TODO</para>
+     <para></para>
     </listitem>
    </varlistentry>
 
    <varlistentry>
     <term><literal>__pagedResultsOffset=<replaceable>string</replaceable></literal></term>
     <listitem>
-     <para>TODO</para>
+     <para></para>
     </listitem>
    </varlistentry>
 
    <varlistentry>
     <term><literal>__pagedResultsCookie=<replaceable>string</replaceable></literal></term>
     <listitem>
-     <para>TODO</para>
+     <para></para>
     </listitem>
    </varlistentry>
   </variablelist>
+  -->
  </section>
 </chapter>
diff --git a/opendj3/src/main/docbkx/dev-guide/chap-using-the-sdk.xml b/opendj3/src/main/docbkx/dev-guide/chap-using-the-sdk.xml
index b830127..5e9b092 100644
--- a/opendj3/src/main/docbkx/dev-guide/chap-using-the-sdk.xml
+++ b/opendj3/src/main/docbkx/dev-guide/chap-using-the-sdk.xml
@@ -20,7 +20,7 @@
   !
   ! CCPL HEADER END
   !
-  !      Copyright 2011-2012 ForgeRock AS
+  !      Copyright 2011-2013 ForgeRock AS
   !    
 -->
 <chapter xml:id='chap-using-the-sdk'
@@ -180,6 +180,7 @@
   problems after the fact.</para>
  </section>
 
+ <!-- Pending https://bugster.forgerock.org/jira/browse/OPENDJ-178
  <section xml:id="referral-handling">
   <title>Managing Referrals</title>
   <indexterm>
@@ -189,7 +190,8 @@
   <indexterm>
    <primary>Referrals</primary>
   </indexterm>
-  <!-- See https://bugster.forgerock.org/jira/browse/OPENDJ-178 -->
-  <para>TODO</para>
+
+  <para></para>
  </section>
+ -->
 </chapter>
\ No newline at end of file
diff --git a/opendj3/src/main/docbkx/release-notes/chap-whats-new.xml b/opendj3/src/main/docbkx/release-notes/chap-whats-new.xml
index b09436f..ff01e2a 100644
--- a/opendj3/src/main/docbkx/release-notes/chap-whats-new.xml
+++ b/opendj3/src/main/docbkx/release-notes/chap-whats-new.xml
@@ -31,50 +31,65 @@
   xmlns:xinclude='http://www.w3.org/2001/XInclude'>
   <title>What's New in OpenDJ <?eval ${docTargetVersion}?></title>
 
-  <important>
-   <!-- Keep the highlights? Or fold this into the main list? -->
-   <itemizedlist>
-    <para>OpenDJ 2.5.0 brings you the latest features such as:</para>
-    <listitem>
-     <para>Capability to delegate authentication to Microsoft Active Directory
-     (pass-through authentication)</para>
-    </listitem>
-    <listitem>
-     <para>Improved enforcement of referential integrity for groups, whereby
-     OpenDJ can now ensure both that members' entries exist when they are added
-     to groups, and also that members are removed from groups when their entries
-     are deleted</para>
-    </listitem>
-    <listitem>
-     <para>Access log filtering, with additional output configuration to combine
-     request and response messages, log control OIDs, and specify timestamp
-     formats</para>
-    </listitem>
-    <listitem>
-     <para>Optimistic concurrency control through ETag attributes</para>
-    </listitem>
-    <listitem>
-     <para>Synchronization of Samba and OpenDJ passwords</para>
-    </listitem>
-   </itemizedlist>
-  </important>
-
   <para>Compared to the OpenDJ <?eval ${stableServerVersion}?> release, OpenDJ
-  <?eval ${docTargetVersion}?> fixes a number of issues. OpenDJ
   <?eval ${docTargetVersion}?> provides the following new features.</para>
   
   <itemizedlist>
     <listitem>
-     <para>TODO: Bring this list up to date with issue tracker</para>
+     <para>OpenDJ now lets you use more TLS cipher suites in SSFs, including
+     those provided by Bouncy Castle and IBM. (<link xlink:show="new"
+     xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-826"
+     >OPENDJ-826</link>).</para>
     </listitem>
+
     <listitem>
-     <para>OpenDJ now provides RESTful access to directory data (<link
-     xlink:show="new"
-     xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-687"
-     >OPENDJ-687</link>, <link xlink:show="new"
-     xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-688"
-     >OPENDJ-688</link>).</para>
+     <para>OpenDJ now provides native RESTful access over HTTP to directory
+     data. (<link xlink:show="new"
+     xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-808"
+     >OPENDJ-808</link>). See the procedure, <link xlink:show="new"
+     xlink:href="admin-guide#setup-rest2ldap-connection-handler"
+     xlink:role="http://docbook.org/xlink/role/olink"><citetitle>To Set Up REST
+     Access to OpenDJ Directory Server</citetitle></link>, to activate this
+     feature.</para>
+
+     <para>OpenDJ REST LDAP gateway lets clients access directory data in remote
+     LDAP servers over HTTP. (<link xlink:show="new"
+     xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-757"
+     >OPENDJ-757</link>). See the procedure, <link xlink:show="new"
+     xlink:href="install-guide#install-rest2ldap-servlet"
+     xlink:role="http://docbook.org/xlink/role/olink"><citetitle>To Install
+     OpenDJ REST LDAP Gateway</citetitle></link>, to get started.</para>
     </listitem>
+
+    <listitem>
+     <para>OpenDJ now lets you escape characters in <command>make-ldif</command>
+     templates. (<link xlink:show="new"
+     xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-800"
+     >OPENDJ-800</link>).</para>
+    </listitem>
+
+    <listitem>
+     <para>Persistent connections can now be identified when querying
+     <literal>cn=monitor</literal> for the LDAP client connection handler.
+     (<link xlink:show="new"
+     xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-677"
+     >OPENDJ-677</link>).</para>
+    </listitem>
+
+    <listitem>
+     <para>OpenDJ now runs more reliably as a Windows Service. (<link
+     xlink:show="new"
+     xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-617"
+     >OPENDJ-617</link>).</para>
+    </listitem>
+
+    <listitem>
+     <para>Country String syntax now validates ISO 3166 codes. (<link
+     xlink:show="new"
+     xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-562"
+     >OPENDJ-562</link>).</para>
+    </listitem>
+
     <listitem>
      <para>OpenDJ now sets <literal>isMemberOf</literal> on groups as well as
      user entries (<link xlink:show="new"
@@ -116,6 +131,11 @@
      xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-455"
      >OPENDJ-455</link>).</para>
 
+     <para>Also, you can now force OpenDJ upgrade to complete if errors occur in
+     non-interactive mode. (<link xlink:show="new"
+     xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-522"
+     >OPENDJ-522</link>).</para>
+
      <para>See <link xlink:show="new" xlink:href="install-guide#chap-upgrade"
      xlink:role="http://docbook.org/xlink/role/olink"><citetitle>Upgrading to
      OpenDJ <?eval ${docTargetVersion}?></citetitle></link> for
@@ -160,6 +180,13 @@
      xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-409"
      >OPENDJ-409</link>).</para>
     </listitem>
+
+    <listitem>
+     <para>OpenDJ now provides Debian and RPM packages (<link xlink:show="new"
+     xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-408"
+     >OPENDJ-408</link>).</para>
+    </listitem>
+
     <listitem>
      <para>OpenDJ now provides the <command>rebuild-index
      --rebuildDegraded</command> command for rebuilding degraded indexes
@@ -197,7 +224,9 @@
      <para>OpenDJ now uses Berkeley JE 5, which brings many performance
      improvements (<link xlink:show="new"
      xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-371"
-     >OPENDJ-371</link>).</para>
+     >OPENDJ-371</link>, <link xlink:show="new"
+     xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-662"
+     >OPENDJ-662</link>).</para>
     </listitem>
     <listitem>
      <para>More OpenDJ tools now prompt for a bind password when none is
@@ -319,7 +348,9 @@
      <para>OpenDJ now supports checking that entries of new group members
      exist (<link xlink:show="new"
      xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-221"
-     >OPENDJ-221</link>).</para>
+     >OPENDJ-221</link>). OpenDJ can now ensure both that members' entries
+     exist when they are added to groups, and also that members are removed
+     from groups when their entries are deleted.</para>
     </listitem>
     <listitem>
      <para>OpenDJ now better supports more, and larger static groups
@@ -346,7 +377,10 @@
      <para>The character set password validator now supports optional character
      sets (<link xlink:show="new"
      xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-168"
-     >OPENDJ-168</link>).</para>
+     >OPENDJ-168</link>). Also, The character set password validator now
+     understands classes like "All non-Latin characters" (<link xlink:show="new"
+     xlink:href="https://bugster.forgerock.org/jira/browse/OPENDJ-620"
+     >OPENDJ-620</link>)</para>
     </listitem>
     <listitem>
      <para>Collective attributes can now be applied based on the values of
diff --git a/opendj3/src/main/docbkx/shared/man-dsconfig.xml b/opendj3/src/main/docbkx/shared/man-dsconfig.xml
index 7a4ce5e..65e84b4 100644
--- a/opendj3/src/main/docbkx/shared/man-dsconfig.xml
+++ b/opendj3/src/main/docbkx/shared/man-dsconfig.xml
@@ -30,7 +30,7 @@
  xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
  xmlns:xlink='http://www.w3.org/1999/xlink'
  xmlns:xinclude='http://www.w3.org/2001/XInclude'>
- <info><copyright><year>2011-2012</year><holder>ForgeRock AS</holder></copyright></info>
+ <info><copyright><year>2011-2013</year><holder>ForgeRock AS</holder></copyright></info>
  <refmeta>
   <refentrytitle>dsconfig</refentrytitle><manvolnum>1</manvolnum>
   <refmiscinfo class="software">OpenDJ</refmiscinfo>
@@ -403,5039 +403,5040 @@
    <listitem><para><literal>w</literal>: weeks</para></listitem>
   </itemizedlist>
 
-  <!-- TODO: Automate generation of the following list of subcommands.
+  <!-- Pending https://bugster.forgerock.org/jira/browse/OPENDJ-386
+       Automate generation of the following list of subcommands.
        Currently, there's a secret setting in dsconfig to produce the content.
        $ export OPENDJ_JAVA_ARGS="-Dorg.forgerock.opendj.gendoc=true"
        $ /path/to/opendj/bin/dsconfig -?
   -->
   <refsect2 xml:id="dsconfig-create-access-log-filtering-criteria">
-   <title>dsconfig create-access-log-filtering-criteria</title>
-   <para>Creates Access Log Filtering Criteria</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--publisher-name {name}</option></term>
-     <listitem>
-      <para>The name of the Access Log Publisher</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--criteria-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Access Log Filtering Criteria</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Access Log Filtering Criteria which should be created (Default: generic). The value for TYPE can be one of: generic</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-account-status-notification-handler">
-   <title>dsconfig create-account-status-notification-handler</title>
-   <para>Creates Account Status Notification Handlers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Account Status Notification Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Account Status Notification Handler which should be created. The value for TYPE can be one of: custom | error-log | smtp</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-alert-handler">
-   <title>dsconfig create-alert-handler</title>
-   <para>Creates Alert Handlers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Alert Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Alert Handler which should be created. The value for TYPE can be one of: custom | jmx | smtp</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-attribute-syntax">
-   <title>dsconfig create-attribute-syntax</title>
-   <para>Creates Attribute Syntaxes</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--syntax-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Attribute Syntax</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Attribute Syntax which should be created (Default: generic). The value for TYPE can be one of: attribute-type-description | directory-string | generic | telephone-number</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-backend">
-   <title>dsconfig create-backend</title>
-   <para>Creates Backends</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--backend-name {STRING}</option></term>
-     <listitem>
-      <para>The name of the new Backend which will also be used as the value of the "backend-id" property: Specifies a name to identify the associated backend.</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Backend which should be created. The value for TYPE can be one of: backup | config-file-handler | custom | ldif | local-db | memory | monitor | null | schema | task | trust-store</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-certificate-mapper">
-   <title>dsconfig create-certificate-mapper</title>
-   <para>Creates Certificate Mappers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--mapper-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Certificate Mapper</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Certificate Mapper which should be created. The value for TYPE can be one of: custom | fingerprint | subject-attribute-to-user-attribute | subject-dn-to-user-attribute | subject-equals-dn</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-connection-handler">
-   <title>dsconfig create-connection-handler</title>
-   <para>Creates Connection Handlers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Connection Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Connection Handler which should be created. The value for TYPE can be one of: custom | jmx | ldap | ldif | snmp</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-debug-target">
-   <title>dsconfig create-debug-target</title>
-   <para>Creates Debug Targets</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--publisher-name {name}</option></term>
-     <listitem>
-      <para>The name of the Debug Log Publisher</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--target-name {STRING}</option></term>
-     <listitem>
-      <para>The name of the new Debug Target which will also be used as the value of the "debug-scope" property: Specifies the fully-qualified OpenDJ Java package, class, or method affected by the settings in this target definition. Use the number character (#) to separate the class name and the method name (that is, org.opends.server.core.DirectoryServer#startUp).</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Debug Target which should be created (Default: generic). The value for TYPE can be one of: generic</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-entry-cache">
-   <title>dsconfig create-entry-cache</title>
-   <para>Creates Entry Caches</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--cache-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Entry Cache</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Entry Cache which should be created. The value for TYPE can be one of: custom | fifo | file-system | soft-reference</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-extended-operation-handler">
-   <title>dsconfig create-extended-operation-handler</title>
-   <para>Creates Extended Operation Handlers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Extended Operation Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Extended Operation Handler which should be created. The value for TYPE can be one of: cancel | custom | get-connection-id | get-symmetric-key | password-modify | password-policy-state | start-tls | who-am-i</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-group-implementation">
-   <title>dsconfig create-group-implementation</title>
-   <para>Creates Group Implementations</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--implementation-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Group Implementation</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Group Implementation which should be created. The value for TYPE can be one of: custom | dynamic | static | virtual-static</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-identity-mapper">
-   <title>dsconfig create-identity-mapper</title>
-   <para>Creates Identity Mappers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--mapper-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Identity Mapper</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Identity Mapper which should be created. The value for TYPE can be one of: custom | exact-match | regular-expression</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-key-manager-provider">
-   <title>dsconfig create-key-manager-provider</title>
-   <para>Creates Key Manager Providers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Key Manager Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Key Manager Provider which should be created. The value for TYPE can be one of: custom | file-based | pkcs11</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-local-db-index">
-   <title>dsconfig create-local-db-index</title>
-   <para>Creates Local DB Indexes</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--backend-name {name}</option></term>
-     <listitem>
-      <para>The name of the Local DB Backend</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--index-name {OID}</option></term>
-     <listitem>
-      <para>The name of the new Local DB Index which will also be used as the value of the "attribute" property: Specifies the name of the attribute for which the index is to be maintained.</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Local DB Index which should be created (Default: generic). The value for TYPE can be one of: generic</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-local-db-vlv-index">
-   <title>dsconfig create-local-db-vlv-index</title>
-   <para>Creates Local DB VLV Indexes</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--backend-name {name}</option></term>
-     <listitem>
-      <para>The name of the Local DB Backend</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--index-name {STRING}</option></term>
-     <listitem>
-      <para>The name of the new Local DB VLV Index which will also be used as the value of the "name" property: Specifies a unique name for this VLV index.</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Local DB VLV Index which should be created (Default: generic). The value for TYPE can be one of: generic</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-log-publisher">
-   <title>dsconfig create-log-publisher</title>
-   <para>Creates Log Publishers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--publisher-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Log Publisher</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Log Publisher which should be created. The value for TYPE can be one of: custom-access | custom-debug | custom-error | file-based-access | file-based-audit | file-based-debug | file-based-error</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-log-retention-policy">
-   <title>dsconfig create-log-retention-policy</title>
-   <para>Creates Log Retention Policies</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--policy-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Log Retention Policy</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Log Retention Policy which should be created. The value for TYPE can be one of: custom | file-count | free-disk-space | size-limit</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-log-rotation-policy">
-   <title>dsconfig create-log-rotation-policy</title>
-   <para>Creates Log Rotation Policies</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--policy-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Log Rotation Policy</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Log Rotation Policy which should be created. The value for TYPE can be one of: custom | fixed-time | size-limit | time-limit</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-matching-rule">
-   <title>dsconfig create-matching-rule</title>
-   <para>Creates Matching Rules</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--rule-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Matching Rule</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Matching Rule which should be created (Default: generic). The value for TYPE can be one of: collation | generic</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-monitor-provider">
-   <title>dsconfig create-monitor-provider</title>
-   <para>Creates Monitor Providers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Monitor Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Monitor Provider which should be created. The value for TYPE can be one of: client-connection | custom | entry-cache | memory-usage | stack-trace | system-info | version</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-password-generator">
-   <title>dsconfig create-password-generator</title>
-   <para>Creates Password Generators</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--generator-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Password Generator</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Password Generator which should be created. The value for TYPE can be one of: custom | random</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-password-policy">
-   <title>dsconfig create-password-policy</title>
-   <para>Creates Authentication Policies</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--policy-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Authentication Policy</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Authentication Policy which should be created. The value for TYPE can be one of: ldap-pass-through | password-policy</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-password-storage-scheme">
-   <title>dsconfig create-password-storage-scheme</title>
-   <para>Creates Password Storage Schemes</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--scheme-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Password Storage Scheme</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Password Storage Scheme which should be created. The value for TYPE can be one of: aes | base64 | blowfish | clear | crypt | custom | md5 | rc4 | salted-md5 | salted-sha1 | salted-sha256 | salted-sha384 | salted-sha512 | sha1 | triple-des</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-password-validator">
-   <title>dsconfig create-password-validator</title>
-   <para>Creates Password Validators</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--validator-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Password Validator</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Password Validator which should be created. The value for TYPE can be one of: attribute-value | character-set | custom | dictionary | length-based | repeated-characters | similarity-based | unique-characters</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-plugin">
-   <title>dsconfig create-plugin</title>
-   <para>Creates Plugins</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--plugin-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Plugin</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Plugin which should be created. The value for TYPE can be one of: attribute-cleanup | change-number-control | custom | entry-uuid | fractional-ldif-import | last-mod | ldap-attribute-description-list | password-policy-import | profiler | referential-integrity | samba-password | seven-bit-clean | unique-attribute</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-replication-domain">
-   <title>dsconfig create-replication-domain</title>
-   <para>Creates Replication Domains</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Replication Synchronization Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--domain-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Replication Domain</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Replication Domain which should be created (Default: generic). The value for TYPE can be one of: generic</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-replication-server">
-   <title>dsconfig create-replication-server</title>
-   <para>Creates Replication Servers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Replication Synchronization Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Replication Server which should be created (Default: generic). The value for TYPE can be one of: generic</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-sasl-mechanism-handler">
-   <title>dsconfig create-sasl-mechanism-handler</title>
-   <para>Creates SASL Mechanism Handlers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the new SASL Mechanism Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of SASL Mechanism Handler which should be created. The value for TYPE can be one of: anonymous | cram-md5 | custom | digest-md5 | external | gssapi | plain</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-synchronization-provider">
-   <title>dsconfig create-synchronization-provider</title>
-   <para>Creates Synchronization Providers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Synchronization Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Synchronization Provider which should be created. The value for TYPE can be one of: custom | replication</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-trust-manager-provider">
-   <title>dsconfig create-trust-manager-provider</title>
-   <para>Creates Trust Manager Providers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the new Trust Manager Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Trust Manager Provider which should be created. The value for TYPE can be one of: blind | custom | file-based</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-create-virtual-attribute">
-   <title>dsconfig create-virtual-attribute</title>
-   <para>Creates Virtual Attributes</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--name {name}</option></term>
-     <listitem>
-      <para>The name of the new Virtual Attribute</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of Virtual Attribute which should be created. The value for TYPE can be one of: collective-attribute-subentries | custom | entry-dn | entry-uuid | governing-structure-rule | has-subordinates | is-member-of | member | num-subordinates | password-policy-subentry | structural-object-class | subschema-subentry | user-defined</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-access-log-filtering-criteria">
-   <title>dsconfig delete-access-log-filtering-criteria</title>
-   <para>Deletes Access Log Filtering Criteria</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--publisher-name {name}</option></term>
-     <listitem>
-      <para>The name of the Access Log Publisher</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--criteria-name {name}</option></term>
-     <listitem>
-      <para>The name of the Access Log Filtering Criteria</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Access Log Filtering Criteria</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-account-status-notification-handler">
-   <title>dsconfig delete-account-status-notification-handler</title>
-   <para>Deletes Account Status Notification Handlers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the Account Status Notification Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Account Status Notification Handlers</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-alert-handler">
-   <title>dsconfig delete-alert-handler</title>
-   <para>Deletes Alert Handlers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the Alert Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Alert Handlers</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-attribute-syntax">
-   <title>dsconfig delete-attribute-syntax</title>
-   <para>Deletes Attribute Syntaxes</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--syntax-name {name}</option></term>
-     <listitem>
-      <para>The name of the Attribute Syntax</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Attribute Syntaxes</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-backend">
-   <title>dsconfig delete-backend</title>
-   <para>Deletes Backends</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--backend-name {name}</option></term>
-     <listitem>
-      <para>The name of the Backend</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Backends</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-certificate-mapper">
-   <title>dsconfig delete-certificate-mapper</title>
-   <para>Deletes Certificate Mappers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--mapper-name {name}</option></term>
-     <listitem>
-      <para>The name of the Certificate Mapper</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Certificate Mappers</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-connection-handler">
-   <title>dsconfig delete-connection-handler</title>
-   <para>Deletes Connection Handlers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the Connection Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Connection Handlers</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-debug-target">
-   <title>dsconfig delete-debug-target</title>
-   <para>Deletes Debug Targets</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--publisher-name {name}</option></term>
-     <listitem>
-      <para>The name of the Debug Log Publisher</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--target-name {name}</option></term>
-     <listitem>
-      <para>The name of the Debug Target</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Debug Targets</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-entry-cache">
-   <title>dsconfig delete-entry-cache</title>
-   <para>Deletes Entry Caches</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--cache-name {name}</option></term>
-     <listitem>
-      <para>The name of the Entry Cache</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Entry Caches</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-extended-operation-handler">
-   <title>dsconfig delete-extended-operation-handler</title>
-   <para>Deletes Extended Operation Handlers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the Extended Operation Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Extended Operation Handlers</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-group-implementation">
-   <title>dsconfig delete-group-implementation</title>
-   <para>Deletes Group Implementations</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--implementation-name {name}</option></term>
-     <listitem>
-      <para>The name of the Group Implementation</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Group Implementations</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-identity-mapper">
-   <title>dsconfig delete-identity-mapper</title>
-   <para>Deletes Identity Mappers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--mapper-name {name}</option></term>
-     <listitem>
-      <para>The name of the Identity Mapper</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Identity Mappers</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-key-manager-provider">
-   <title>dsconfig delete-key-manager-provider</title>
-   <para>Deletes Key Manager Providers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Key Manager Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Key Manager Providers</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-local-db-index">
-   <title>dsconfig delete-local-db-index</title>
-   <para>Deletes Local DB Indexes</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--backend-name {name}</option></term>
-     <listitem>
-      <para>The name of the Local DB Backend</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--index-name {name}</option></term>
-     <listitem>
-      <para>The name of the Local DB Index</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Local DB Indexes</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-local-db-vlv-index">
-   <title>dsconfig delete-local-db-vlv-index</title>
-   <para>Deletes Local DB VLV Indexes</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--backend-name {name}</option></term>
-     <listitem>
-      <para>The name of the Local DB Backend</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--index-name {name}</option></term>
-     <listitem>
-      <para>The name of the Local DB VLV Index</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Local DB VLV Indexes</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-log-publisher">
-   <title>dsconfig delete-log-publisher</title>
-   <para>Deletes Log Publishers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--publisher-name {name}</option></term>
-     <listitem>
-      <para>The name of the Log Publisher</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Log Publishers</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-log-retention-policy">
-   <title>dsconfig delete-log-retention-policy</title>
-   <para>Deletes Log Retention Policies</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--policy-name {name}</option></term>
-     <listitem>
-      <para>The name of the Log Retention Policy</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Log Retention Policies</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-log-rotation-policy">
-   <title>dsconfig delete-log-rotation-policy</title>
-   <para>Deletes Log Rotation Policies</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--policy-name {name}</option></term>
-     <listitem>
-      <para>The name of the Log Rotation Policy</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Log Rotation Policies</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-matching-rule">
-   <title>dsconfig delete-matching-rule</title>
-   <para>Deletes Matching Rules</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--rule-name {name}</option></term>
-     <listitem>
-      <para>The name of the Matching Rule</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Matching Rules</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-monitor-provider">
-   <title>dsconfig delete-monitor-provider</title>
-   <para>Deletes Monitor Providers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Monitor Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Monitor Providers</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-password-generator">
-   <title>dsconfig delete-password-generator</title>
-   <para>Deletes Password Generators</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--generator-name {name}</option></term>
-     <listitem>
-      <para>The name of the Password Generator</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Password Generators</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-password-policy">
-   <title>dsconfig delete-password-policy</title>
-   <para>Deletes Authentication Policies</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--policy-name {name}</option></term>
-     <listitem>
-      <para>The name of the Authentication Policy</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Authentication Policies</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-password-storage-scheme">
-   <title>dsconfig delete-password-storage-scheme</title>
-   <para>Deletes Password Storage Schemes</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--scheme-name {name}</option></term>
-     <listitem>
-      <para>The name of the Password Storage Scheme</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Password Storage Schemes</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-password-validator">
-   <title>dsconfig delete-password-validator</title>
-   <para>Deletes Password Validators</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--validator-name {name}</option></term>
-     <listitem>
-      <para>The name of the Password Validator</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Password Validators</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-plugin">
-   <title>dsconfig delete-plugin</title>
-   <para>Deletes Plugins</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--plugin-name {name}</option></term>
-     <listitem>
-      <para>The name of the Plugin</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Plugins</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-replication-domain">
-   <title>dsconfig delete-replication-domain</title>
-   <para>Deletes Replication Domains</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Replication Synchronization Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--domain-name {name}</option></term>
-     <listitem>
-      <para>The name of the Replication Domain</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Replication Domains</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-replication-server">
-   <title>dsconfig delete-replication-server</title>
-   <para>Deletes Replication Servers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Replication Synchronization Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Replication Servers</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-sasl-mechanism-handler">
-   <title>dsconfig delete-sasl-mechanism-handler</title>
-   <para>Deletes SASL Mechanism Handlers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the SASL Mechanism Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent SASL Mechanism Handlers</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-synchronization-provider">
-   <title>dsconfig delete-synchronization-provider</title>
-   <para>Deletes Synchronization Providers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Synchronization Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Synchronization Providers</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-trust-manager-provider">
-   <title>dsconfig delete-trust-manager-provider</title>
-   <para>Deletes Trust Manager Providers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Trust Manager Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Trust Manager Providers</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-delete-virtual-attribute">
-   <title>dsconfig delete-virtual-attribute</title>
-   <para>Deletes Virtual Attributes</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--name {name}</option></term>
-     <listitem>
-      <para>The name of the Virtual Attribute</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-f | --force</option></term>
-     <listitem>
-      <para>Ignore non-existent Virtual Attributes</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-access-control-handler-prop">
-   <title>dsconfig get-access-control-handler-prop</title>
-   <para>Shows Access Control Handler properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-access-log-filtering-criteria-prop">
-   <title>dsconfig get-access-log-filtering-criteria-prop</title>
-   <para>Shows Access Log Filtering Criteria properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--publisher-name {name}</option></term>
-     <listitem>
-      <para>The name of the Access Log Publisher</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--criteria-name {name}</option></term>
-     <listitem>
-      <para>The name of the Access Log Filtering Criteria</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-account-status-notification-handler-prop">
-   <title>dsconfig get-account-status-notification-handler-prop</title>
-   <para>Shows Account Status Notification Handler properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the Account Status Notification Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-administration-connector-prop">
-   <title>dsconfig get-administration-connector-prop</title>
-   <para>Shows Administration Connector properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-alert-handler-prop">
-   <title>dsconfig get-alert-handler-prop</title>
-   <para>Shows Alert Handler properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the Alert Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-attribute-syntax-prop">
-   <title>dsconfig get-attribute-syntax-prop</title>
-   <para>Shows Attribute Syntax properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--syntax-name {name}</option></term>
-     <listitem>
-      <para>The name of the Attribute Syntax</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-backend-prop">
-   <title>dsconfig get-backend-prop</title>
-   <para>Shows Backend properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--backend-name {name}</option></term>
-     <listitem>
-      <para>The name of the Backend</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-certificate-mapper-prop">
-   <title>dsconfig get-certificate-mapper-prop</title>
-   <para>Shows Certificate Mapper properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--mapper-name {name}</option></term>
-     <listitem>
-      <para>The name of the Certificate Mapper</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-connection-handler-prop">
-   <title>dsconfig get-connection-handler-prop</title>
-   <para>Shows Connection Handler properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the Connection Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-crypto-manager-prop">
-   <title>dsconfig get-crypto-manager-prop</title>
-   <para>Shows Crypto Manager properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-debug-target-prop">
-   <title>dsconfig get-debug-target-prop</title>
-   <para>Shows Debug Target properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--publisher-name {name}</option></term>
-     <listitem>
-      <para>The name of the Debug Log Publisher</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--target-name {name}</option></term>
-     <listitem>
-      <para>The name of the Debug Target</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-entry-cache-prop">
-   <title>dsconfig get-entry-cache-prop</title>
-   <para>Shows Entry Cache properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--cache-name {name}</option></term>
-     <listitem>
-      <para>The name of the Entry Cache</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-extended-operation-handler-prop">
-   <title>dsconfig get-extended-operation-handler-prop</title>
-   <para>Shows Extended Operation Handler properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the Extended Operation Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-external-changelog-domain-prop">
-   <title>dsconfig get-external-changelog-domain-prop</title>
-   <para>Shows External Changelog Domain properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Replication Synchronization Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--domain-name {name}</option></term>
-     <listitem>
-      <para>The name of the Replication Domain</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-global-configuration-prop">
-   <title>dsconfig get-global-configuration-prop</title>
-   <para>Shows Global Configuration properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-group-implementation-prop">
-   <title>dsconfig get-group-implementation-prop</title>
-   <para>Shows Group Implementation properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--implementation-name {name}</option></term>
-     <listitem>
-      <para>The name of the Group Implementation</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-identity-mapper-prop">
-   <title>dsconfig get-identity-mapper-prop</title>
-   <para>Shows Identity Mapper properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--mapper-name {name}</option></term>
-     <listitem>
-      <para>The name of the Identity Mapper</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-key-manager-provider-prop">
-   <title>dsconfig get-key-manager-provider-prop</title>
-   <para>Shows Key Manager Provider properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Key Manager Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-local-db-index-prop">
-   <title>dsconfig get-local-db-index-prop</title>
-   <para>Shows Local DB Index properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--backend-name {name}</option></term>
-     <listitem>
-      <para>The name of the Local DB Backend</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--index-name {name}</option></term>
-     <listitem>
-      <para>The name of the Local DB Index</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-local-db-vlv-index-prop">
-   <title>dsconfig get-local-db-vlv-index-prop</title>
-   <para>Shows Local DB VLV Index properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--backend-name {name}</option></term>
-     <listitem>
-      <para>The name of the Local DB Backend</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--index-name {name}</option></term>
-     <listitem>
-      <para>The name of the Local DB VLV Index</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-log-publisher-prop">
-   <title>dsconfig get-log-publisher-prop</title>
-   <para>Shows Log Publisher properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--publisher-name {name}</option></term>
-     <listitem>
-      <para>The name of the Log Publisher</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-log-retention-policy-prop">
-   <title>dsconfig get-log-retention-policy-prop</title>
-   <para>Shows Log Retention Policy properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--policy-name {name}</option></term>
-     <listitem>
-      <para>The name of the Log Retention Policy</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-log-rotation-policy-prop">
-   <title>dsconfig get-log-rotation-policy-prop</title>
-   <para>Shows Log Rotation Policy properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--policy-name {name}</option></term>
-     <listitem>
-      <para>The name of the Log Rotation Policy</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-matching-rule-prop">
-   <title>dsconfig get-matching-rule-prop</title>
-   <para>Shows Matching Rule properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--rule-name {name}</option></term>
-     <listitem>
-      <para>The name of the Matching Rule</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-monitor-provider-prop">
-   <title>dsconfig get-monitor-provider-prop</title>
-   <para>Shows Monitor Provider properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Monitor Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-password-generator-prop">
-   <title>dsconfig get-password-generator-prop</title>
-   <para>Shows Password Generator properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--generator-name {name}</option></term>
-     <listitem>
-      <para>The name of the Password Generator</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-password-policy-prop">
-   <title>dsconfig get-password-policy-prop</title>
-   <para>Shows Authentication Policy properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--policy-name {name}</option></term>
-     <listitem>
-      <para>The name of the Authentication Policy</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-password-storage-scheme-prop">
-   <title>dsconfig get-password-storage-scheme-prop</title>
-   <para>Shows Password Storage Scheme properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--scheme-name {name}</option></term>
-     <listitem>
-      <para>The name of the Password Storage Scheme</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-password-validator-prop">
-   <title>dsconfig get-password-validator-prop</title>
-   <para>Shows Password Validator properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--validator-name {name}</option></term>
-     <listitem>
-      <para>The name of the Password Validator</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-plugin-prop">
-   <title>dsconfig get-plugin-prop</title>
-   <para>Shows Plugin properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--plugin-name {name}</option></term>
-     <listitem>
-      <para>The name of the Plugin</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-plugin-root-prop">
-   <title>dsconfig get-plugin-root-prop</title>
-   <para>Shows Plugin Root properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-replication-domain-prop">
-   <title>dsconfig get-replication-domain-prop</title>
-   <para>Shows Replication Domain properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Replication Synchronization Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--domain-name {name}</option></term>
-     <listitem>
-      <para>The name of the Replication Domain</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-replication-server-prop">
-   <title>dsconfig get-replication-server-prop</title>
-   <para>Shows Replication Server properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Replication Synchronization Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-root-dn-prop">
-   <title>dsconfig get-root-dn-prop</title>
-   <para>Shows Root DN properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-root-dse-backend-prop">
-   <title>dsconfig get-root-dse-backend-prop</title>
-   <para>Shows Root DSE Backend properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-sasl-mechanism-handler-prop">
-   <title>dsconfig get-sasl-mechanism-handler-prop</title>
-   <para>Shows SASL Mechanism Handler properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the SASL Mechanism Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-synchronization-provider-prop">
-   <title>dsconfig get-synchronization-provider-prop</title>
-   <para>Shows Synchronization Provider properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Synchronization Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-trust-manager-provider-prop">
-   <title>dsconfig get-trust-manager-provider-prop</title>
-   <para>Shows Trust Manager Provider properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Trust Manager Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-virtual-attribute-prop">
-   <title>dsconfig get-virtual-attribute-prop</title>
-   <para>Shows Virtual Attribute properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--name {name}</option></term>
-     <listitem>
-      <para>The name of the Virtual Attribute</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-get-work-queue-prop">
-   <title>dsconfig get-work-queue-prop</title>
-   <para>Shows Work Queue properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-E | --record</option></term>
-     <listitem>
-      <para>Modifies the display output to show one property value per line</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-access-log-filtering-criteria">
-   <title>dsconfig list-access-log-filtering-criteria</title>
-   <para>Lists existing Access Log Filtering Criteria</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--publisher-name {name}</option></term>
-     <listitem>
-      <para>The name of the Access Log Publisher</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-account-status-notification-handlers">
-   <title>dsconfig list-account-status-notification-handlers</title>
-   <para>Lists existing Account Status Notification Handlers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-alert-handlers">
-   <title>dsconfig list-alert-handlers</title>
-   <para>Lists existing Alert Handlers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-attribute-syntaxes">
-   <title>dsconfig list-attribute-syntaxes</title>
-   <para>Lists existing Attribute Syntaxes</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-backends">
-   <title>dsconfig list-backends</title>
-   <para>Lists existing Backends</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-certificate-mappers">
-   <title>dsconfig list-certificate-mappers</title>
-   <para>Lists existing Certificate Mappers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-connection-handlers">
-   <title>dsconfig list-connection-handlers</title>
-   <para>Lists existing Connection Handlers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-debug-targets">
-   <title>dsconfig list-debug-targets</title>
-   <para>Lists existing Debug Targets</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--publisher-name {name}</option></term>
-     <listitem>
-      <para>The name of the Debug Log Publisher</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-entry-caches">
-   <title>dsconfig list-entry-caches</title>
-   <para>Lists existing Entry Caches</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-extended-operation-handlers">
-   <title>dsconfig list-extended-operation-handlers</title>
-   <para>Lists existing Extended Operation Handlers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-group-implementations">
-   <title>dsconfig list-group-implementations</title>
-   <para>Lists existing Group Implementations</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-identity-mappers">
-   <title>dsconfig list-identity-mappers</title>
-   <para>Lists existing Identity Mappers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-key-manager-providers">
-   <title>dsconfig list-key-manager-providers</title>
-   <para>Lists existing Key Manager Providers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-local-db-indexes">
-   <title>dsconfig list-local-db-indexes</title>
-   <para>Lists existing Local DB Indexes</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--backend-name {name}</option></term>
-     <listitem>
-      <para>The name of the Local DB Backend</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-local-db-vlv-indexes">
-   <title>dsconfig list-local-db-vlv-indexes</title>
-   <para>Lists existing Local DB VLV Indexes</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--backend-name {name}</option></term>
-     <listitem>
-      <para>The name of the Local DB Backend</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-log-publishers">
-   <title>dsconfig list-log-publishers</title>
-   <para>Lists existing Log Publishers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-log-retention-policies">
-   <title>dsconfig list-log-retention-policies</title>
-   <para>Lists existing Log Retention Policies</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-log-rotation-policies">
-   <title>dsconfig list-log-rotation-policies</title>
-   <para>Lists existing Log Rotation Policies</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-matching-rules">
-   <title>dsconfig list-matching-rules</title>
-   <para>Lists existing Matching Rules</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-monitor-providers">
-   <title>dsconfig list-monitor-providers</title>
-   <para>Lists existing Monitor Providers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-password-generators">
-   <title>dsconfig list-password-generators</title>
-   <para>Lists existing Password Generators</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-password-policies">
-   <title>dsconfig list-password-policies</title>
-   <para>Lists existing Password Policies</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-password-storage-schemes">
-   <title>dsconfig list-password-storage-schemes</title>
-   <para>Lists existing Password Storage Schemes</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-password-validators">
-   <title>dsconfig list-password-validators</title>
-   <para>Lists existing Password Validators</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-plugins">
-   <title>dsconfig list-plugins</title>
-   <para>Lists existing Plugins</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-properties">
-   <title>dsconfig list-properties</title>
-   <para>Describes managed objects and their properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>-c | --category {category}</option></term>
-     <listitem>
-      <para>The category of components whose properties should be described</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-t | --type {type}</option></term>
-     <listitem>
-      <para>The type of components whose properties should be described. The value for TYPE must be one of the component types associated with the CATEGORY specified using the "--category" option</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--inherited</option></term>
-     <listitem>
-      <para>Modifies the display output to show the inherited properties of components</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-replication-domains">
-   <title>dsconfig list-replication-domains</title>
-   <para>Lists existing Replication Domains</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Replication Synchronization Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-replication-server">
-   <title>dsconfig list-replication-server</title>
-   <para>Lists existing Replication Server</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Replication Synchronization Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-sasl-mechanism-handlers">
-   <title>dsconfig list-sasl-mechanism-handlers</title>
-   <para>Lists existing SASL Mechanism Handlers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-synchronization-providers">
-   <title>dsconfig list-synchronization-providers</title>
-   <para>Lists existing Synchronization Providers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-trust-manager-providers">
-   <title>dsconfig list-trust-manager-providers</title>
-   <para>Lists existing Trust Manager Providers</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-list-virtual-attributes">
-   <title>dsconfig list-virtual-attributes</title>
-   <para>Lists existing Virtual Attributes</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--property {property}</option></term>
-     <listitem>
-      <para>The name of a property to be displayed</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-z | --unit-size {unit}</option></term>
-     <listitem>
-      <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>-m | --unit-time {unit}</option></term>
-     <listitem>
-      <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-access-control-handler-prop">
-   <title>dsconfig set-access-control-handler-prop</title>
-   <para>Modifies Access Control Handler properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-access-log-filtering-criteria-prop">
-   <title>dsconfig set-access-log-filtering-criteria-prop</title>
-   <para>Modifies Access Log Filtering Criteria properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--publisher-name {name}</option></term>
-     <listitem>
-      <para>The name of the Access Log Publisher</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--criteria-name {name}</option></term>
-     <listitem>
-      <para>The name of the Access Log Filtering Criteria</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-account-status-notification-handler-prop">
-   <title>dsconfig set-account-status-notification-handler-prop</title>
-   <para>Modifies Account Status Notification Handler properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the Account Status Notification Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-administration-connector-prop">
-   <title>dsconfig set-administration-connector-prop</title>
-   <para>Modifies Administration Connector properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-alert-handler-prop">
-   <title>dsconfig set-alert-handler-prop</title>
-   <para>Modifies Alert Handler properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the Alert Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-attribute-syntax-prop">
-   <title>dsconfig set-attribute-syntax-prop</title>
-   <para>Modifies Attribute Syntax properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--syntax-name {name}</option></term>
-     <listitem>
-      <para>The name of the Attribute Syntax</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-backend-prop">
-   <title>dsconfig set-backend-prop</title>
-   <para>Modifies Backend properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--backend-name {name}</option></term>
-     <listitem>
-      <para>The name of the Backend</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-certificate-mapper-prop">
-   <title>dsconfig set-certificate-mapper-prop</title>
-   <para>Modifies Certificate Mapper properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--mapper-name {name}</option></term>
-     <listitem>
-      <para>The name of the Certificate Mapper</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-connection-handler-prop">
-   <title>dsconfig set-connection-handler-prop</title>
-   <para>Modifies Connection Handler properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the Connection Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-crypto-manager-prop">
-   <title>dsconfig set-crypto-manager-prop</title>
-   <para>Modifies Crypto Manager properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-debug-target-prop">
-   <title>dsconfig set-debug-target-prop</title>
-   <para>Modifies Debug Target properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--publisher-name {name}</option></term>
-     <listitem>
-      <para>The name of the Debug Log Publisher</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--target-name {name}</option></term>
-     <listitem>
-      <para>The name of the Debug Target</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-entry-cache-prop">
-   <title>dsconfig set-entry-cache-prop</title>
-   <para>Modifies Entry Cache properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--cache-name {name}</option></term>
-     <listitem>
-      <para>The name of the Entry Cache</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-extended-operation-handler-prop">
-   <title>dsconfig set-extended-operation-handler-prop</title>
-   <para>Modifies Extended Operation Handler properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the Extended Operation Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-external-changelog-domain-prop">
-   <title>dsconfig set-external-changelog-domain-prop</title>
-   <para>Modifies External Changelog Domain properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Replication Synchronization Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--domain-name {name}</option></term>
-     <listitem>
-      <para>The name of the Replication Domain</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-global-configuration-prop">
-   <title>dsconfig set-global-configuration-prop</title>
-   <para>Modifies Global Configuration properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-group-implementation-prop">
-   <title>dsconfig set-group-implementation-prop</title>
-   <para>Modifies Group Implementation properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--implementation-name {name}</option></term>
-     <listitem>
-      <para>The name of the Group Implementation</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-identity-mapper-prop">
-   <title>dsconfig set-identity-mapper-prop</title>
-   <para>Modifies Identity Mapper properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--mapper-name {name}</option></term>
-     <listitem>
-      <para>The name of the Identity Mapper</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-key-manager-provider-prop">
-   <title>dsconfig set-key-manager-provider-prop</title>
-   <para>Modifies Key Manager Provider properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Key Manager Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-local-db-index-prop">
-   <title>dsconfig set-local-db-index-prop</title>
-   <para>Modifies Local DB Index properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--backend-name {name}</option></term>
-     <listitem>
-      <para>The name of the Local DB Backend</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--index-name {name}</option></term>
-     <listitem>
-      <para>The name of the Local DB Index</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-local-db-vlv-index-prop">
-   <title>dsconfig set-local-db-vlv-index-prop</title>
-   <para>Modifies Local DB VLV Index properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--backend-name {name}</option></term>
-     <listitem>
-      <para>The name of the Local DB Backend</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--index-name {name}</option></term>
-     <listitem>
-      <para>The name of the Local DB VLV Index</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-log-publisher-prop">
-   <title>dsconfig set-log-publisher-prop</title>
-   <para>Modifies Log Publisher properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--publisher-name {name}</option></term>
-     <listitem>
-      <para>The name of the Log Publisher</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-log-retention-policy-prop">
-   <title>dsconfig set-log-retention-policy-prop</title>
-   <para>Modifies Log Retention Policy properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--policy-name {name}</option></term>
-     <listitem>
-      <para>The name of the Log Retention Policy</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-log-rotation-policy-prop">
-   <title>dsconfig set-log-rotation-policy-prop</title>
-   <para>Modifies Log Rotation Policy properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--policy-name {name}</option></term>
-     <listitem>
-      <para>The name of the Log Rotation Policy</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-matching-rule-prop">
-   <title>dsconfig set-matching-rule-prop</title>
-   <para>Modifies Matching Rule properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--rule-name {name}</option></term>
-     <listitem>
-      <para>The name of the Matching Rule</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-monitor-provider-prop">
-   <title>dsconfig set-monitor-provider-prop</title>
-   <para>Modifies Monitor Provider properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Monitor Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-password-generator-prop">
-   <title>dsconfig set-password-generator-prop</title>
-   <para>Modifies Password Generator properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--generator-name {name}</option></term>
-     <listitem>
-      <para>The name of the Password Generator</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-password-policy-prop">
-   <title>dsconfig set-password-policy-prop</title>
-   <para>Modifies Authentication Policy properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--policy-name {name}</option></term>
-     <listitem>
-      <para>The name of the Authentication Policy</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-password-storage-scheme-prop">
-   <title>dsconfig set-password-storage-scheme-prop</title>
-   <para>Modifies Password Storage Scheme properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--scheme-name {name}</option></term>
-     <listitem>
-      <para>The name of the Password Storage Scheme</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-password-validator-prop">
-   <title>dsconfig set-password-validator-prop</title>
-   <para>Modifies Password Validator properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--validator-name {name}</option></term>
-     <listitem>
-      <para>The name of the Password Validator</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-plugin-prop">
-   <title>dsconfig set-plugin-prop</title>
-   <para>Modifies Plugin properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--plugin-name {name}</option></term>
-     <listitem>
-      <para>The name of the Plugin</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-plugin-root-prop">
-   <title>dsconfig set-plugin-root-prop</title>
-   <para>Modifies Plugin Root properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-replication-domain-prop">
-   <title>dsconfig set-replication-domain-prop</title>
-   <para>Modifies Replication Domain properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Replication Synchronization Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--domain-name {name}</option></term>
-     <listitem>
-      <para>The name of the Replication Domain</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-replication-server-prop">
-   <title>dsconfig set-replication-server-prop</title>
-   <para>Modifies Replication Server properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Replication Synchronization Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-root-dn-prop">
-   <title>dsconfig set-root-dn-prop</title>
-   <para>Modifies Root DN properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-root-dse-backend-prop">
-   <title>dsconfig set-root-dse-backend-prop</title>
-   <para>Modifies Root DSE Backend properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-sasl-mechanism-handler-prop">
-   <title>dsconfig set-sasl-mechanism-handler-prop</title>
-   <para>Modifies SASL Mechanism Handler properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--handler-name {name}</option></term>
-     <listitem>
-      <para>The name of the SASL Mechanism Handler</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-synchronization-provider-prop">
-   <title>dsconfig set-synchronization-provider-prop</title>
-   <para>Modifies Synchronization Provider properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Synchronization Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-trust-manager-provider-prop">
-   <title>dsconfig set-trust-manager-provider-prop</title>
-   <para>Modifies Trust Manager Provider properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--provider-name {name}</option></term>
-     <listitem>
-      <para>The name of the Trust Manager Provider</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-virtual-attribute-prop">
-   <title>dsconfig set-virtual-attribute-prop</title>
-   <para>Modifies Virtual Attribute properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--name {name}</option></term>
-     <listitem>
-      <para>The name of the Virtual Attribute</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
-  <refsect2 xml:id="dsconfig-set-work-queue-prop">
-   <title>dsconfig set-work-queue-prop</title>
-   <para>Modifies Work Queue properties</para>
-   <variablelist>
-    <varlistentry>
-     <term><option>--set {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--reset {property}</option></term>
-     <listitem>
-      <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--add {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><option>--remove {PROP:VALUE}</option></term>
-     <listitem>
-      <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </refsect2>
+ <title>dsconfig create-access-log-filtering-criteria</title>
+ <para>Creates Access Log Filtering Criteria</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--publisher-name {name}</option></term>
+   <listitem>
+    <para>The name of the Access Log Publisher</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--criteria-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Access Log Filtering Criteria</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Access Log Filtering Criteria which should be created (Default: generic). The value for TYPE can be one of: generic</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-account-status-notification-handler">
+ <title>dsconfig create-account-status-notification-handler</title>
+ <para>Creates Account Status Notification Handlers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Account Status Notification Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Account Status Notification Handler which should be created. The value for TYPE can be one of: custom | error-log | smtp</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-alert-handler">
+ <title>dsconfig create-alert-handler</title>
+ <para>Creates Alert Handlers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Alert Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Alert Handler which should be created. The value for TYPE can be one of: custom | jmx | smtp</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-attribute-syntax">
+ <title>dsconfig create-attribute-syntax</title>
+ <para>Creates Attribute Syntaxes</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--syntax-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Attribute Syntax</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Attribute Syntax which should be created (Default: generic). The value for TYPE can be one of: attribute-type-description | certificate | country-string | directory-string | generic | jpeg | telephone-number</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-backend">
+ <title>dsconfig create-backend</title>
+ <para>Creates Backends</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--backend-name {STRING}</option></term>
+   <listitem>
+    <para>The name of the new Backend which will also be used as the value of the "backend-id" property: Specifies a name to identify the associated backend.</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Backend which should be created. The value for TYPE can be one of: backup | config-file-handler | custom | ldif | local-db | memory | monitor | null | schema | task | trust-store</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-certificate-mapper">
+ <title>dsconfig create-certificate-mapper</title>
+ <para>Creates Certificate Mappers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--mapper-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Certificate Mapper</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Certificate Mapper which should be created. The value for TYPE can be one of: custom | fingerprint | subject-attribute-to-user-attribute | subject-dn-to-user-attribute | subject-equals-dn</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-connection-handler">
+ <title>dsconfig create-connection-handler</title>
+ <para>Creates Connection Handlers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Connection Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Connection Handler which should be created. The value for TYPE can be one of: custom | http | jmx | ldap | ldif | snmp</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-debug-target">
+ <title>dsconfig create-debug-target</title>
+ <para>Creates Debug Targets</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--publisher-name {name}</option></term>
+   <listitem>
+    <para>The name of the Debug Log Publisher</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--target-name {STRING}</option></term>
+   <listitem>
+    <para>The name of the new Debug Target which will also be used as the value of the "debug-scope" property: Specifies the fully-qualified OpenDJ Java package, class, or method affected by the settings in this target definition. Use the number character (#) to separate the class name and the method name (that is, org.opends.server.core.DirectoryServer#startUp).</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Debug Target which should be created (Default: generic). The value for TYPE can be one of: generic</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-entry-cache">
+ <title>dsconfig create-entry-cache</title>
+ <para>Creates Entry Caches</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--cache-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Entry Cache</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Entry Cache which should be created. The value for TYPE can be one of: custom | fifo | file-system | soft-reference</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-extended-operation-handler">
+ <title>dsconfig create-extended-operation-handler</title>
+ <para>Creates Extended Operation Handlers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Extended Operation Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Extended Operation Handler which should be created. The value for TYPE can be one of: cancel | custom | get-connection-id | get-symmetric-key | password-modify | password-policy-state | start-tls | who-am-i</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-group-implementation">
+ <title>dsconfig create-group-implementation</title>
+ <para>Creates Group Implementations</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--implementation-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Group Implementation</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Group Implementation which should be created. The value for TYPE can be one of: custom | dynamic | static | virtual-static</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-identity-mapper">
+ <title>dsconfig create-identity-mapper</title>
+ <para>Creates Identity Mappers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--mapper-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Identity Mapper</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Identity Mapper which should be created. The value for TYPE can be one of: custom | exact-match | regular-expression</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-key-manager-provider">
+ <title>dsconfig create-key-manager-provider</title>
+ <para>Creates Key Manager Providers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Key Manager Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Key Manager Provider which should be created. The value for TYPE can be one of: custom | file-based | pkcs11</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-local-db-index">
+ <title>dsconfig create-local-db-index</title>
+ <para>Creates Local DB Indexes</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--backend-name {name}</option></term>
+   <listitem>
+    <para>The name of the Local DB Backend</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--index-name {OID}</option></term>
+   <listitem>
+    <para>The name of the new Local DB Index which will also be used as the value of the "attribute" property: Specifies the name of the attribute for which the index is to be maintained.</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Local DB Index which should be created (Default: generic). The value for TYPE can be one of: generic</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-local-db-vlv-index">
+ <title>dsconfig create-local-db-vlv-index</title>
+ <para>Creates Local DB VLV Indexes</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--backend-name {name}</option></term>
+   <listitem>
+    <para>The name of the Local DB Backend</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--index-name {STRING}</option></term>
+   <listitem>
+    <para>The name of the new Local DB VLV Index which will also be used as the value of the "name" property: Specifies a unique name for this VLV index.</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Local DB VLV Index which should be created (Default: generic). The value for TYPE can be one of: generic</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-log-publisher">
+ <title>dsconfig create-log-publisher</title>
+ <para>Creates Log Publishers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--publisher-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Log Publisher</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Log Publisher which should be created. The value for TYPE can be one of: custom-access | custom-debug | custom-error | custom-http-access | file-based-access | file-based-audit | file-based-debug | file-based-error | file-based-http-access</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-log-retention-policy">
+ <title>dsconfig create-log-retention-policy</title>
+ <para>Creates Log Retention Policies</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--policy-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Log Retention Policy</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Log Retention Policy which should be created. The value for TYPE can be one of: custom | file-count | free-disk-space | size-limit</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-log-rotation-policy">
+ <title>dsconfig create-log-rotation-policy</title>
+ <para>Creates Log Rotation Policies</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--policy-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Log Rotation Policy</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Log Rotation Policy which should be created. The value for TYPE can be one of: custom | fixed-time | size-limit | time-limit</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-matching-rule">
+ <title>dsconfig create-matching-rule</title>
+ <para>Creates Matching Rules</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--rule-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Matching Rule</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Matching Rule which should be created (Default: generic). The value for TYPE can be one of: collation | generic</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-monitor-provider">
+ <title>dsconfig create-monitor-provider</title>
+ <para>Creates Monitor Providers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Monitor Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Monitor Provider which should be created. The value for TYPE can be one of: client-connection | custom | entry-cache | memory-usage | stack-trace | system-info | version</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-password-generator">
+ <title>dsconfig create-password-generator</title>
+ <para>Creates Password Generators</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--generator-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Password Generator</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Password Generator which should be created. The value for TYPE can be one of: custom | random</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-password-policy">
+ <title>dsconfig create-password-policy</title>
+ <para>Creates Authentication Policies</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--policy-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Authentication Policy</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Authentication Policy which should be created. The value for TYPE can be one of: ldap-pass-through | password-policy</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-password-storage-scheme">
+ <title>dsconfig create-password-storage-scheme</title>
+ <para>Creates Password Storage Schemes</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--scheme-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Password Storage Scheme</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Password Storage Scheme which should be created. The value for TYPE can be one of: aes | base64 | blowfish | clear | crypt | custom | md5 | pbkdf2 | rc4 | salted-md5 | salted-sha1 | salted-sha256 | salted-sha384 | salted-sha512 | sha1 | triple-des</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-password-validator">
+ <title>dsconfig create-password-validator</title>
+ <para>Creates Password Validators</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--validator-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Password Validator</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Password Validator which should be created. The value for TYPE can be one of: attribute-value | character-set | custom | dictionary | length-based | repeated-characters | similarity-based | unique-characters</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-plugin">
+ <title>dsconfig create-plugin</title>
+ <para>Creates Plugins</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--plugin-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Plugin</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Plugin which should be created. The value for TYPE can be one of: attribute-cleanup | change-number-control | custom | entry-uuid | fractional-ldif-import | last-mod | ldap-attribute-description-list | password-policy-import | profiler | referential-integrity | samba-password | seven-bit-clean | unique-attribute</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-replication-domain">
+ <title>dsconfig create-replication-domain</title>
+ <para>Creates Replication Domains</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Replication Synchronization Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--domain-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Replication Domain</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Replication Domain which should be created (Default: generic). The value for TYPE can be one of: generic</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-replication-server">
+ <title>dsconfig create-replication-server</title>
+ <para>Creates Replication Servers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Replication Synchronization Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Replication Server which should be created (Default: generic). The value for TYPE can be one of: generic</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-sasl-mechanism-handler">
+ <title>dsconfig create-sasl-mechanism-handler</title>
+ <para>Creates SASL Mechanism Handlers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the new SASL Mechanism Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of SASL Mechanism Handler which should be created. The value for TYPE can be one of: anonymous | cram-md5 | custom | digest-md5 | external | gssapi | plain</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-synchronization-provider">
+ <title>dsconfig create-synchronization-provider</title>
+ <para>Creates Synchronization Providers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Synchronization Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Synchronization Provider which should be created. The value for TYPE can be one of: custom | replication</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-trust-manager-provider">
+ <title>dsconfig create-trust-manager-provider</title>
+ <para>Creates Trust Manager Providers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the new Trust Manager Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Trust Manager Provider which should be created. The value for TYPE can be one of: blind | custom | file-based</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-create-virtual-attribute">
+ <title>dsconfig create-virtual-attribute</title>
+ <para>Creates Virtual Attributes</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--name {name}</option></term>
+   <listitem>
+    <para>The name of the new Virtual Attribute</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of Virtual Attribute which should be created. The value for TYPE can be one of: collective-attribute-subentries | custom | entity-tag | entry-dn | entry-uuid | governing-structure-rule | has-subordinates | is-member-of | member | num-subordinates | password-expiration-time | password-policy-subentry | structural-object-class | subschema-subentry | user-defined</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-access-log-filtering-criteria">
+ <title>dsconfig delete-access-log-filtering-criteria</title>
+ <para>Deletes Access Log Filtering Criteria</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--publisher-name {name}</option></term>
+   <listitem>
+    <para>The name of the Access Log Publisher</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--criteria-name {name}</option></term>
+   <listitem>
+    <para>The name of the Access Log Filtering Criteria</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Access Log Filtering Criteria</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-account-status-notification-handler">
+ <title>dsconfig delete-account-status-notification-handler</title>
+ <para>Deletes Account Status Notification Handlers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the Account Status Notification Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Account Status Notification Handlers</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-alert-handler">
+ <title>dsconfig delete-alert-handler</title>
+ <para>Deletes Alert Handlers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the Alert Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Alert Handlers</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-attribute-syntax">
+ <title>dsconfig delete-attribute-syntax</title>
+ <para>Deletes Attribute Syntaxes</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--syntax-name {name}</option></term>
+   <listitem>
+    <para>The name of the Attribute Syntax</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Attribute Syntaxes</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-backend">
+ <title>dsconfig delete-backend</title>
+ <para>Deletes Backends</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--backend-name {name}</option></term>
+   <listitem>
+    <para>The name of the Backend</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Backends</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-certificate-mapper">
+ <title>dsconfig delete-certificate-mapper</title>
+ <para>Deletes Certificate Mappers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--mapper-name {name}</option></term>
+   <listitem>
+    <para>The name of the Certificate Mapper</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Certificate Mappers</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-connection-handler">
+ <title>dsconfig delete-connection-handler</title>
+ <para>Deletes Connection Handlers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the Connection Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Connection Handlers</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-debug-target">
+ <title>dsconfig delete-debug-target</title>
+ <para>Deletes Debug Targets</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--publisher-name {name}</option></term>
+   <listitem>
+    <para>The name of the Debug Log Publisher</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--target-name {name}</option></term>
+   <listitem>
+    <para>The name of the Debug Target</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Debug Targets</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-entry-cache">
+ <title>dsconfig delete-entry-cache</title>
+ <para>Deletes Entry Caches</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--cache-name {name}</option></term>
+   <listitem>
+    <para>The name of the Entry Cache</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Entry Caches</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-extended-operation-handler">
+ <title>dsconfig delete-extended-operation-handler</title>
+ <para>Deletes Extended Operation Handlers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the Extended Operation Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Extended Operation Handlers</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-group-implementation">
+ <title>dsconfig delete-group-implementation</title>
+ <para>Deletes Group Implementations</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--implementation-name {name}</option></term>
+   <listitem>
+    <para>The name of the Group Implementation</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Group Implementations</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-identity-mapper">
+ <title>dsconfig delete-identity-mapper</title>
+ <para>Deletes Identity Mappers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--mapper-name {name}</option></term>
+   <listitem>
+    <para>The name of the Identity Mapper</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Identity Mappers</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-key-manager-provider">
+ <title>dsconfig delete-key-manager-provider</title>
+ <para>Deletes Key Manager Providers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Key Manager Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Key Manager Providers</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-local-db-index">
+ <title>dsconfig delete-local-db-index</title>
+ <para>Deletes Local DB Indexes</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--backend-name {name}</option></term>
+   <listitem>
+    <para>The name of the Local DB Backend</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--index-name {name}</option></term>
+   <listitem>
+    <para>The name of the Local DB Index</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Local DB Indexes</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-local-db-vlv-index">
+ <title>dsconfig delete-local-db-vlv-index</title>
+ <para>Deletes Local DB VLV Indexes</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--backend-name {name}</option></term>
+   <listitem>
+    <para>The name of the Local DB Backend</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--index-name {name}</option></term>
+   <listitem>
+    <para>The name of the Local DB VLV Index</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Local DB VLV Indexes</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-log-publisher">
+ <title>dsconfig delete-log-publisher</title>
+ <para>Deletes Log Publishers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--publisher-name {name}</option></term>
+   <listitem>
+    <para>The name of the Log Publisher</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Log Publishers</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-log-retention-policy">
+ <title>dsconfig delete-log-retention-policy</title>
+ <para>Deletes Log Retention Policies</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--policy-name {name}</option></term>
+   <listitem>
+    <para>The name of the Log Retention Policy</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Log Retention Policies</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-log-rotation-policy">
+ <title>dsconfig delete-log-rotation-policy</title>
+ <para>Deletes Log Rotation Policies</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--policy-name {name}</option></term>
+   <listitem>
+    <para>The name of the Log Rotation Policy</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Log Rotation Policies</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-matching-rule">
+ <title>dsconfig delete-matching-rule</title>
+ <para>Deletes Matching Rules</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--rule-name {name}</option></term>
+   <listitem>
+    <para>The name of the Matching Rule</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Matching Rules</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-monitor-provider">
+ <title>dsconfig delete-monitor-provider</title>
+ <para>Deletes Monitor Providers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Monitor Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Monitor Providers</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-password-generator">
+ <title>dsconfig delete-password-generator</title>
+ <para>Deletes Password Generators</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--generator-name {name}</option></term>
+   <listitem>
+    <para>The name of the Password Generator</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Password Generators</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-password-policy">
+ <title>dsconfig delete-password-policy</title>
+ <para>Deletes Authentication Policies</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--policy-name {name}</option></term>
+   <listitem>
+    <para>The name of the Authentication Policy</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Authentication Policies</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-password-storage-scheme">
+ <title>dsconfig delete-password-storage-scheme</title>
+ <para>Deletes Password Storage Schemes</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--scheme-name {name}</option></term>
+   <listitem>
+    <para>The name of the Password Storage Scheme</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Password Storage Schemes</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-password-validator">
+ <title>dsconfig delete-password-validator</title>
+ <para>Deletes Password Validators</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--validator-name {name}</option></term>
+   <listitem>
+    <para>The name of the Password Validator</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Password Validators</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-plugin">
+ <title>dsconfig delete-plugin</title>
+ <para>Deletes Plugins</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--plugin-name {name}</option></term>
+   <listitem>
+    <para>The name of the Plugin</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Plugins</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-replication-domain">
+ <title>dsconfig delete-replication-domain</title>
+ <para>Deletes Replication Domains</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Replication Synchronization Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--domain-name {name}</option></term>
+   <listitem>
+    <para>The name of the Replication Domain</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Replication Domains</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-replication-server">
+ <title>dsconfig delete-replication-server</title>
+ <para>Deletes Replication Servers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Replication Synchronization Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Replication Servers</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-sasl-mechanism-handler">
+ <title>dsconfig delete-sasl-mechanism-handler</title>
+ <para>Deletes SASL Mechanism Handlers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the SASL Mechanism Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent SASL Mechanism Handlers</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-synchronization-provider">
+ <title>dsconfig delete-synchronization-provider</title>
+ <para>Deletes Synchronization Providers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Synchronization Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Synchronization Providers</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-trust-manager-provider">
+ <title>dsconfig delete-trust-manager-provider</title>
+ <para>Deletes Trust Manager Providers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Trust Manager Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Trust Manager Providers</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-delete-virtual-attribute">
+ <title>dsconfig delete-virtual-attribute</title>
+ <para>Deletes Virtual Attributes</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--name {name}</option></term>
+   <listitem>
+    <para>The name of the Virtual Attribute</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-f | --force</option></term>
+   <listitem>
+    <para>Ignore non-existent Virtual Attributes</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-access-control-handler-prop">
+ <title>dsconfig get-access-control-handler-prop</title>
+ <para>Shows Access Control Handler properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-access-log-filtering-criteria-prop">
+ <title>dsconfig get-access-log-filtering-criteria-prop</title>
+ <para>Shows Access Log Filtering Criteria properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--publisher-name {name}</option></term>
+   <listitem>
+    <para>The name of the Access Log Publisher</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--criteria-name {name}</option></term>
+   <listitem>
+    <para>The name of the Access Log Filtering Criteria</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-account-status-notification-handler-prop">
+ <title>dsconfig get-account-status-notification-handler-prop</title>
+ <para>Shows Account Status Notification Handler properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the Account Status Notification Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-administration-connector-prop">
+ <title>dsconfig get-administration-connector-prop</title>
+ <para>Shows Administration Connector properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-alert-handler-prop">
+ <title>dsconfig get-alert-handler-prop</title>
+ <para>Shows Alert Handler properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the Alert Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-attribute-syntax-prop">
+ <title>dsconfig get-attribute-syntax-prop</title>
+ <para>Shows Attribute Syntax properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--syntax-name {name}</option></term>
+   <listitem>
+    <para>The name of the Attribute Syntax</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-backend-prop">
+ <title>dsconfig get-backend-prop</title>
+ <para>Shows Backend properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--backend-name {name}</option></term>
+   <listitem>
+    <para>The name of the Backend</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-certificate-mapper-prop">
+ <title>dsconfig get-certificate-mapper-prop</title>
+ <para>Shows Certificate Mapper properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--mapper-name {name}</option></term>
+   <listitem>
+    <para>The name of the Certificate Mapper</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-connection-handler-prop">
+ <title>dsconfig get-connection-handler-prop</title>
+ <para>Shows Connection Handler properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the Connection Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-crypto-manager-prop">
+ <title>dsconfig get-crypto-manager-prop</title>
+ <para>Shows Crypto Manager properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-debug-target-prop">
+ <title>dsconfig get-debug-target-prop</title>
+ <para>Shows Debug Target properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--publisher-name {name}</option></term>
+   <listitem>
+    <para>The name of the Debug Log Publisher</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--target-name {name}</option></term>
+   <listitem>
+    <para>The name of the Debug Target</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-entry-cache-prop">
+ <title>dsconfig get-entry-cache-prop</title>
+ <para>Shows Entry Cache properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--cache-name {name}</option></term>
+   <listitem>
+    <para>The name of the Entry Cache</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-extended-operation-handler-prop">
+ <title>dsconfig get-extended-operation-handler-prop</title>
+ <para>Shows Extended Operation Handler properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the Extended Operation Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-external-changelog-domain-prop">
+ <title>dsconfig get-external-changelog-domain-prop</title>
+ <para>Shows External Changelog Domain properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Replication Synchronization Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--domain-name {name}</option></term>
+   <listitem>
+    <para>The name of the Replication Domain</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-global-configuration-prop">
+ <title>dsconfig get-global-configuration-prop</title>
+ <para>Shows Global Configuration properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-group-implementation-prop">
+ <title>dsconfig get-group-implementation-prop</title>
+ <para>Shows Group Implementation properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--implementation-name {name}</option></term>
+   <listitem>
+    <para>The name of the Group Implementation</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-identity-mapper-prop">
+ <title>dsconfig get-identity-mapper-prop</title>
+ <para>Shows Identity Mapper properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--mapper-name {name}</option></term>
+   <listitem>
+    <para>The name of the Identity Mapper</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-key-manager-provider-prop">
+ <title>dsconfig get-key-manager-provider-prop</title>
+ <para>Shows Key Manager Provider properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Key Manager Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-local-db-index-prop">
+ <title>dsconfig get-local-db-index-prop</title>
+ <para>Shows Local DB Index properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--backend-name {name}</option></term>
+   <listitem>
+    <para>The name of the Local DB Backend</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--index-name {name}</option></term>
+   <listitem>
+    <para>The name of the Local DB Index</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-local-db-vlv-index-prop">
+ <title>dsconfig get-local-db-vlv-index-prop</title>
+ <para>Shows Local DB VLV Index properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--backend-name {name}</option></term>
+   <listitem>
+    <para>The name of the Local DB Backend</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--index-name {name}</option></term>
+   <listitem>
+    <para>The name of the Local DB VLV Index</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-log-publisher-prop">
+ <title>dsconfig get-log-publisher-prop</title>
+ <para>Shows Log Publisher properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--publisher-name {name}</option></term>
+   <listitem>
+    <para>The name of the Log Publisher</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-log-retention-policy-prop">
+ <title>dsconfig get-log-retention-policy-prop</title>
+ <para>Shows Log Retention Policy properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--policy-name {name}</option></term>
+   <listitem>
+    <para>The name of the Log Retention Policy</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-log-rotation-policy-prop">
+ <title>dsconfig get-log-rotation-policy-prop</title>
+ <para>Shows Log Rotation Policy properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--policy-name {name}</option></term>
+   <listitem>
+    <para>The name of the Log Rotation Policy</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-matching-rule-prop">
+ <title>dsconfig get-matching-rule-prop</title>
+ <para>Shows Matching Rule properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--rule-name {name}</option></term>
+   <listitem>
+    <para>The name of the Matching Rule</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-monitor-provider-prop">
+ <title>dsconfig get-monitor-provider-prop</title>
+ <para>Shows Monitor Provider properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Monitor Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-password-generator-prop">
+ <title>dsconfig get-password-generator-prop</title>
+ <para>Shows Password Generator properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--generator-name {name}</option></term>
+   <listitem>
+    <para>The name of the Password Generator</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-password-policy-prop">
+ <title>dsconfig get-password-policy-prop</title>
+ <para>Shows Authentication Policy properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--policy-name {name}</option></term>
+   <listitem>
+    <para>The name of the Authentication Policy</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-password-storage-scheme-prop">
+ <title>dsconfig get-password-storage-scheme-prop</title>
+ <para>Shows Password Storage Scheme properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--scheme-name {name}</option></term>
+   <listitem>
+    <para>The name of the Password Storage Scheme</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-password-validator-prop">
+ <title>dsconfig get-password-validator-prop</title>
+ <para>Shows Password Validator properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--validator-name {name}</option></term>
+   <listitem>
+    <para>The name of the Password Validator</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-plugin-prop">
+ <title>dsconfig get-plugin-prop</title>
+ <para>Shows Plugin properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--plugin-name {name}</option></term>
+   <listitem>
+    <para>The name of the Plugin</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-plugin-root-prop">
+ <title>dsconfig get-plugin-root-prop</title>
+ <para>Shows Plugin Root properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-replication-domain-prop">
+ <title>dsconfig get-replication-domain-prop</title>
+ <para>Shows Replication Domain properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Replication Synchronization Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--domain-name {name}</option></term>
+   <listitem>
+    <para>The name of the Replication Domain</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-replication-server-prop">
+ <title>dsconfig get-replication-server-prop</title>
+ <para>Shows Replication Server properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Replication Synchronization Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-root-dn-prop">
+ <title>dsconfig get-root-dn-prop</title>
+ <para>Shows Root DN properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-root-dse-backend-prop">
+ <title>dsconfig get-root-dse-backend-prop</title>
+ <para>Shows Root DSE Backend properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-sasl-mechanism-handler-prop">
+ <title>dsconfig get-sasl-mechanism-handler-prop</title>
+ <para>Shows SASL Mechanism Handler properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the SASL Mechanism Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-synchronization-provider-prop">
+ <title>dsconfig get-synchronization-provider-prop</title>
+ <para>Shows Synchronization Provider properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Synchronization Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-trust-manager-provider-prop">
+ <title>dsconfig get-trust-manager-provider-prop</title>
+ <para>Shows Trust Manager Provider properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Trust Manager Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-virtual-attribute-prop">
+ <title>dsconfig get-virtual-attribute-prop</title>
+ <para>Shows Virtual Attribute properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--name {name}</option></term>
+   <listitem>
+    <para>The name of the Virtual Attribute</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-get-work-queue-prop">
+ <title>dsconfig get-work-queue-prop</title>
+ <para>Shows Work Queue properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-E | --record</option></term>
+   <listitem>
+    <para>Modifies the display output to show one property value per line</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-access-log-filtering-criteria">
+ <title>dsconfig list-access-log-filtering-criteria</title>
+ <para>Lists existing Access Log Filtering Criteria</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--publisher-name {name}</option></term>
+   <listitem>
+    <para>The name of the Access Log Publisher</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-account-status-notification-handlers">
+ <title>dsconfig list-account-status-notification-handlers</title>
+ <para>Lists existing Account Status Notification Handlers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-alert-handlers">
+ <title>dsconfig list-alert-handlers</title>
+ <para>Lists existing Alert Handlers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-attribute-syntaxes">
+ <title>dsconfig list-attribute-syntaxes</title>
+ <para>Lists existing Attribute Syntaxes</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-backends">
+ <title>dsconfig list-backends</title>
+ <para>Lists existing Backends</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-certificate-mappers">
+ <title>dsconfig list-certificate-mappers</title>
+ <para>Lists existing Certificate Mappers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-connection-handlers">
+ <title>dsconfig list-connection-handlers</title>
+ <para>Lists existing Connection Handlers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-debug-targets">
+ <title>dsconfig list-debug-targets</title>
+ <para>Lists existing Debug Targets</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--publisher-name {name}</option></term>
+   <listitem>
+    <para>The name of the Debug Log Publisher</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-entry-caches">
+ <title>dsconfig list-entry-caches</title>
+ <para>Lists existing Entry Caches</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-extended-operation-handlers">
+ <title>dsconfig list-extended-operation-handlers</title>
+ <para>Lists existing Extended Operation Handlers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-group-implementations">
+ <title>dsconfig list-group-implementations</title>
+ <para>Lists existing Group Implementations</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-identity-mappers">
+ <title>dsconfig list-identity-mappers</title>
+ <para>Lists existing Identity Mappers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-key-manager-providers">
+ <title>dsconfig list-key-manager-providers</title>
+ <para>Lists existing Key Manager Providers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-local-db-indexes">
+ <title>dsconfig list-local-db-indexes</title>
+ <para>Lists existing Local DB Indexes</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--backend-name {name}</option></term>
+   <listitem>
+    <para>The name of the Local DB Backend</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-local-db-vlv-indexes">
+ <title>dsconfig list-local-db-vlv-indexes</title>
+ <para>Lists existing Local DB VLV Indexes</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--backend-name {name}</option></term>
+   <listitem>
+    <para>The name of the Local DB Backend</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-log-publishers">
+ <title>dsconfig list-log-publishers</title>
+ <para>Lists existing Log Publishers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-log-retention-policies">
+ <title>dsconfig list-log-retention-policies</title>
+ <para>Lists existing Log Retention Policies</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-log-rotation-policies">
+ <title>dsconfig list-log-rotation-policies</title>
+ <para>Lists existing Log Rotation Policies</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-matching-rules">
+ <title>dsconfig list-matching-rules</title>
+ <para>Lists existing Matching Rules</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-monitor-providers">
+ <title>dsconfig list-monitor-providers</title>
+ <para>Lists existing Monitor Providers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-password-generators">
+ <title>dsconfig list-password-generators</title>
+ <para>Lists existing Password Generators</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-password-policies">
+ <title>dsconfig list-password-policies</title>
+ <para>Lists existing Password Policies</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-password-storage-schemes">
+ <title>dsconfig list-password-storage-schemes</title>
+ <para>Lists existing Password Storage Schemes</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-password-validators">
+ <title>dsconfig list-password-validators</title>
+ <para>Lists existing Password Validators</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-plugins">
+ <title>dsconfig list-plugins</title>
+ <para>Lists existing Plugins</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-properties">
+ <title>dsconfig list-properties</title>
+ <para>Describes managed objects and their properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>-c | --category {category}</option></term>
+   <listitem>
+    <para>The category of components whose properties should be described</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-t | --type {type}</option></term>
+   <listitem>
+    <para>The type of components whose properties should be described. The value for TYPE must be one of the component types associated with the CATEGORY specified using the "--category" option</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--inherited</option></term>
+   <listitem>
+    <para>Modifies the display output to show the inherited properties of components</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-replication-domains">
+ <title>dsconfig list-replication-domains</title>
+ <para>Lists existing Replication Domains</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Replication Synchronization Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-replication-server">
+ <title>dsconfig list-replication-server</title>
+ <para>Lists existing Replication Server</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Replication Synchronization Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-sasl-mechanism-handlers">
+ <title>dsconfig list-sasl-mechanism-handlers</title>
+ <para>Lists existing SASL Mechanism Handlers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-synchronization-providers">
+ <title>dsconfig list-synchronization-providers</title>
+ <para>Lists existing Synchronization Providers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-trust-manager-providers">
+ <title>dsconfig list-trust-manager-providers</title>
+ <para>Lists existing Trust Manager Providers</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-list-virtual-attributes">
+ <title>dsconfig list-virtual-attributes</title>
+ <para>Lists existing Virtual Attributes</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--property {property}</option></term>
+   <listitem>
+    <para>The name of a property to be displayed</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-z | --unit-size {unit}</option></term>
+   <listitem>
+    <para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>-m | --unit-time {unit}</option></term>
+   <listitem>
+    <para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-access-control-handler-prop">
+ <title>dsconfig set-access-control-handler-prop</title>
+ <para>Modifies Access Control Handler properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-access-log-filtering-criteria-prop">
+ <title>dsconfig set-access-log-filtering-criteria-prop</title>
+ <para>Modifies Access Log Filtering Criteria properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--publisher-name {name}</option></term>
+   <listitem>
+    <para>The name of the Access Log Publisher</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--criteria-name {name}</option></term>
+   <listitem>
+    <para>The name of the Access Log Filtering Criteria</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-account-status-notification-handler-prop">
+ <title>dsconfig set-account-status-notification-handler-prop</title>
+ <para>Modifies Account Status Notification Handler properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the Account Status Notification Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-administration-connector-prop">
+ <title>dsconfig set-administration-connector-prop</title>
+ <para>Modifies Administration Connector properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-alert-handler-prop">
+ <title>dsconfig set-alert-handler-prop</title>
+ <para>Modifies Alert Handler properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the Alert Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-attribute-syntax-prop">
+ <title>dsconfig set-attribute-syntax-prop</title>
+ <para>Modifies Attribute Syntax properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--syntax-name {name}</option></term>
+   <listitem>
+    <para>The name of the Attribute Syntax</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-backend-prop">
+ <title>dsconfig set-backend-prop</title>
+ <para>Modifies Backend properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--backend-name {name}</option></term>
+   <listitem>
+    <para>The name of the Backend</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-certificate-mapper-prop">
+ <title>dsconfig set-certificate-mapper-prop</title>
+ <para>Modifies Certificate Mapper properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--mapper-name {name}</option></term>
+   <listitem>
+    <para>The name of the Certificate Mapper</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-connection-handler-prop">
+ <title>dsconfig set-connection-handler-prop</title>
+ <para>Modifies Connection Handler properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the Connection Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-crypto-manager-prop">
+ <title>dsconfig set-crypto-manager-prop</title>
+ <para>Modifies Crypto Manager properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-debug-target-prop">
+ <title>dsconfig set-debug-target-prop</title>
+ <para>Modifies Debug Target properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--publisher-name {name}</option></term>
+   <listitem>
+    <para>The name of the Debug Log Publisher</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--target-name {name}</option></term>
+   <listitem>
+    <para>The name of the Debug Target</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-entry-cache-prop">
+ <title>dsconfig set-entry-cache-prop</title>
+ <para>Modifies Entry Cache properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--cache-name {name}</option></term>
+   <listitem>
+    <para>The name of the Entry Cache</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-extended-operation-handler-prop">
+ <title>dsconfig set-extended-operation-handler-prop</title>
+ <para>Modifies Extended Operation Handler properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the Extended Operation Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-external-changelog-domain-prop">
+ <title>dsconfig set-external-changelog-domain-prop</title>
+ <para>Modifies External Changelog Domain properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Replication Synchronization Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--domain-name {name}</option></term>
+   <listitem>
+    <para>The name of the Replication Domain</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-global-configuration-prop">
+ <title>dsconfig set-global-configuration-prop</title>
+ <para>Modifies Global Configuration properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-group-implementation-prop">
+ <title>dsconfig set-group-implementation-prop</title>
+ <para>Modifies Group Implementation properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--implementation-name {name}</option></term>
+   <listitem>
+    <para>The name of the Group Implementation</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-identity-mapper-prop">
+ <title>dsconfig set-identity-mapper-prop</title>
+ <para>Modifies Identity Mapper properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--mapper-name {name}</option></term>
+   <listitem>
+    <para>The name of the Identity Mapper</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-key-manager-provider-prop">
+ <title>dsconfig set-key-manager-provider-prop</title>
+ <para>Modifies Key Manager Provider properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Key Manager Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-local-db-index-prop">
+ <title>dsconfig set-local-db-index-prop</title>
+ <para>Modifies Local DB Index properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--backend-name {name}</option></term>
+   <listitem>
+    <para>The name of the Local DB Backend</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--index-name {name}</option></term>
+   <listitem>
+    <para>The name of the Local DB Index</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-local-db-vlv-index-prop">
+ <title>dsconfig set-local-db-vlv-index-prop</title>
+ <para>Modifies Local DB VLV Index properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--backend-name {name}</option></term>
+   <listitem>
+    <para>The name of the Local DB Backend</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--index-name {name}</option></term>
+   <listitem>
+    <para>The name of the Local DB VLV Index</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-log-publisher-prop">
+ <title>dsconfig set-log-publisher-prop</title>
+ <para>Modifies Log Publisher properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--publisher-name {name}</option></term>
+   <listitem>
+    <para>The name of the Log Publisher</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-log-retention-policy-prop">
+ <title>dsconfig set-log-retention-policy-prop</title>
+ <para>Modifies Log Retention Policy properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--policy-name {name}</option></term>
+   <listitem>
+    <para>The name of the Log Retention Policy</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-log-rotation-policy-prop">
+ <title>dsconfig set-log-rotation-policy-prop</title>
+ <para>Modifies Log Rotation Policy properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--policy-name {name}</option></term>
+   <listitem>
+    <para>The name of the Log Rotation Policy</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-matching-rule-prop">
+ <title>dsconfig set-matching-rule-prop</title>
+ <para>Modifies Matching Rule properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--rule-name {name}</option></term>
+   <listitem>
+    <para>The name of the Matching Rule</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-monitor-provider-prop">
+ <title>dsconfig set-monitor-provider-prop</title>
+ <para>Modifies Monitor Provider properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Monitor Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-password-generator-prop">
+ <title>dsconfig set-password-generator-prop</title>
+ <para>Modifies Password Generator properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--generator-name {name}</option></term>
+   <listitem>
+    <para>The name of the Password Generator</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-password-policy-prop">
+ <title>dsconfig set-password-policy-prop</title>
+ <para>Modifies Authentication Policy properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--policy-name {name}</option></term>
+   <listitem>
+    <para>The name of the Authentication Policy</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-password-storage-scheme-prop">
+ <title>dsconfig set-password-storage-scheme-prop</title>
+ <para>Modifies Password Storage Scheme properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--scheme-name {name}</option></term>
+   <listitem>
+    <para>The name of the Password Storage Scheme</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-password-validator-prop">
+ <title>dsconfig set-password-validator-prop</title>
+ <para>Modifies Password Validator properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--validator-name {name}</option></term>
+   <listitem>
+    <para>The name of the Password Validator</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-plugin-prop">
+ <title>dsconfig set-plugin-prop</title>
+ <para>Modifies Plugin properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--plugin-name {name}</option></term>
+   <listitem>
+    <para>The name of the Plugin</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-plugin-root-prop">
+ <title>dsconfig set-plugin-root-prop</title>
+ <para>Modifies Plugin Root properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-replication-domain-prop">
+ <title>dsconfig set-replication-domain-prop</title>
+ <para>Modifies Replication Domain properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Replication Synchronization Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--domain-name {name}</option></term>
+   <listitem>
+    <para>The name of the Replication Domain</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-replication-server-prop">
+ <title>dsconfig set-replication-server-prop</title>
+ <para>Modifies Replication Server properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Replication Synchronization Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-root-dn-prop">
+ <title>dsconfig set-root-dn-prop</title>
+ <para>Modifies Root DN properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-root-dse-backend-prop">
+ <title>dsconfig set-root-dse-backend-prop</title>
+ <para>Modifies Root DSE Backend properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-sasl-mechanism-handler-prop">
+ <title>dsconfig set-sasl-mechanism-handler-prop</title>
+ <para>Modifies SASL Mechanism Handler properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--handler-name {name}</option></term>
+   <listitem>
+    <para>The name of the SASL Mechanism Handler</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-synchronization-provider-prop">
+ <title>dsconfig set-synchronization-provider-prop</title>
+ <para>Modifies Synchronization Provider properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Synchronization Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-trust-manager-provider-prop">
+ <title>dsconfig set-trust-manager-provider-prop</title>
+ <para>Modifies Trust Manager Provider properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--provider-name {name}</option></term>
+   <listitem>
+    <para>The name of the Trust Manager Provider</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-virtual-attribute-prop">
+ <title>dsconfig set-virtual-attribute-prop</title>
+ <para>Modifies Virtual Attribute properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--name {name}</option></term>
+   <listitem>
+    <para>The name of the Virtual Attribute</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
+<refsect2 xml:id="dsconfig-set-work-queue-prop">
+ <title>dsconfig set-work-queue-prop</title>
+ <para>Modifies Work Queue properties</para>
+ <variablelist>
+  <varlistentry>
+   <term><option>--set {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--reset {property}</option></term>
+   <listitem>
+    <para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--add {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><option>--remove {PROP:VALUE}</option></term>
+   <listitem>
+    <para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
+</refsect2>
  </refsect1>
  <refsect1>
   <title>Exit Codes</title>

--
Gitblit v1.10.0