From c822caa645bbc2d81a1cff0e4882fb722ca8c097 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 24 Oct 2011 13:48:28 +0000
Subject: [PATCH] Fix for OPENDJ-321: Expand dsconfig reference with more examples and descriptions of subcommands
---
opendj-sdk/opends/resource/man/man1/dsconfig.1 | 4391 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
opendj-sdk/opends/src/server/org/opends/server/util/args/SubCommandArgumentParser.java | 127 +
2 files changed, 4,506 insertions(+), 12 deletions(-)
diff --git a/opendj-sdk/opends/resource/man/man1/dsconfig.1 b/opendj-sdk/opends/resource/man/man1/dsconfig.1
index 6b8890e..6acbd9e 100644
--- a/opendj-sdk/opends/resource/man/man1/dsconfig.1
+++ b/opendj-sdk/opends/resource/man/man1/dsconfig.1
@@ -2,12 +2,12 @@
.\" Title: dsconfig
.\" Author: Mark Craig
.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: October\ \&20,\ \&2011
+.\" Date: October\ \&24,\ \&2011
.\" Manual: Tools Reference
.\" Source: OpenDJ 2.5.0
.\" Language: English
.\"
-.TH "DSCONFIG" "1" "October\ \&20,\ \&2011" "OpenDJ 2.5.0" "Tools Reference"
+.TH "DSCONFIG" "1" "October\ \&24,\ \&2011" "OpenDJ 2.5.0" "Tools Reference"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -358,6 +358,4393 @@
.\}
set\-\fIcomponent\fR\-prop
.RE
+.SS "dsconfig create\-access\-log\-filtering\-criteria"
+.PP
+Creates Access Log Filtering Criteria
+.PP
+\fB\-\-publisher\-name {name}\fR
+.RS 4
+The name of the Access Log Publisher
+.RE
+.PP
+\fB\-\-criteria\-name {name}\fR
+.RS 4
+The name of the new Access Log Filtering Criteria
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Access Log Filtering Criteria which should be created (Default: generic)\&. The value for TYPE can be one of: generic
+.RE
+.SS "dsconfig create\-account\-status\-notification\-handler"
+.PP
+Creates Account Status Notification Handlers
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the new Account Status Notification Handler
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Account Status Notification Handler which should be created\&. The value for TYPE can be one of: custom | error\-log | smtp
+.RE
+.SS "dsconfig create\-alert\-handler"
+.PP
+Creates Alert Handlers
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the new Alert Handler
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Alert Handler which should be created\&. The value for TYPE can be one of: custom | jmx | smtp
+.RE
+.SS "dsconfig create\-attribute\-syntax"
+.PP
+Creates Attribute Syntaxes
+.PP
+\fB\-\-syntax\-name {name}\fR
+.RS 4
+The name of the new Attribute Syntax
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+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
+.RE
+.SS "dsconfig create\-backend"
+.PP
+Creates Backends
+.PP
+\fB\-\-backend\-name {STRING}\fR
+.RS 4
+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\&.
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+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
+.RE
+.SS "dsconfig create\-certificate\-mapper"
+.PP
+Creates Certificate Mappers
+.PP
+\fB\-\-mapper\-name {name}\fR
+.RS 4
+The name of the new Certificate Mapper
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+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
+.RE
+.SS "dsconfig create\-connection\-handler"
+.PP
+Creates Connection Handlers
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the new Connection Handler
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Connection Handler which should be created\&. The value for TYPE can be one of: custom | jmx | ldap | ldif | snmp
+.RE
+.SS "dsconfig create\-debug\-target"
+.PP
+Creates Debug Targets
+.PP
+\fB\-\-publisher\-name {name}\fR
+.RS 4
+The name of the Debug Log Publisher
+.RE
+.PP
+\fB\-\-target\-name {STRING}\fR
+.RS 4
+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)\&.
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Debug Target which should be created (Default: generic)\&. The value for TYPE can be one of: generic
+.RE
+.SS "dsconfig create\-entry\-cache"
+.PP
+Creates Entry Caches
+.PP
+\fB\-\-cache\-name {name}\fR
+.RS 4
+The name of the new Entry Cache
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Entry Cache which should be created\&. The value for TYPE can be one of: custom | fifo | file\-system | soft\-reference
+.RE
+.SS "dsconfig create\-extended\-operation\-handler"
+.PP
+Creates Extended Operation Handlers
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the new Extended Operation Handler
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+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
+.RE
+.SS "dsconfig create\-extension"
+.PP
+Creates Extensions
+.PP
+\fB\-\-extension\-name {name}\fR
+.RS 4
+The name of the new Extension
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Extension which should be created\&. The value for TYPE can be one of: custom
+.RE
+.SS "dsconfig create\-group\-implementation"
+.PP
+Creates Group Implementations
+.PP
+\fB\-\-implementation\-name {name}\fR
+.RS 4
+The name of the new Group Implementation
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Group Implementation which should be created\&. The value for TYPE can be one of: custom | dynamic | static | virtual\-static
+.RE
+.SS "dsconfig create\-identity\-mapper"
+.PP
+Creates Identity Mappers
+.PP
+\fB\-\-mapper\-name {name}\fR
+.RS 4
+The name of the new Identity Mapper
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Identity Mapper which should be created\&. The value for TYPE can be one of: custom | exact\-match | regular\-expression
+.RE
+.SS "dsconfig create\-key\-manager\-provider"
+.PP
+Creates Key Manager Providers
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the new Key Manager Provider
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Key Manager Provider which should be created\&. The value for TYPE can be one of: custom | file\-based | pkcs11
+.RE
+.SS "dsconfig create\-local\-db\-index"
+.PP
+Creates Local DB Indexes
+.PP
+\fB\-\-backend\-name {name}\fR
+.RS 4
+The name of the Local DB Backend
+.RE
+.PP
+\fB\-\-index\-name {OID}\fR
+.RS 4
+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\&.
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Local DB Index which should be created (Default: generic)\&. The value for TYPE can be one of: generic
+.RE
+.SS "dsconfig create\-local\-db\-vlv\-index"
+.PP
+Creates Local DB VLV Indexes
+.PP
+\fB\-\-backend\-name {name}\fR
+.RS 4
+The name of the Local DB Backend
+.RE
+.PP
+\fB\-\-index\-name {STRING}\fR
+.RS 4
+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\&.
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Local DB VLV Index which should be created (Default: generic)\&. The value for TYPE can be one of: generic
+.RE
+.SS "dsconfig create\-log\-publisher"
+.PP
+Creates Log Publishers
+.PP
+\fB\-\-publisher\-name {name}\fR
+.RS 4
+The name of the new Log Publisher
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+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
+.RE
+.SS "dsconfig create\-log\-retention\-policy"
+.PP
+Creates Log Retention Policies
+.PP
+\fB\-\-policy\-name {name}\fR
+.RS 4
+The name of the new Log Retention Policy
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+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
+.RE
+.SS "dsconfig create\-log\-rotation\-policy"
+.PP
+Creates Log Rotation Policies
+.PP
+\fB\-\-policy\-name {name}\fR
+.RS 4
+The name of the new Log Rotation Policy
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+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
+.RE
+.SS "dsconfig create\-matching\-rule"
+.PP
+Creates Matching Rules
+.PP
+\fB\-\-rule\-name {name}\fR
+.RS 4
+The name of the new Matching Rule
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Matching Rule which should be created (Default: generic)\&. The value for TYPE can be one of: collation | generic
+.RE
+.SS "dsconfig create\-monitor\-provider"
+.PP
+Creates Monitor Providers
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the new Monitor Provider
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+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
+.RE
+.SS "dsconfig create\-network\-group"
+.PP
+Creates Network Groups
+.PP
+\fB\-\-group\-name {name}\fR
+.RS 4
+The name of the new Network Group
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Network Group which should be created (Default: generic)\&. The value for TYPE can be one of: generic
+.RE
+.SS "dsconfig create\-network\-group\-qos\-policy"
+.PP
+Creates QOS Policies
+.PP
+\fB\-\-group\-name {name}\fR
+.RS 4
+The name of the Network Group
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of QOS Policy which should be created\&. The value for TYPE can be one of: request\-filtering | resource\-limits
+.RE
+.SS "dsconfig create\-password\-generator"
+.PP
+Creates Password Generators
+.PP
+\fB\-\-generator\-name {name}\fR
+.RS 4
+The name of the new Password Generator
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Password Generator which should be created\&. The value for TYPE can be one of: custom | random
+.RE
+.SS "dsconfig create\-password\-policy"
+.PP
+Creates Authentication Policies
+.PP
+\fB\-\-policy\-name {name}\fR
+.RS 4
+The name of the new Authentication Policy
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Authentication Policy which should be created\&. The value for TYPE can be one of: ldap\-pass\-through | password\-policy
+.RE
+.SS "dsconfig create\-password\-storage\-scheme"
+.PP
+Creates Password Storage Schemes
+.PP
+\fB\-\-scheme\-name {name}\fR
+.RS 4
+The name of the new Password Storage Scheme
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+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
+.RE
+.SS "dsconfig create\-password\-validator"
+.PP
+Creates Password Validators
+.PP
+\fB\-\-validator\-name {name}\fR
+.RS 4
+The name of the new Password Validator
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+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
+.RE
+.SS "dsconfig create\-plugin"
+.PP
+Creates Plugins
+.PP
+\fB\-\-plugin\-name {name}\fR
+.RS 4
+The name of the new Plugin
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+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 | network\-group | password\-policy\-import | profiler | referential\-integrity | samba\-password | seven\-bit\-clean | unique\-attribute
+.RE
+.SS "dsconfig create\-replication\-domain"
+.PP
+Creates Replication Domains
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Replication Synchronization Provider
+.RE
+.PP
+\fB\-\-domain\-name {name}\fR
+.RS 4
+The name of the new Replication Domain
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Replication Domain which should be created (Default: generic)\&. The value for TYPE can be one of: generic
+.RE
+.SS "dsconfig create\-replication\-server"
+.PP
+Creates Replication Servers
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Replication Synchronization Provider
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Replication Server which should be created (Default: generic)\&. The value for TYPE can be one of: generic
+.RE
+.SS "dsconfig create\-sasl\-mechanism\-handler"
+.PP
+Creates SASL Mechanism Handlers
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the new SASL Mechanism Handler
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+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
+.RE
+.SS "dsconfig create\-synchronization\-provider"
+.PP
+Creates Synchronization Providers
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the new Synchronization Provider
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Synchronization Provider which should be created\&. The value for TYPE can be one of: custom | replication
+.RE
+.SS "dsconfig create\-trust\-manager\-provider"
+.PP
+Creates Trust Manager Providers
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the new Trust Manager Provider
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Trust Manager Provider which should be created\&. The value for TYPE can be one of: blind | custom | file\-based
+.RE
+.SS "dsconfig create\-virtual\-attribute"
+.PP
+Creates Virtual Attributes
+.PP
+\fB\-\-name {name}\fR
+.RS 4
+The name of the new Virtual Attribute
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+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
+.RE
+.SS "dsconfig create\-workflow"
+.PP
+Creates Workflows
+.PP
+\fB\-\-workflow\-name {name}\fR
+.RS 4
+The name of the new Workflow
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Workflow which should be created (Default: generic)\&. The value for TYPE can be one of: generic
+.RE
+.SS "dsconfig create\-workflow\-element"
+.PP
+Creates Workflow Elements
+.PP
+\fB\-\-element\-name {name}\fR
+.RS 4
+The name of the new Workflow Element
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+The type of Workflow Element which should be created (Default: generic)\&. The value for TYPE can be one of: generic | local\-backend
+.RE
+.SS "dsconfig delete\-access\-log\-filtering\-criteria"
+.PP
+Deletes Access Log Filtering Criteria
+.PP
+\fB\-\-publisher\-name {name}\fR
+.RS 4
+The name of the Access Log Publisher
+.RE
+.PP
+\fB\-\-criteria\-name {name}\fR
+.RS 4
+The name of the Access Log Filtering Criteria
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Access Log Filtering Criteria
+.RE
+.SS "dsconfig delete\-account\-status\-notification\-handler"
+.PP
+Deletes Account Status Notification Handlers
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the Account Status Notification Handler
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Account Status Notification Handlers
+.RE
+.SS "dsconfig delete\-alert\-handler"
+.PP
+Deletes Alert Handlers
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the Alert Handler
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Alert Handlers
+.RE
+.SS "dsconfig delete\-attribute\-syntax"
+.PP
+Deletes Attribute Syntaxes
+.PP
+\fB\-\-syntax\-name {name}\fR
+.RS 4
+The name of the Attribute Syntax
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Attribute Syntaxes
+.RE
+.SS "dsconfig delete\-backend"
+.PP
+Deletes Backends
+.PP
+\fB\-\-backend\-name {name}\fR
+.RS 4
+The name of the Backend
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Backends
+.RE
+.SS "dsconfig delete\-certificate\-mapper"
+.PP
+Deletes Certificate Mappers
+.PP
+\fB\-\-mapper\-name {name}\fR
+.RS 4
+The name of the Certificate Mapper
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Certificate Mappers
+.RE
+.SS "dsconfig delete\-connection\-handler"
+.PP
+Deletes Connection Handlers
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the Connection Handler
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Connection Handlers
+.RE
+.SS "dsconfig delete\-debug\-target"
+.PP
+Deletes Debug Targets
+.PP
+\fB\-\-publisher\-name {name}\fR
+.RS 4
+The name of the Debug Log Publisher
+.RE
+.PP
+\fB\-\-target\-name {name}\fR
+.RS 4
+The name of the Debug Target
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Debug Targets
+.RE
+.SS "dsconfig delete\-entry\-cache"
+.PP
+Deletes Entry Caches
+.PP
+\fB\-\-cache\-name {name}\fR
+.RS 4
+The name of the Entry Cache
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Entry Caches
+.RE
+.SS "dsconfig delete\-extended\-operation\-handler"
+.PP
+Deletes Extended Operation Handlers
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the Extended Operation Handler
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Extended Operation Handlers
+.RE
+.SS "dsconfig delete\-extension"
+.PP
+Deletes Extensions
+.PP
+\fB\-\-extension\-name {name}\fR
+.RS 4
+The name of the Extension
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Extensions
+.RE
+.SS "dsconfig delete\-group\-implementation"
+.PP
+Deletes Group Implementations
+.PP
+\fB\-\-implementation\-name {name}\fR
+.RS 4
+The name of the Group Implementation
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Group Implementations
+.RE
+.SS "dsconfig delete\-identity\-mapper"
+.PP
+Deletes Identity Mappers
+.PP
+\fB\-\-mapper\-name {name}\fR
+.RS 4
+The name of the Identity Mapper
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Identity Mappers
+.RE
+.SS "dsconfig delete\-key\-manager\-provider"
+.PP
+Deletes Key Manager Providers
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Key Manager Provider
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Key Manager Providers
+.RE
+.SS "dsconfig delete\-local\-db\-index"
+.PP
+Deletes Local DB Indexes
+.PP
+\fB\-\-backend\-name {name}\fR
+.RS 4
+The name of the Local DB Backend
+.RE
+.PP
+\fB\-\-index\-name {name}\fR
+.RS 4
+The name of the Local DB Index
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Local DB Indexes
+.RE
+.SS "dsconfig delete\-local\-db\-vlv\-index"
+.PP
+Deletes Local DB VLV Indexes
+.PP
+\fB\-\-backend\-name {name}\fR
+.RS 4
+The name of the Local DB Backend
+.RE
+.PP
+\fB\-\-index\-name {name}\fR
+.RS 4
+The name of the Local DB VLV Index
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Local DB VLV Indexes
+.RE
+.SS "dsconfig delete\-log\-publisher"
+.PP
+Deletes Log Publishers
+.PP
+\fB\-\-publisher\-name {name}\fR
+.RS 4
+The name of the Log Publisher
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Log Publishers
+.RE
+.SS "dsconfig delete\-log\-retention\-policy"
+.PP
+Deletes Log Retention Policies
+.PP
+\fB\-\-policy\-name {name}\fR
+.RS 4
+The name of the Log Retention Policy
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Log Retention Policies
+.RE
+.SS "dsconfig delete\-log\-rotation\-policy"
+.PP
+Deletes Log Rotation Policies
+.PP
+\fB\-\-policy\-name {name}\fR
+.RS 4
+The name of the Log Rotation Policy
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Log Rotation Policies
+.RE
+.SS "dsconfig delete\-matching\-rule"
+.PP
+Deletes Matching Rules
+.PP
+\fB\-\-rule\-name {name}\fR
+.RS 4
+The name of the Matching Rule
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Matching Rules
+.RE
+.SS "dsconfig delete\-monitor\-provider"
+.PP
+Deletes Monitor Providers
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Monitor Provider
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Monitor Providers
+.RE
+.SS "dsconfig delete\-network\-group"
+.PP
+Deletes Network Groups
+.PP
+\fB\-\-group\-name {name}\fR
+.RS 4
+The name of the Network Group
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Network Groups
+.RE
+.SS "dsconfig delete\-network\-group\-qos\-policy"
+.PP
+Deletes QOS Policies
+.PP
+\fB\-\-group\-name {name}\fR
+.RS 4
+The name of the Network Group
+.RE
+.PP
+\fB\-\-policy\-type {name}\fR
+.RS 4
+The name of the QOS Policy
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent QOS Policies
+.RE
+.SS "dsconfig delete\-password\-generator"
+.PP
+Deletes Password Generators
+.PP
+\fB\-\-generator\-name {name}\fR
+.RS 4
+The name of the Password Generator
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Password Generators
+.RE
+.SS "dsconfig delete\-password\-policy"
+.PP
+Deletes Authentication Policies
+.PP
+\fB\-\-policy\-name {name}\fR
+.RS 4
+The name of the Authentication Policy
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Authentication Policies
+.RE
+.SS "dsconfig delete\-password\-storage\-scheme"
+.PP
+Deletes Password Storage Schemes
+.PP
+\fB\-\-scheme\-name {name}\fR
+.RS 4
+The name of the Password Storage Scheme
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Password Storage Schemes
+.RE
+.SS "dsconfig delete\-password\-validator"
+.PP
+Deletes Password Validators
+.PP
+\fB\-\-validator\-name {name}\fR
+.RS 4
+The name of the Password Validator
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Password Validators
+.RE
+.SS "dsconfig delete\-plugin"
+.PP
+Deletes Plugins
+.PP
+\fB\-\-plugin\-name {name}\fR
+.RS 4
+The name of the Plugin
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Plugins
+.RE
+.SS "dsconfig delete\-replication\-domain"
+.PP
+Deletes Replication Domains
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Replication Synchronization Provider
+.RE
+.PP
+\fB\-\-domain\-name {name}\fR
+.RS 4
+The name of the Replication Domain
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Replication Domains
+.RE
+.SS "dsconfig delete\-replication\-server"
+.PP
+Deletes Replication Servers
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Replication Synchronization Provider
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Replication Servers
+.RE
+.SS "dsconfig delete\-sasl\-mechanism\-handler"
+.PP
+Deletes SASL Mechanism Handlers
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the SASL Mechanism Handler
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent SASL Mechanism Handlers
+.RE
+.SS "dsconfig delete\-synchronization\-provider"
+.PP
+Deletes Synchronization Providers
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Synchronization Provider
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Synchronization Providers
+.RE
+.SS "dsconfig delete\-trust\-manager\-provider"
+.PP
+Deletes Trust Manager Providers
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Trust Manager Provider
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Trust Manager Providers
+.RE
+.SS "dsconfig delete\-virtual\-attribute"
+.PP
+Deletes Virtual Attributes
+.PP
+\fB\-\-name {name}\fR
+.RS 4
+The name of the Virtual Attribute
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Virtual Attributes
+.RE
+.SS "dsconfig delete\-workflow"
+.PP
+Deletes Workflows
+.PP
+\fB\-\-workflow\-name {name}\fR
+.RS 4
+The name of the Workflow
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Workflows
+.RE
+.SS "dsconfig delete\-workflow\-element"
+.PP
+Deletes Workflow Elements
+.PP
+\fB\-\-element\-name {name}\fR
+.RS 4
+The name of the Workflow Element
+.RE
+.PP
+\fB\-f | \-\-force\fR
+.RS 4
+Ignore non\-existent Workflow Elements
+.RE
+.SS "dsconfig get\-access\-control\-handler\-prop"
+.PP
+Shows Access Control Handler properties
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-access\-log\-filtering\-criteria\-prop"
+.PP
+Shows Access Log Filtering Criteria properties
+.PP
+\fB\-\-publisher\-name {name}\fR
+.RS 4
+The name of the Access Log Publisher
+.RE
+.PP
+\fB\-\-criteria\-name {name}\fR
+.RS 4
+The name of the Access Log Filtering Criteria
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-account\-status\-notification\-handler\-prop"
+.PP
+Shows Account Status Notification Handler properties
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the Account Status Notification Handler
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-administration\-connector\-prop"
+.PP
+Shows Administration Connector properties
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-alert\-handler\-prop"
+.PP
+Shows Alert Handler properties
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the Alert Handler
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-attribute\-syntax\-prop"
+.PP
+Shows Attribute Syntax properties
+.PP
+\fB\-\-syntax\-name {name}\fR
+.RS 4
+The name of the Attribute Syntax
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-backend\-prop"
+.PP
+Shows Backend properties
+.PP
+\fB\-\-backend\-name {name}\fR
+.RS 4
+The name of the Backend
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-certificate\-mapper\-prop"
+.PP
+Shows Certificate Mapper properties
+.PP
+\fB\-\-mapper\-name {name}\fR
+.RS 4
+The name of the Certificate Mapper
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-connection\-handler\-prop"
+.PP
+Shows Connection Handler properties
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the Connection Handler
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-crypto\-manager\-prop"
+.PP
+Shows Crypto Manager properties
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-debug\-target\-prop"
+.PP
+Shows Debug Target properties
+.PP
+\fB\-\-publisher\-name {name}\fR
+.RS 4
+The name of the Debug Log Publisher
+.RE
+.PP
+\fB\-\-target\-name {name}\fR
+.RS 4
+The name of the Debug Target
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-entry\-cache\-prop"
+.PP
+Shows Entry Cache properties
+.PP
+\fB\-\-cache\-name {name}\fR
+.RS 4
+The name of the Entry Cache
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-extended\-operation\-handler\-prop"
+.PP
+Shows Extended Operation Handler properties
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the Extended Operation Handler
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-extension\-prop"
+.PP
+Shows Extension properties
+.PP
+\fB\-\-extension\-name {name}\fR
+.RS 4
+The name of the Extension
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-external\-changelog\-domain\-prop"
+.PP
+Shows External Changelog Domain properties
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Replication Synchronization Provider
+.RE
+.PP
+\fB\-\-domain\-name {name}\fR
+.RS 4
+The name of the Replication Domain
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-global\-configuration\-prop"
+.PP
+Shows Global Configuration properties
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-group\-implementation\-prop"
+.PP
+Shows Group Implementation properties
+.PP
+\fB\-\-implementation\-name {name}\fR
+.RS 4
+The name of the Group Implementation
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-identity\-mapper\-prop"
+.PP
+Shows Identity Mapper properties
+.PP
+\fB\-\-mapper\-name {name}\fR
+.RS 4
+The name of the Identity Mapper
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-key\-manager\-provider\-prop"
+.PP
+Shows Key Manager Provider properties
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Key Manager Provider
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-local\-db\-index\-prop"
+.PP
+Shows Local DB Index properties
+.PP
+\fB\-\-backend\-name {name}\fR
+.RS 4
+The name of the Local DB Backend
+.RE
+.PP
+\fB\-\-index\-name {name}\fR
+.RS 4
+The name of the Local DB Index
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-local\-db\-vlv\-index\-prop"
+.PP
+Shows Local DB VLV Index properties
+.PP
+\fB\-\-backend\-name {name}\fR
+.RS 4
+The name of the Local DB Backend
+.RE
+.PP
+\fB\-\-index\-name {name}\fR
+.RS 4
+The name of the Local DB VLV Index
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-log\-publisher\-prop"
+.PP
+Shows Log Publisher properties
+.PP
+\fB\-\-publisher\-name {name}\fR
+.RS 4
+The name of the Log Publisher
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-log\-retention\-policy\-prop"
+.PP
+Shows Log Retention Policy properties
+.PP
+\fB\-\-policy\-name {name}\fR
+.RS 4
+The name of the Log Retention Policy
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-log\-rotation\-policy\-prop"
+.PP
+Shows Log Rotation Policy properties
+.PP
+\fB\-\-policy\-name {name}\fR
+.RS 4
+The name of the Log Rotation Policy
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-matching\-rule\-prop"
+.PP
+Shows Matching Rule properties
+.PP
+\fB\-\-rule\-name {name}\fR
+.RS 4
+The name of the Matching Rule
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-monitor\-provider\-prop"
+.PP
+Shows Monitor Provider properties
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Monitor Provider
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-network\-group\-prop"
+.PP
+Shows Network Group properties
+.PP
+\fB\-\-group\-name {name}\fR
+.RS 4
+The name of the Network Group
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-network\-group\-qos\-policy\-prop"
+.PP
+Shows QOS Policy properties
+.PP
+\fB\-\-group\-name {name}\fR
+.RS 4
+The name of the Network Group
+.RE
+.PP
+\fB\-\-policy\-type {name}\fR
+.RS 4
+The name of the QOS Policy
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-password\-generator\-prop"
+.PP
+Shows Password Generator properties
+.PP
+\fB\-\-generator\-name {name}\fR
+.RS 4
+The name of the Password Generator
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-password\-policy\-prop"
+.PP
+Shows Authentication Policy properties
+.PP
+\fB\-\-policy\-name {name}\fR
+.RS 4
+The name of the Authentication Policy
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-password\-storage\-scheme\-prop"
+.PP
+Shows Password Storage Scheme properties
+.PP
+\fB\-\-scheme\-name {name}\fR
+.RS 4
+The name of the Password Storage Scheme
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-password\-validator\-prop"
+.PP
+Shows Password Validator properties
+.PP
+\fB\-\-validator\-name {name}\fR
+.RS 4
+The name of the Password Validator
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-plugin\-prop"
+.PP
+Shows Plugin properties
+.PP
+\fB\-\-plugin\-name {name}\fR
+.RS 4
+The name of the Plugin
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-plugin\-root\-prop"
+.PP
+Shows Plugin Root properties
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-replication\-domain\-prop"
+.PP
+Shows Replication Domain properties
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Replication Synchronization Provider
+.RE
+.PP
+\fB\-\-domain\-name {name}\fR
+.RS 4
+The name of the Replication Domain
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-replication\-server\-prop"
+.PP
+Shows Replication Server properties
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Replication Synchronization Provider
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-root\-dn\-prop"
+.PP
+Shows Root DN properties
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-root\-dse\-backend\-prop"
+.PP
+Shows Root DSE Backend properties
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-sasl\-mechanism\-handler\-prop"
+.PP
+Shows SASL Mechanism Handler properties
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the SASL Mechanism Handler
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-synchronization\-provider\-prop"
+.PP
+Shows Synchronization Provider properties
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Synchronization Provider
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-trust\-manager\-provider\-prop"
+.PP
+Shows Trust Manager Provider properties
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Trust Manager Provider
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-virtual\-attribute\-prop"
+.PP
+Shows Virtual Attribute properties
+.PP
+\fB\-\-name {name}\fR
+.RS 4
+The name of the Virtual Attribute
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-work\-queue\-prop"
+.PP
+Shows Work Queue properties
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-workflow\-element\-prop"
+.PP
+Shows Workflow Element properties
+.PP
+\fB\-\-element\-name {name}\fR
+.RS 4
+The name of the Workflow Element
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig get\-workflow\-prop"
+.PP
+Shows Workflow properties
+.PP
+\fB\-\-workflow\-name {name}\fR
+.RS 4
+The name of the Workflow
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-E | \-\-record\fR
+.RS 4
+Modifies the display output to show one property value per line
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-access\-log\-filtering\-criteria"
+.PP
+Lists existing Access Log Filtering Criteria
+.PP
+\fB\-\-publisher\-name {name}\fR
+.RS 4
+The name of the Access Log Publisher
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-account\-status\-notification\-handlers"
+.PP
+Lists existing Account Status Notification Handlers
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-alert\-handlers"
+.PP
+Lists existing Alert Handlers
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-attribute\-syntaxes"
+.PP
+Lists existing Attribute Syntaxes
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-backends"
+.PP
+Lists existing Backends
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-certificate\-mappers"
+.PP
+Lists existing Certificate Mappers
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-connection\-handlers"
+.PP
+Lists existing Connection Handlers
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-debug\-targets"
+.PP
+Lists existing Debug Targets
+.PP
+\fB\-\-publisher\-name {name}\fR
+.RS 4
+The name of the Debug Log Publisher
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-entry\-caches"
+.PP
+Lists existing Entry Caches
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-extended\-operation\-handlers"
+.PP
+Lists existing Extended Operation Handlers
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-extensions"
+.PP
+Lists existing Extensions
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-group\-implementations"
+.PP
+Lists existing Group Implementations
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-identity\-mappers"
+.PP
+Lists existing Identity Mappers
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-key\-manager\-providers"
+.PP
+Lists existing Key Manager Providers
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-local\-db\-indexes"
+.PP
+Lists existing Local DB Indexes
+.PP
+\fB\-\-backend\-name {name}\fR
+.RS 4
+The name of the Local DB Backend
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-local\-db\-vlv\-indexes"
+.PP
+Lists existing Local DB VLV Indexes
+.PP
+\fB\-\-backend\-name {name}\fR
+.RS 4
+The name of the Local DB Backend
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-log\-publishers"
+.PP
+Lists existing Log Publishers
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-log\-retention\-policies"
+.PP
+Lists existing Log Retention Policies
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-log\-rotation\-policies"
+.PP
+Lists existing Log Rotation Policies
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-matching\-rules"
+.PP
+Lists existing Matching Rules
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-monitor\-providers"
+.PP
+Lists existing Monitor Providers
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-network\-group\-qos\-policies"
+.PP
+Lists existing Network Group QOS Policies
+.PP
+\fB\-\-group\-name {name}\fR
+.RS 4
+The name of the Network Group
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-network\-groups"
+.PP
+Lists existing Network Groups
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-password\-generators"
+.PP
+Lists existing Password Generators
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-password\-policies"
+.PP
+Lists existing Password Policies
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-password\-storage\-schemes"
+.PP
+Lists existing Password Storage Schemes
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-password\-validators"
+.PP
+Lists existing Password Validators
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-plugins"
+.PP
+Lists existing Plugins
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-properties"
+.PP
+Describes managed objects and their properties
+.PP
+\fB\-c | \-\-category {category}\fR
+.RS 4
+The category of components whose properties should be described
+.RE
+.PP
+\fB\-t | \-\-type {type}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-inherited\fR
+.RS 4
+Modifies the display output to show the inherited properties of components
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.SS "dsconfig list\-replication\-domains"
+.PP
+Lists existing Replication Domains
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Replication Synchronization Provider
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-replication\-server"
+.PP
+Lists existing Replication Server
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Replication Synchronization Provider
+.RE
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-sasl\-mechanism\-handlers"
+.PP
+Lists existing SASL Mechanism Handlers
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-synchronization\-providers"
+.PP
+Lists existing Synchronization Providers
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-trust\-manager\-providers"
+.PP
+Lists existing Trust Manager Providers
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-virtual\-attributes"
+.PP
+Lists existing Virtual Attributes
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-workflow\-elements"
+.PP
+Lists existing Workflow Elements
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig list\-workflows"
+.PP
+Lists existing Workflows
+.PP
+\fB\-\-property {property}\fR
+.RS 4
+The name of a property to be displayed
+.RE
+.PP
+\fB\-z | \-\-unit\-size {unit}\fR
+.RS 4
+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)
+.RE
+.PP
+\fB\-m | \-\-unit\-time {unit}\fR
+.RS 4
+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)
+.RE
+.SS "dsconfig set\-access\-control\-handler\-prop"
+.PP
+Modifies Access Control Handler properties
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-access\-log\-filtering\-criteria\-prop"
+.PP
+Modifies Access Log Filtering Criteria properties
+.PP
+\fB\-\-publisher\-name {name}\fR
+.RS 4
+The name of the Access Log Publisher
+.RE
+.PP
+\fB\-\-criteria\-name {name}\fR
+.RS 4
+The name of the Access Log Filtering Criteria
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-account\-status\-notification\-handler\-prop"
+.PP
+Modifies Account Status Notification Handler properties
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the Account Status Notification Handler
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-administration\-connector\-prop"
+.PP
+Modifies Administration Connector properties
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-alert\-handler\-prop"
+.PP
+Modifies Alert Handler properties
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the Alert Handler
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-attribute\-syntax\-prop"
+.PP
+Modifies Attribute Syntax properties
+.PP
+\fB\-\-syntax\-name {name}\fR
+.RS 4
+The name of the Attribute Syntax
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-backend\-prop"
+.PP
+Modifies Backend properties
+.PP
+\fB\-\-backend\-name {name}\fR
+.RS 4
+The name of the Backend
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-certificate\-mapper\-prop"
+.PP
+Modifies Certificate Mapper properties
+.PP
+\fB\-\-mapper\-name {name}\fR
+.RS 4
+The name of the Certificate Mapper
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-connection\-handler\-prop"
+.PP
+Modifies Connection Handler properties
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the Connection Handler
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-crypto\-manager\-prop"
+.PP
+Modifies Crypto Manager properties
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-debug\-target\-prop"
+.PP
+Modifies Debug Target properties
+.PP
+\fB\-\-publisher\-name {name}\fR
+.RS 4
+The name of the Debug Log Publisher
+.RE
+.PP
+\fB\-\-target\-name {name}\fR
+.RS 4
+The name of the Debug Target
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-entry\-cache\-prop"
+.PP
+Modifies Entry Cache properties
+.PP
+\fB\-\-cache\-name {name}\fR
+.RS 4
+The name of the Entry Cache
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-extended\-operation\-handler\-prop"
+.PP
+Modifies Extended Operation Handler properties
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the Extended Operation Handler
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-extension\-prop"
+.PP
+Modifies Extension properties
+.PP
+\fB\-\-extension\-name {name}\fR
+.RS 4
+The name of the Extension
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-external\-changelog\-domain\-prop"
+.PP
+Modifies External Changelog Domain properties
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Replication Synchronization Provider
+.RE
+.PP
+\fB\-\-domain\-name {name}\fR
+.RS 4
+The name of the Replication Domain
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-global\-configuration\-prop"
+.PP
+Modifies Global Configuration properties
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-group\-implementation\-prop"
+.PP
+Modifies Group Implementation properties
+.PP
+\fB\-\-implementation\-name {name}\fR
+.RS 4
+The name of the Group Implementation
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-identity\-mapper\-prop"
+.PP
+Modifies Identity Mapper properties
+.PP
+\fB\-\-mapper\-name {name}\fR
+.RS 4
+The name of the Identity Mapper
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-key\-manager\-provider\-prop"
+.PP
+Modifies Key Manager Provider properties
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Key Manager Provider
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-local\-db\-index\-prop"
+.PP
+Modifies Local DB Index properties
+.PP
+\fB\-\-backend\-name {name}\fR
+.RS 4
+The name of the Local DB Backend
+.RE
+.PP
+\fB\-\-index\-name {name}\fR
+.RS 4
+The name of the Local DB Index
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-local\-db\-vlv\-index\-prop"
+.PP
+Modifies Local DB VLV Index properties
+.PP
+\fB\-\-backend\-name {name}\fR
+.RS 4
+The name of the Local DB Backend
+.RE
+.PP
+\fB\-\-index\-name {name}\fR
+.RS 4
+The name of the Local DB VLV Index
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-log\-publisher\-prop"
+.PP
+Modifies Log Publisher properties
+.PP
+\fB\-\-publisher\-name {name}\fR
+.RS 4
+The name of the Log Publisher
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-log\-retention\-policy\-prop"
+.PP
+Modifies Log Retention Policy properties
+.PP
+\fB\-\-policy\-name {name}\fR
+.RS 4
+The name of the Log Retention Policy
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-log\-rotation\-policy\-prop"
+.PP
+Modifies Log Rotation Policy properties
+.PP
+\fB\-\-policy\-name {name}\fR
+.RS 4
+The name of the Log Rotation Policy
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-matching\-rule\-prop"
+.PP
+Modifies Matching Rule properties
+.PP
+\fB\-\-rule\-name {name}\fR
+.RS 4
+The name of the Matching Rule
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-monitor\-provider\-prop"
+.PP
+Modifies Monitor Provider properties
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Monitor Provider
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-network\-group\-prop"
+.PP
+Modifies Network Group properties
+.PP
+\fB\-\-group\-name {name}\fR
+.RS 4
+The name of the Network Group
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-network\-group\-qos\-policy\-prop"
+.PP
+Modifies QOS Policy properties
+.PP
+\fB\-\-group\-name {name}\fR
+.RS 4
+The name of the Network Group
+.RE
+.PP
+\fB\-\-policy\-type {name}\fR
+.RS 4
+The name of the QOS Policy
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-password\-generator\-prop"
+.PP
+Modifies Password Generator properties
+.PP
+\fB\-\-generator\-name {name}\fR
+.RS 4
+The name of the Password Generator
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-password\-policy\-prop"
+.PP
+Modifies Authentication Policy properties
+.PP
+\fB\-\-policy\-name {name}\fR
+.RS 4
+The name of the Authentication Policy
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-password\-storage\-scheme\-prop"
+.PP
+Modifies Password Storage Scheme properties
+.PP
+\fB\-\-scheme\-name {name}\fR
+.RS 4
+The name of the Password Storage Scheme
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-password\-validator\-prop"
+.PP
+Modifies Password Validator properties
+.PP
+\fB\-\-validator\-name {name}\fR
+.RS 4
+The name of the Password Validator
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-plugin\-prop"
+.PP
+Modifies Plugin properties
+.PP
+\fB\-\-plugin\-name {name}\fR
+.RS 4
+The name of the Plugin
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-plugin\-root\-prop"
+.PP
+Modifies Plugin Root properties
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-replication\-domain\-prop"
+.PP
+Modifies Replication Domain properties
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Replication Synchronization Provider
+.RE
+.PP
+\fB\-\-domain\-name {name}\fR
+.RS 4
+The name of the Replication Domain
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-replication\-server\-prop"
+.PP
+Modifies Replication Server properties
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Replication Synchronization Provider
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-root\-dn\-prop"
+.PP
+Modifies Root DN properties
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-root\-dse\-backend\-prop"
+.PP
+Modifies Root DSE Backend properties
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-sasl\-mechanism\-handler\-prop"
+.PP
+Modifies SASL Mechanism Handler properties
+.PP
+\fB\-\-handler\-name {name}\fR
+.RS 4
+The name of the SASL Mechanism Handler
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-synchronization\-provider\-prop"
+.PP
+Modifies Synchronization Provider properties
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Synchronization Provider
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-trust\-manager\-provider\-prop"
+.PP
+Modifies Trust Manager Provider properties
+.PP
+\fB\-\-provider\-name {name}\fR
+.RS 4
+The name of the Trust Manager Provider
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-virtual\-attribute\-prop"
+.PP
+Modifies Virtual Attribute properties
+.PP
+\fB\-\-name {name}\fR
+.RS 4
+The name of the Virtual Attribute
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-work\-queue\-prop"
+.PP
+Modifies Work Queue properties
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-workflow\-element\-prop"
+.PP
+Modifies Workflow Element properties
+.PP
+\fB\-\-element\-name {name}\fR
+.RS 4
+The name of the Workflow Element
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
+.SS "dsconfig set\-workflow\-prop"
+.PP
+Modifies Workflow properties
+.PP
+\fB\-\-workflow\-name {name}\fR
+.RS 4
+The name of the Workflow
+.RE
+.PP
+\fB\-\-set {PROP:VALUE}\fR
+.RS 4
+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
+.RE
+.PP
+\fB\-\-reset {property}\fR
+.RS 4
+Resets a property back to its default values where PROP is the name of the property to be reset
+.RE
+.PP
+\fB\-\-add {PROP:VALUE}\fR
+.RS 4
+Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
+.RE
+.PP
+\fB\-\-remove {PROP:VALUE}\fR
+.RS 4
+Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
+.RE
.SH "EXIT CODES"
.PP
0
diff --git a/opendj-sdk/opends/src/server/org/opends/server/util/args/SubCommandArgumentParser.java b/opendj-sdk/opends/src/server/org/opends/server/util/args/SubCommandArgumentParser.java
index 244ec0c..bdb5926 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/util/args/SubCommandArgumentParser.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/util/args/SubCommandArgumentParser.java
@@ -41,6 +41,7 @@
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedList;
+import java.util.Locale;
import java.util.Map;
import java.util.Properties;
import java.util.SortedMap;
@@ -69,47 +70,47 @@
// The arguments that will be used to trigger the display of usage
// information for groups of sub-commands.
- private Map<Argument, Collection<SubCommand>> usageGroupArguments;
+ private final Map<Argument, Collection<SubCommand>> usageGroupArguments;
// The set of unnamed trailing arguments that were provided for this parser.
private ArrayList<String> trailingArguments;
// Indicates whether subcommand and long argument names should be treated in a
// case-sensitive manner.
- private boolean longArgumentsCaseSensitive;
+ private final boolean longArgumentsCaseSensitive;
// Indicates whether the usage information has been displayed.
private boolean usageOrVersionDisplayed;
// The set of global arguments defined for this parser, referenced by short
// ID.
- private HashMap<Character,Argument> globalShortIDMap;
+ private final HashMap<Character,Argument> globalShortIDMap;
// The set of global arguments defined for this parser, referenced by
// argument name.
- private HashMap<String,Argument> globalArgumentMap;
+ private final HashMap<String,Argument> globalArgumentMap;
// The set of global arguments defined for this parser, referenced by long
// ID.
- private HashMap<String,Argument> globalLongIDMap;
+ private final HashMap<String,Argument> globalLongIDMap;
// The set of subcommands defined for this parser, referenced by subcommand
// name.
- private SortedMap<String,SubCommand> subCommands;
+ private final SortedMap<String,SubCommand> subCommands;
// The total set of global arguments defined for this parser.
- private LinkedList<Argument> globalArgumentList;
+ private final LinkedList<Argument> globalArgumentList;
// The output stream to which usage information should be printed.
private OutputStream usageOutputStream;
// The fully-qualified name of the Java class that should be invoked to launch
// the program with which this argument parser is associated.
- private String mainClassName;
+ private final String mainClassName;
// A human-readable description for the tool, which will be included when
// displaying usage information.
- private Message toolDescription;
+ private final Message toolDescription;
// The raw set of command-line arguments that were provided.
private String[] rawArguments;
@@ -171,6 +172,7 @@
* to launch the program with which this argument parser is
* associated.
*/
+ @Override
public String getMainClassName()
{
return mainClassName;
@@ -185,6 +187,7 @@
* @return A human-readable description for this tool, or {@code null} if
* none is available.
*/
+ @Override
public Message getToolDescription()
{
return toolDescription;
@@ -410,6 +413,7 @@
* @return The raw set of arguments that were provided, or <CODE>null</CODE>
* if the argument list has not yet been parsed.
*/
+ @Override
public String[] getRawArguments()
{
return rawArguments;
@@ -602,6 +606,7 @@
* The output stream to which the usage information should
* be written.
*/
+ @Override
public void setUsageArgument(Argument argument, OutputStream outputStream) {
usageArgument = argument;
usageOutputStream = outputStream;
@@ -650,6 +655,7 @@
* @throws ArgumentException If a problem was encountered while parsing the
* provided arguments.
*/
+ @Override
public void parseArguments(String[] rawArguments)
throws ArgumentException
{
@@ -675,6 +681,7 @@
* provided arguments or interacting with the
* properties file.
*/
+ @Override
public void parseArguments(String[] rawArguments, String propertiesFile,
boolean requirePropertiesFile)
throws ArgumentException
@@ -719,6 +726,7 @@
* @throws ArgumentException If a problem was encountered while parsing the
* provided arguments.
*/
+ @Override
public void parseArguments(String[] rawArguments,
Properties argumentProperties)
throws ArgumentException
@@ -1578,12 +1586,18 @@
* @return A string containing usage information based on the defined
* arguments.
*/
+ @Override
public String getUsage()
{
MessageBuilder buffer = new MessageBuilder();
if (subCommand == null) {
- if (usageGroupArguments.size() > 1) {
+ if (System.getProperty("org.forgerock.opendj.gendoc") != null) {
+ // Generate reference documentation for dsconfig subcommands
+ for (SubCommand s : subCommands.values()) {
+ buffer.append(toRefSect2(s));
+ }
+ } else if (usageGroupArguments.size() > 1) {
// We have sub-command groups, so don't display any
// sub-commands by default.
getFullUsage(Collections.<SubCommand> emptySet(), true, buffer);
@@ -1629,6 +1643,7 @@
* @return The set of unnamed trailing arguments that were provided
* on the command line.
*/
+ @Override
public ArrayList<String> getTrailingArguments()
{
return trailingArguments;
@@ -1644,6 +1659,7 @@
* @return {@code true} if the usage information has been displayed, or
* {@code false} if not.
*/
+ @Override
public boolean usageOrVersionDisplayed()
{
return usageOrVersionDisplayed;
@@ -1692,6 +1708,7 @@
/**
* {@inheritDoc}
*/
+ @Override
public void getUsage(OutputStream outputStream)
throws IOException {
outputStream.write(getUsage().getBytes());
@@ -1971,6 +1988,7 @@
* @return <CODE>true</CODE> if the usage argument was provided and
* <CODE>false</CODE> otherwise.
*/
+ @Override
public boolean isUsageArgumentPresent()
{
boolean isUsageArgumentPresent = false;
@@ -1987,6 +2005,7 @@
* @return <CODE>true</CODE> if the version argument was provided and
* <CODE>false</CODE> otherwise.
*/
+ @Override
public boolean isVersionArgumentPresent()
{
boolean isPresent;
@@ -2000,5 +2019,93 @@
}
return isPresent;
}
+
+ /**
+ * Generate reference documentation for dsconfig subcommands in DocBook 5 XML
+ * format. As the number of categories is large, the subcommand entries are
+ * sorted here by name for inclusion in a <refsect1> covering all
+ * dsconfig Subcommands as part of the <refentry> for dsconfig (in
+ * man-dsconfig.xml).
+ * <p>
+ * Although it would be possible to categorize subcommands in the same way as
+ * they are categorized in dsconfig interactive mode, this generator does not
+ * use the categories.
+ * <p>
+ * It would also be possible to generate the sort of information provided by
+ * the configuration reference, such that this reference would not stop at
+ * simply listing an option like --set {PROP:VAL}, but instead would also
+ * provide the list of PROPs and their possible VALs. A future improvement
+ * could no doubt merge the configuration reference with this content, though
+ * perhaps the problem calls for hypertext rather than the linear structure
+ * of a <refentry>.
+ * <p>
+ * Each individual subcommand results in a <refsect2> element similar
+ * to the following.
+ * <pre>
+ <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>
+ </variablelist>
+ </refsect2>
+ * @param sc The SubCommand containing reference information.
+ * @return Refsect2 representation of the subcommand.
+ */
+ private String toRefSect2(SubCommand sc)
+ {
+ String options = "";
+ if (!sc.getArguments().isEmpty())
+ {
+ options += " <variablelist>" + EOL;
+ for (Argument a : sc.getArguments())
+ {
+ options += " <varlistentry>" + EOL;
+ options += " <term><option>";
+ Character shortID = a.getShortIdentifier();
+ if (shortID != null) options += "-" + shortID.charValue();
+ String longID = a.getLongIdentifier();
+ if (shortID != null && longID != null) options += " | ";
+ if (longID != null) options += "--" + longID;
+ if (a.needsValue()) options += " " + a.getValuePlaceholder();
+ options += "</option></term>" + EOL;
+ options += " <listitem>" + EOL;
+ options += " <para>";
+ options += a.getDescription().toString();
+ options += "</para>" + EOL;
+ options += " </listitem>" + EOL;
+ options += " </varlistentry>" + EOL;
+ }
+ options += " </variablelist>" + EOL;
+ }
+
+ return "<refsect2 xml:id=\"dsconfig-" + sc.getName() + "\">" + EOL +
+ " <title>dsconfig " + sc.getName() + "</title>" + EOL +
+ " <para>" + sc.getDescription().toString() + "</para>" + EOL +
+ options +
+ "</refsect2>" + EOL;
+ }
}
--
Gitblit v1.10.0