man-dsconfig.xml revision 429cb4af0dd170c44fe076f66fb43338d1820073
<?xml version="1.0" encoding="UTF-8"?>
<!--
! CCPL HEADER START
!
! This work is licensed under the Creative Commons
! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
! To view a copy of this license, visit
! http://creativecommons.org/licenses/by-nc-nd/3.0/
! or send a letter to Creative Commons, 444 Castro Street,
! Suite 900, Mountain View, California, 94041, USA.
!
! You can also obtain a copy of the license at
! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
! See the License for the specific language governing permissions
! and limitations under the License.
!
! If applicable, add the following below this CCPL HEADER, with the fields
! enclosed by brackets "[]" replaced with your own identifying information:
! Portions Copyright [yyyy] [name of copyright owner]
!
! CCPL HEADER END
!
! Copyright 2011-2013 ForgeRock AS
!
-->
<refentry xml:id='dsconfig-1'
xmlns='http://docbook.org/ns/docbook'
version='5.0' xml:lang='en'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
xmlns:xlink='http://www.w3.org/1999/xlink'
xmlns:xinclude='http://www.w3.org/2001/XInclude'>
<info><copyright><year>2011-2013</year><holder>ForgeRock AS</holder></copyright></info>
<refmeta>
<refentrytitle>dsconfig</refentrytitle><manvolnum>1</manvolnum>
<refmiscinfo class="software">OpenDJ</refmiscinfo>
<refmiscinfo class="version"><?eval ${docTargetVersion}?></refmiscinfo>
</refmeta>
<refnamediv>
<refname>dsconfig</refname>
<refpurpose>manage OpenDJ directory server configuration</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>dsconfig [<replaceable>subcommand</replaceable>]</command>
<arg choice="opt">options</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>Description</title>
<para>This utility serves to configure a running directory server.</para>
<para>The <command>dsconfig</command> command is the primary command-line tool
for viewing and editing OpenDJ configuration. When started without arguments,
<command>dsconfig</command> prompts you for administration connection
information, including the host name, administration port number,
administrator bind DN and administrator password. The
<command>dsconfig</command> command then connects securely to the directory
server over the administration port. Once connected it presents you with a
menu-driven interface to the server configuration.</para>
<para>When you pass connection information, subcommands, and additional
options to <command>dsconfig</command>, the command runs in script mode and
so is not interactive, though it can prompt you to ask whether to apply
changes and whether to trust certificates (unless you use the
<option>--no-prompt</option> and <option>--trustAll</option> options,
respectively).</para>
<para>You can prepare <command>dsconfig</command> batch scripts by running
the tool with the <option>--commandFilePath</option> option in interactive
mode, then reading from the batch file with the <option>--batchFile</option>
option in script mode. Batch files can be useful when you have many
<command>dsconfig</command> commands to run and want to avoid starting
the JVM and setting up a new connection for each command.</para>
<para>The <command>dsconfig</command> command categorizes directory server
configuration into <firstterm>components</firstterm>, also called
<firstterm>managed objects</firstterm>. Actual components often inherit from
a parent component type. For example, one component is a Connection Handler.
An LDAP Connection Handler is a type of Connection Handler. You configure the
LDAP Connection Handler component to specify how OpenDJ directory server
handles LDAP connections coming from client applications.</para>
<para>Configuration components have <firstterm>properties</firstterm>.
For example, the LDAP Connection Handler component has properties such as
<literal>listen-port</literal> and <literal>allow-start-tls</literal>. You
can set the component's <literal>listen-port</literal> property to
<literal>389</literal> to use the default LDAP port number. You can set the
component's <literal>allow-start-tls</literal> property to
<literal>true</literal> to permit LDAP client applications to use StartTLS.
Much of the configuration you do with <command>dsconfig</command> involves
setting component properties. The <link xlink:show="new"
xlink:href="${configRefBase}"
><citetitle>OpenDJ Configuration Reference</citetitle></link> covers all
<command>dsconfig</command> component properties in detail, drawing on the
documentation you also view when getting help through the
<command>dsconfig</command> command.</para>
</refsect1>
<refsect1 xml:id="dsconfig-getting-help">
<title>Getting Help</title>
<para>The <command>dsconfig</command> command provides many subcommands.
Use the following options to view help for subcommands.</para>
<para>See <link linkend="dsconfig-subcommands-ref"><citetitle>dsconfig
Subcommands</citetitle></link> for details of individual subcommands.</para>
<variablelist>
<varlistentry>
<term><command>dsconfig --help-all</command></term>
<listitem>
<para>Display all subcommands</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>dsconfig --help-core-server</command></term>
<listitem>
<para>Display subcommands relating to core server</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>dsconfig --help-database</command></term>
<listitem>
<para>Display subcommands relating to caching and back-ends</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>dsconfig --help-logging</command></term>
<listitem>
<para>Display subcommands relating to logging</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>dsconfig --help-replication</command></term>
<listitem>
<para>Display subcommands relating to replication</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>dsconfig --help-security</command></term>
<listitem>
<para>Display subcommands relating to authentication and authorization</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>dsconfig --help-user-management</command></term>
<listitem>
<para>Display subcommands relating to user management</para>
</listitem>
</varlistentry>
</variablelist>
<para>For help with individual subcommands, either use <command>dsconfig
<replaceable>subcommand</replaceable> --help</command>, or start
<command>dsconfig</command> in interactive mode, without specifying a
subcommand.</para>
<para>To view component properties, use the <command>dsconfig
list-properties</command> command.</para>
</refsect1>
<refsect1 xml:id="dsconfig-general-options">
<title>Generally Applicable Options</title>
<para>The following options are supported for all <command>dsconfig</command>
subcommands.</para>
<variablelist>
<varlistentry>
<term><option>--advanced</option></term>
<listitem>
<para>Allows the configuration of advanced components and properties</para>
</listitem>
</varlistentry>
</variablelist>
<refsect2>
<title>LDAP Connection Options</title>
<variablelist>
<varlistentry>
<term><option>--connectTimeout {timeout}</option></term>
<listitem>
<para>Maximum length of time (in milliseconds) that can be taken to
establish a connection. Use '0' to specify no time out.</para>
<para>Default value: 30000</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-h, --hostname {host}</option></term>
<listitem>
<para>Directory server hostname or IP address</para>
<para>Default value: localhost.localdomain</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-I, --adminUID {adminUID}</option></term>
<listitem>
<para>User ID of the global administrator to use to bind to the server.
For the <command>enable</command> subcommand, if no global administrator
was defined previously for any servers, the global administrator will be
created using the UID provided.</para>
<para>Default value: admin</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-j, --adminPasswordFile {bindPasswordFile}</option></term>
<listitem>
<para>Global administrator password file</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-K, --keyStorePath {keyStorePath}</option></term>
<listitem>
<para> Certificate key store path</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-N, --certNickname {nickname}</option></term>
<listitem>
<para>Nickname of certificate for SSL client authentication</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-o, --saslOption {name=value}</option></term>
<listitem>
<para>SASL bind options</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-p, --port {port}</option></term>
<listitem>
<para>Directory server administration port number</para>
<para>Default value: 4444</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-P, --trustStorePath {trustStorePath}</option></term>
<listitem>
<para>Certificate trust store path</para>
<para>Default value: /path/to/opendj/config/admin-truststore</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-T, --trustStorePassword {trustStorePassword}</option></term>
<listitem>
<para>Certificate trust store PIN</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-u, --keyStorePasswordFile {keyStorePasswordFile}</option></term>
<listitem>
<para>Certificate key store PIN file</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-U, --trustStorePasswordFile {path}</option></term>
<listitem>
<para>Certificate trust store PIN file</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-w, --adminPassword {bindPassword}</option></term>
<listitem>
<para>Password for the global administrator</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-W, --keyStorePassword {keyStorePassword}</option></term>
<listitem>
<para>Certificate key store PIN</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-X, --trustAll</option></term>
<listitem>
<para>Trust all server SSL certificates</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2>
<title>Utility Input/Output Options</title>
<variablelist>
<varlistentry>
<term><option>--commandFilePath {path}</option></term>
<listitem>
<para>The full path to the file where the equivalent non-interactive
commands will be written when this command is run in interactive
mode.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--displayCommand</option></term>
<listitem>
<para>Display the equivalent non-interactive option on standard output
when this command is run in interactive mode.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-F, --batchFilePath {batchFilePath}</option></term>
<listitem>
<para>Path to a batch file containing a set of dsconfig commands to be
executed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-n, --no-prompt</option></term>
<listitem>
<para>Use non-interactive mode. If data in the command is missing, the
user is not prompted and the command exits with an error.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--noPropertiesFile</option></term>
<listitem>
<para>No properties file will be used to get default command line
argument values</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--propertiesFilePath {propertiesFilePath}</option></term>
<listitem>
<para>Path to the file containing default property values used for
command line arguments</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-Q, --quiet</option></term>
<listitem>
<para>Do not write progress information to standard output</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-s, --script-friendly</option></term>
<listitem>
<para>Use script-friendly mode</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-v, --verbose</option></term>
<listitem>
<para>Use verbose mode</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2>
<title>General Options</title>
<variablelist>
<varlistentry>
<term><option>--version</option></term>
<listitem>
<para>Display version information</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-?, -H, --help</option></term>
<listitem>
<para>Display usage information</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
</refsect1>
<refsect1 xml:id="dsconfig-subcommands-ref">
<title>dsconfig Subcommands</title>
<para>This section covers individual <command>dsconfig</command>
subcommands.</para>
<para>Subcommands let you create, list, and delete entire configuration
components, and also let you get and set component properties. Subcommands
therefore have names that reflect these five actions.</para>
<itemizedlist>
<listitem><para>create-<replaceable>component</replaceable></para></listitem>
<listitem><para>list-<replaceable>component</replaceable>s</para></listitem>
<listitem><para>delete-<replaceable>component</replaceable></para></listitem>
<listitem><para>get-<replaceable>component</replaceable>-prop</para></listitem>
<listitem><para>set-<replaceable>component</replaceable>-prop</para></listitem>
</itemizedlist>
<para>Component properties for the <command>dsconfig</command> command are
covered in the <link xlink:show="new" xlink:href="${configRefBase}"
><citetitle>OpenDJ Configuration Reference</citetitle></link>.</para>
<para>Many subcommands let you set property values. Notice in the reference
for the subcommands below that specific options are available for handling
multi-valued properties. Whereas you can assign a single property value using
the <option>--set</option> option, you assign multiple values to a
multi-valued property using the <option>--add</option> option. You can reset
the values of the multi-valued property using the <option>--reset</option>
option.</para>
<itemizedlist>
<para>Some property values take a time duration. Durations are expressed
as numbers followed by units. For example <literal>1 s</literal> means
one second, and <literal>2 w</literal> means two weeks. Some durations
have minimum granularity or maximum units, so you cannot necessary specify
every duration in milliseconds or weeks for example. Some durations allow
you to use a special value to mean unlimited. Units are specified as
follows.</para>
<listitem><para><literal>ms</literal>: milliseconds</para></listitem>
<listitem><para><literal>s</literal>: seconds</para></listitem>
<listitem><para><literal>m</literal>: minutes</para></listitem>
<listitem><para><literal>h</literal>: hours</para></listitem>
<listitem><para><literal>d</literal>: days</para></listitem>
<listitem><para><literal>w</literal>: weeks</para></listitem>
</itemizedlist>
<!-- Pending https://bugster.forgerock.org/jira/browse/OPENDJ-386
Automate generation of the following list of subcommands.
Currently, there's a secret setting in dsconfig to produce the content.
$ export OPENDJ_JAVA_ARGS="-Dorg.forgerock.opendj.gendoc=true"
$ /path/to/opendj/bin/dsconfig -?
-->
<refsect2 xml:id="dsconfig-create-access-log-filtering-criteria">
<title>dsconfig create-access-log-filtering-criteria</title>
<para>Creates Access Log Filtering Criteria</para>
<variablelist>
<varlistentry>
<term><option>--publisher-name {name}</option></term>
<listitem>
<para>The name of the Access Log Publisher</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--criteria-name {name}</option></term>
<listitem>
<para>The name of the new Access Log Filtering Criteria</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Access Log Filtering Criteria which should be created (Default: generic). The value for TYPE can be one of: generic</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-account-status-notification-handler">
<title>dsconfig create-account-status-notification-handler</title>
<para>Creates Account Status Notification Handlers</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the new Account Status Notification Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Account Status Notification Handler which should be created. The value for TYPE can be one of: custom | error-log | smtp</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-alert-handler">
<title>dsconfig create-alert-handler</title>
<para>Creates Alert Handlers</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the new Alert Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Alert Handler which should be created. The value for TYPE can be one of: custom | jmx | smtp</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-attribute-syntax">
<title>dsconfig create-attribute-syntax</title>
<para>Creates Attribute Syntaxes</para>
<variablelist>
<varlistentry>
<term><option>--syntax-name {name}</option></term>
<listitem>
<para>The name of the new Attribute Syntax</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Attribute Syntax which should be created (Default: generic). The value for TYPE can be one of: attribute-type-description | certificate | country-string | directory-string | generic | jpeg | telephone-number</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-backend">
<title>dsconfig create-backend</title>
<para>Creates Backends</para>
<variablelist>
<varlistentry>
<term><option>--backend-name {STRING}</option></term>
<listitem>
<para>The name of the new Backend which will also be used as the value of the "backend-id" property: Specifies a name to identify the associated backend.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Backend which should be created. The value for TYPE can be one of: backup | config-file-handler | custom | ldif | local-db | memory | monitor | null | schema | task | trust-store</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-certificate-mapper">
<title>dsconfig create-certificate-mapper</title>
<para>Creates Certificate Mappers</para>
<variablelist>
<varlistentry>
<term><option>--mapper-name {name}</option></term>
<listitem>
<para>The name of the new Certificate Mapper</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Certificate Mapper which should be created. The value for TYPE can be one of: custom | fingerprint | subject-attribute-to-user-attribute | subject-dn-to-user-attribute | subject-equals-dn</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-connection-handler">
<title>dsconfig create-connection-handler</title>
<para>Creates Connection Handlers</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the new Connection Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Connection Handler which should be created. The value for TYPE can be one of: custom | http | jmx | ldap | ldif | snmp</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-debug-target">
<title>dsconfig create-debug-target</title>
<para>Creates Debug Targets</para>
<variablelist>
<varlistentry>
<term><option>--publisher-name {name}</option></term>
<listitem>
<para>The name of the Debug Log Publisher</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--target-name {STRING}</option></term>
<listitem>
<para>The name of the new Debug Target which will also be used as the value of the "debug-scope" property: Specifies the fully-qualified OpenDJ Java package, class, or method affected by the settings in this target definition. Use the number character (#) to separate the class name and the method name (that is, org.opends.server.core.DirectoryServer#startUp).</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Debug Target which should be created (Default: generic). The value for TYPE can be one of: generic</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-entry-cache">
<title>dsconfig create-entry-cache</title>
<para>Creates Entry Caches</para>
<variablelist>
<varlistentry>
<term><option>--cache-name {name}</option></term>
<listitem>
<para>The name of the new Entry Cache</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Entry Cache which should be created. The value for TYPE can be one of: custom | fifo | file-system | soft-reference</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-extended-operation-handler">
<title>dsconfig create-extended-operation-handler</title>
<para>Creates Extended Operation Handlers</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the new Extended Operation Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Extended Operation Handler which should be created. The value for TYPE can be one of: cancel | custom | get-connection-id | get-symmetric-key | password-modify | password-policy-state | start-tls | who-am-i</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-group-implementation">
<title>dsconfig create-group-implementation</title>
<para>Creates Group Implementations</para>
<variablelist>
<varlistentry>
<term><option>--implementation-name {name}</option></term>
<listitem>
<para>The name of the new Group Implementation</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Group Implementation which should be created. The value for TYPE can be one of: custom | dynamic | static | virtual-static</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-identity-mapper">
<title>dsconfig create-identity-mapper</title>
<para>Creates Identity Mappers</para>
<variablelist>
<varlistentry>
<term><option>--mapper-name {name}</option></term>
<listitem>
<para>The name of the new Identity Mapper</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Identity Mapper which should be created. The value for TYPE can be one of: custom | exact-match | regular-expression</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-key-manager-provider">
<title>dsconfig create-key-manager-provider</title>
<para>Creates Key Manager Providers</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the new Key Manager Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Key Manager Provider which should be created. The value for TYPE can be one of: custom | file-based | pkcs11</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-local-db-index">
<title>dsconfig create-local-db-index</title>
<para>Creates Local DB Indexes</para>
<variablelist>
<varlistentry>
<term><option>--backend-name {name}</option></term>
<listitem>
<para>The name of the Local DB Backend</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--index-name {OID}</option></term>
<listitem>
<para>The name of the new Local DB Index which will also be used as the value of the "attribute" property: Specifies the name of the attribute for which the index is to be maintained.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Local DB Index which should be created (Default: generic). The value for TYPE can be one of: generic</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-local-db-vlv-index">
<title>dsconfig create-local-db-vlv-index</title>
<para>Creates Local DB VLV Indexes</para>
<variablelist>
<varlistentry>
<term><option>--backend-name {name}</option></term>
<listitem>
<para>The name of the Local DB Backend</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--index-name {STRING}</option></term>
<listitem>
<para>The name of the new Local DB VLV Index which will also be used as the value of the "name" property: Specifies a unique name for this VLV index.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Local DB VLV Index which should be created (Default: generic). The value for TYPE can be one of: generic</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-log-publisher">
<title>dsconfig create-log-publisher</title>
<para>Creates Log Publishers</para>
<variablelist>
<varlistentry>
<term><option>--publisher-name {name}</option></term>
<listitem>
<para>The name of the new Log Publisher</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Log Publisher which should be created. The value for TYPE can be one of: custom-access | custom-debug | custom-error | custom-http-access | file-based-access | file-based-audit | file-based-debug | file-based-error | file-based-http-access</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-log-retention-policy">
<title>dsconfig create-log-retention-policy</title>
<para>Creates Log Retention Policies</para>
<variablelist>
<varlistentry>
<term><option>--policy-name {name}</option></term>
<listitem>
<para>The name of the new Log Retention Policy</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Log Retention Policy which should be created. The value for TYPE can be one of: custom | file-count | free-disk-space | size-limit</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-log-rotation-policy">
<title>dsconfig create-log-rotation-policy</title>
<para>Creates Log Rotation Policies</para>
<variablelist>
<varlistentry>
<term><option>--policy-name {name}</option></term>
<listitem>
<para>The name of the new Log Rotation Policy</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Log Rotation Policy which should be created. The value for TYPE can be one of: custom | fixed-time | size-limit | time-limit</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-matching-rule">
<title>dsconfig create-matching-rule</title>
<para>Creates Matching Rules</para>
<variablelist>
<varlistentry>
<term><option>--rule-name {name}</option></term>
<listitem>
<para>The name of the new Matching Rule</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Matching Rule which should be created (Default: generic). The value for TYPE can be one of: collation | generic</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-monitor-provider">
<title>dsconfig create-monitor-provider</title>
<para>Creates Monitor Providers</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the new Monitor Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Monitor Provider which should be created. The value for TYPE can be one of: client-connection | custom | entry-cache | memory-usage | stack-trace | system-info | version</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-password-generator">
<title>dsconfig create-password-generator</title>
<para>Creates Password Generators</para>
<variablelist>
<varlistentry>
<term><option>--generator-name {name}</option></term>
<listitem>
<para>The name of the new Password Generator</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Password Generator which should be created. The value for TYPE can be one of: custom | random</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-password-policy">
<title>dsconfig create-password-policy</title>
<para>Creates Authentication Policies</para>
<variablelist>
<varlistentry>
<term><option>--policy-name {name}</option></term>
<listitem>
<para>The name of the new Authentication Policy</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Authentication Policy which should be created. The value for TYPE can be one of: ldap-pass-through | password-policy</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-password-storage-scheme">
<title>dsconfig create-password-storage-scheme</title>
<para>Creates Password Storage Schemes</para>
<variablelist>
<varlistentry>
<term><option>--scheme-name {name}</option></term>
<listitem>
<para>The name of the new Password Storage Scheme</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Password Storage Scheme which should be created. The value for TYPE can be one of: aes | base64 | blowfish | clear | crypt | custom | md5 | pbkdf2 | rc4 | salted-md5 | salted-sha1 | salted-sha256 | salted-sha384 | salted-sha512 | sha1 | triple-des</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-password-validator">
<title>dsconfig create-password-validator</title>
<para>Creates Password Validators</para>
<variablelist>
<varlistentry>
<term><option>--validator-name {name}</option></term>
<listitem>
<para>The name of the new Password Validator</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Password Validator which should be created. The value for TYPE can be one of: attribute-value | character-set | custom | dictionary | length-based | repeated-characters | similarity-based | unique-characters</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-plugin">
<title>dsconfig create-plugin</title>
<para>Creates Plugins</para>
<variablelist>
<varlistentry>
<term><option>--plugin-name {name}</option></term>
<listitem>
<para>The name of the new Plugin</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Plugin which should be created. The value for TYPE can be one of: attribute-cleanup | change-number-control | custom | entry-uuid | fractional-ldif-import | last-mod | ldap-attribute-description-list | password-policy-import | profiler | referential-integrity | samba-password | seven-bit-clean | unique-attribute</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-replication-domain">
<title>dsconfig create-replication-domain</title>
<para>Creates Replication Domains</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Replication Synchronization Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--domain-name {name}</option></term>
<listitem>
<para>The name of the new Replication Domain</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Replication Domain which should be created (Default: generic). The value for TYPE can be one of: generic</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-replication-server">
<title>dsconfig create-replication-server</title>
<para>Creates Replication Servers</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Replication Synchronization Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Replication Server which should be created (Default: generic). The value for TYPE can be one of: generic</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-sasl-mechanism-handler">
<title>dsconfig create-sasl-mechanism-handler</title>
<para>Creates SASL Mechanism Handlers</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the new SASL Mechanism Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of SASL Mechanism Handler which should be created. The value for TYPE can be one of: anonymous | cram-md5 | custom | digest-md5 | external | gssapi | plain</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-synchronization-provider">
<title>dsconfig create-synchronization-provider</title>
<para>Creates Synchronization Providers</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the new Synchronization Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Synchronization Provider which should be created. The value for TYPE can be one of: custom | replication</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-trust-manager-provider">
<title>dsconfig create-trust-manager-provider</title>
<para>Creates Trust Manager Providers</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the new Trust Manager Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Trust Manager Provider which should be created. The value for TYPE can be one of: blind | custom | file-based</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-create-virtual-attribute">
<title>dsconfig create-virtual-attribute</title>
<para>Creates Virtual Attributes</para>
<variablelist>
<varlistentry>
<term><option>--name {name}</option></term>
<listitem>
<para>The name of the new Virtual Attribute</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of Virtual Attribute which should be created. The value for TYPE can be one of: collective-attribute-subentries | custom | entity-tag | entry-dn | entry-uuid | governing-structure-rule | has-subordinates | is-member-of | member | num-subordinates | password-expiration-time | password-policy-subentry | structural-object-class | subschema-subentry | user-defined</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-access-log-filtering-criteria">
<title>dsconfig delete-access-log-filtering-criteria</title>
<para>Deletes Access Log Filtering Criteria</para>
<variablelist>
<varlistentry>
<term><option>--publisher-name {name}</option></term>
<listitem>
<para>The name of the Access Log Publisher</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--criteria-name {name}</option></term>
<listitem>
<para>The name of the Access Log Filtering Criteria</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Access Log Filtering Criteria</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-account-status-notification-handler">
<title>dsconfig delete-account-status-notification-handler</title>
<para>Deletes Account Status Notification Handlers</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the Account Status Notification Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Account Status Notification Handlers</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-alert-handler">
<title>dsconfig delete-alert-handler</title>
<para>Deletes Alert Handlers</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the Alert Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Alert Handlers</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-attribute-syntax">
<title>dsconfig delete-attribute-syntax</title>
<para>Deletes Attribute Syntaxes</para>
<variablelist>
<varlistentry>
<term><option>--syntax-name {name}</option></term>
<listitem>
<para>The name of the Attribute Syntax</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Attribute Syntaxes</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-backend">
<title>dsconfig delete-backend</title>
<para>Deletes Backends</para>
<variablelist>
<varlistentry>
<term><option>--backend-name {name}</option></term>
<listitem>
<para>The name of the Backend</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Backends</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-certificate-mapper">
<title>dsconfig delete-certificate-mapper</title>
<para>Deletes Certificate Mappers</para>
<variablelist>
<varlistentry>
<term><option>--mapper-name {name}</option></term>
<listitem>
<para>The name of the Certificate Mapper</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Certificate Mappers</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-connection-handler">
<title>dsconfig delete-connection-handler</title>
<para>Deletes Connection Handlers</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the Connection Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Connection Handlers</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-debug-target">
<title>dsconfig delete-debug-target</title>
<para>Deletes Debug Targets</para>
<variablelist>
<varlistentry>
<term><option>--publisher-name {name}</option></term>
<listitem>
<para>The name of the Debug Log Publisher</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--target-name {name}</option></term>
<listitem>
<para>The name of the Debug Target</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Debug Targets</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-entry-cache">
<title>dsconfig delete-entry-cache</title>
<para>Deletes Entry Caches</para>
<variablelist>
<varlistentry>
<term><option>--cache-name {name}</option></term>
<listitem>
<para>The name of the Entry Cache</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Entry Caches</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-extended-operation-handler">
<title>dsconfig delete-extended-operation-handler</title>
<para>Deletes Extended Operation Handlers</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the Extended Operation Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Extended Operation Handlers</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-group-implementation">
<title>dsconfig delete-group-implementation</title>
<para>Deletes Group Implementations</para>
<variablelist>
<varlistentry>
<term><option>--implementation-name {name}</option></term>
<listitem>
<para>The name of the Group Implementation</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Group Implementations</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-identity-mapper">
<title>dsconfig delete-identity-mapper</title>
<para>Deletes Identity Mappers</para>
<variablelist>
<varlistentry>
<term><option>--mapper-name {name}</option></term>
<listitem>
<para>The name of the Identity Mapper</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Identity Mappers</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-key-manager-provider">
<title>dsconfig delete-key-manager-provider</title>
<para>Deletes Key Manager Providers</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Key Manager Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Key Manager Providers</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-local-db-index">
<title>dsconfig delete-local-db-index</title>
<para>Deletes Local DB Indexes</para>
<variablelist>
<varlistentry>
<term><option>--backend-name {name}</option></term>
<listitem>
<para>The name of the Local DB Backend</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--index-name {name}</option></term>
<listitem>
<para>The name of the Local DB Index</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Local DB Indexes</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-local-db-vlv-index">
<title>dsconfig delete-local-db-vlv-index</title>
<para>Deletes Local DB VLV Indexes</para>
<variablelist>
<varlistentry>
<term><option>--backend-name {name}</option></term>
<listitem>
<para>The name of the Local DB Backend</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--index-name {name}</option></term>
<listitem>
<para>The name of the Local DB VLV Index</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Local DB VLV Indexes</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-log-publisher">
<title>dsconfig delete-log-publisher</title>
<para>Deletes Log Publishers</para>
<variablelist>
<varlistentry>
<term><option>--publisher-name {name}</option></term>
<listitem>
<para>The name of the Log Publisher</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Log Publishers</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-log-retention-policy">
<title>dsconfig delete-log-retention-policy</title>
<para>Deletes Log Retention Policies</para>
<variablelist>
<varlistentry>
<term><option>--policy-name {name}</option></term>
<listitem>
<para>The name of the Log Retention Policy</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Log Retention Policies</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-log-rotation-policy">
<title>dsconfig delete-log-rotation-policy</title>
<para>Deletes Log Rotation Policies</para>
<variablelist>
<varlistentry>
<term><option>--policy-name {name}</option></term>
<listitem>
<para>The name of the Log Rotation Policy</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Log Rotation Policies</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-matching-rule">
<title>dsconfig delete-matching-rule</title>
<para>Deletes Matching Rules</para>
<variablelist>
<varlistentry>
<term><option>--rule-name {name}</option></term>
<listitem>
<para>The name of the Matching Rule</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Matching Rules</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-monitor-provider">
<title>dsconfig delete-monitor-provider</title>
<para>Deletes Monitor Providers</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Monitor Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Monitor Providers</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-password-generator">
<title>dsconfig delete-password-generator</title>
<para>Deletes Password Generators</para>
<variablelist>
<varlistentry>
<term><option>--generator-name {name}</option></term>
<listitem>
<para>The name of the Password Generator</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Password Generators</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-password-policy">
<title>dsconfig delete-password-policy</title>
<para>Deletes Authentication Policies</para>
<variablelist>
<varlistentry>
<term><option>--policy-name {name}</option></term>
<listitem>
<para>The name of the Authentication Policy</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Authentication Policies</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-password-storage-scheme">
<title>dsconfig delete-password-storage-scheme</title>
<para>Deletes Password Storage Schemes</para>
<variablelist>
<varlistentry>
<term><option>--scheme-name {name}</option></term>
<listitem>
<para>The name of the Password Storage Scheme</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Password Storage Schemes</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-password-validator">
<title>dsconfig delete-password-validator</title>
<para>Deletes Password Validators</para>
<variablelist>
<varlistentry>
<term><option>--validator-name {name}</option></term>
<listitem>
<para>The name of the Password Validator</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Password Validators</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-plugin">
<title>dsconfig delete-plugin</title>
<para>Deletes Plugins</para>
<variablelist>
<varlistentry>
<term><option>--plugin-name {name}</option></term>
<listitem>
<para>The name of the Plugin</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Plugins</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-replication-domain">
<title>dsconfig delete-replication-domain</title>
<para>Deletes Replication Domains</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Replication Synchronization Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--domain-name {name}</option></term>
<listitem>
<para>The name of the Replication Domain</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Replication Domains</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-replication-server">
<title>dsconfig delete-replication-server</title>
<para>Deletes Replication Servers</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Replication Synchronization Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Replication Servers</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-sasl-mechanism-handler">
<title>dsconfig delete-sasl-mechanism-handler</title>
<para>Deletes SASL Mechanism Handlers</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the SASL Mechanism Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent SASL Mechanism Handlers</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-synchronization-provider">
<title>dsconfig delete-synchronization-provider</title>
<para>Deletes Synchronization Providers</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Synchronization Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Synchronization Providers</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-trust-manager-provider">
<title>dsconfig delete-trust-manager-provider</title>
<para>Deletes Trust Manager Providers</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Trust Manager Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Trust Manager Providers</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-delete-virtual-attribute">
<title>dsconfig delete-virtual-attribute</title>
<para>Deletes Virtual Attributes</para>
<variablelist>
<varlistentry>
<term><option>--name {name}</option></term>
<listitem>
<para>The name of the Virtual Attribute</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f | --force</option></term>
<listitem>
<para>Ignore non-existent Virtual Attributes</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-access-control-handler-prop">
<title>dsconfig get-access-control-handler-prop</title>
<para>Shows Access Control Handler properties</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-access-log-filtering-criteria-prop">
<title>dsconfig get-access-log-filtering-criteria-prop</title>
<para>Shows Access Log Filtering Criteria properties</para>
<variablelist>
<varlistentry>
<term><option>--publisher-name {name}</option></term>
<listitem>
<para>The name of the Access Log Publisher</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--criteria-name {name}</option></term>
<listitem>
<para>The name of the Access Log Filtering Criteria</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-account-status-notification-handler-prop">
<title>dsconfig get-account-status-notification-handler-prop</title>
<para>Shows Account Status Notification Handler properties</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the Account Status Notification Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-administration-connector-prop">
<title>dsconfig get-administration-connector-prop</title>
<para>Shows Administration Connector properties</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-alert-handler-prop">
<title>dsconfig get-alert-handler-prop</title>
<para>Shows Alert Handler properties</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the Alert Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-attribute-syntax-prop">
<title>dsconfig get-attribute-syntax-prop</title>
<para>Shows Attribute Syntax properties</para>
<variablelist>
<varlistentry>
<term><option>--syntax-name {name}</option></term>
<listitem>
<para>The name of the Attribute Syntax</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-backend-prop">
<title>dsconfig get-backend-prop</title>
<para>Shows Backend properties</para>
<variablelist>
<varlistentry>
<term><option>--backend-name {name}</option></term>
<listitem>
<para>The name of the Backend</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-certificate-mapper-prop">
<title>dsconfig get-certificate-mapper-prop</title>
<para>Shows Certificate Mapper properties</para>
<variablelist>
<varlistentry>
<term><option>--mapper-name {name}</option></term>
<listitem>
<para>The name of the Certificate Mapper</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-connection-handler-prop">
<title>dsconfig get-connection-handler-prop</title>
<para>Shows Connection Handler properties</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the Connection Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-crypto-manager-prop">
<title>dsconfig get-crypto-manager-prop</title>
<para>Shows Crypto Manager properties</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-debug-target-prop">
<title>dsconfig get-debug-target-prop</title>
<para>Shows Debug Target properties</para>
<variablelist>
<varlistentry>
<term><option>--publisher-name {name}</option></term>
<listitem>
<para>The name of the Debug Log Publisher</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--target-name {name}</option></term>
<listitem>
<para>The name of the Debug Target</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-entry-cache-prop">
<title>dsconfig get-entry-cache-prop</title>
<para>Shows Entry Cache properties</para>
<variablelist>
<varlistentry>
<term><option>--cache-name {name}</option></term>
<listitem>
<para>The name of the Entry Cache</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-extended-operation-handler-prop">
<title>dsconfig get-extended-operation-handler-prop</title>
<para>Shows Extended Operation Handler properties</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the Extended Operation Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-external-changelog-domain-prop">
<title>dsconfig get-external-changelog-domain-prop</title>
<para>Shows External Changelog Domain properties</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Replication Synchronization Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--domain-name {name}</option></term>
<listitem>
<para>The name of the Replication Domain</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-global-configuration-prop">
<title>dsconfig get-global-configuration-prop</title>
<para>Shows Global Configuration properties</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-group-implementation-prop">
<title>dsconfig get-group-implementation-prop</title>
<para>Shows Group Implementation properties</para>
<variablelist>
<varlistentry>
<term><option>--implementation-name {name}</option></term>
<listitem>
<para>The name of the Group Implementation</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-identity-mapper-prop">
<title>dsconfig get-identity-mapper-prop</title>
<para>Shows Identity Mapper properties</para>
<variablelist>
<varlistentry>
<term><option>--mapper-name {name}</option></term>
<listitem>
<para>The name of the Identity Mapper</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-key-manager-provider-prop">
<title>dsconfig get-key-manager-provider-prop</title>
<para>Shows Key Manager Provider properties</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Key Manager Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-local-db-index-prop">
<title>dsconfig get-local-db-index-prop</title>
<para>Shows Local DB Index properties</para>
<variablelist>
<varlistentry>
<term><option>--backend-name {name}</option></term>
<listitem>
<para>The name of the Local DB Backend</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--index-name {name}</option></term>
<listitem>
<para>The name of the Local DB Index</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-local-db-vlv-index-prop">
<title>dsconfig get-local-db-vlv-index-prop</title>
<para>Shows Local DB VLV Index properties</para>
<variablelist>
<varlistentry>
<term><option>--backend-name {name}</option></term>
<listitem>
<para>The name of the Local DB Backend</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--index-name {name}</option></term>
<listitem>
<para>The name of the Local DB VLV Index</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-log-publisher-prop">
<title>dsconfig get-log-publisher-prop</title>
<para>Shows Log Publisher properties</para>
<variablelist>
<varlistentry>
<term><option>--publisher-name {name}</option></term>
<listitem>
<para>The name of the Log Publisher</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-log-retention-policy-prop">
<title>dsconfig get-log-retention-policy-prop</title>
<para>Shows Log Retention Policy properties</para>
<variablelist>
<varlistentry>
<term><option>--policy-name {name}</option></term>
<listitem>
<para>The name of the Log Retention Policy</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-log-rotation-policy-prop">
<title>dsconfig get-log-rotation-policy-prop</title>
<para>Shows Log Rotation Policy properties</para>
<variablelist>
<varlistentry>
<term><option>--policy-name {name}</option></term>
<listitem>
<para>The name of the Log Rotation Policy</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-matching-rule-prop">
<title>dsconfig get-matching-rule-prop</title>
<para>Shows Matching Rule properties</para>
<variablelist>
<varlistentry>
<term><option>--rule-name {name}</option></term>
<listitem>
<para>The name of the Matching Rule</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-monitor-provider-prop">
<title>dsconfig get-monitor-provider-prop</title>
<para>Shows Monitor Provider properties</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Monitor Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-password-generator-prop">
<title>dsconfig get-password-generator-prop</title>
<para>Shows Password Generator properties</para>
<variablelist>
<varlistentry>
<term><option>--generator-name {name}</option></term>
<listitem>
<para>The name of the Password Generator</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-password-policy-prop">
<title>dsconfig get-password-policy-prop</title>
<para>Shows Authentication Policy properties</para>
<variablelist>
<varlistentry>
<term><option>--policy-name {name}</option></term>
<listitem>
<para>The name of the Authentication Policy</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-password-storage-scheme-prop">
<title>dsconfig get-password-storage-scheme-prop</title>
<para>Shows Password Storage Scheme properties</para>
<variablelist>
<varlistentry>
<term><option>--scheme-name {name}</option></term>
<listitem>
<para>The name of the Password Storage Scheme</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-password-validator-prop">
<title>dsconfig get-password-validator-prop</title>
<para>Shows Password Validator properties</para>
<variablelist>
<varlistentry>
<term><option>--validator-name {name}</option></term>
<listitem>
<para>The name of the Password Validator</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-plugin-prop">
<title>dsconfig get-plugin-prop</title>
<para>Shows Plugin properties</para>
<variablelist>
<varlistentry>
<term><option>--plugin-name {name}</option></term>
<listitem>
<para>The name of the Plugin</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-plugin-root-prop">
<title>dsconfig get-plugin-root-prop</title>
<para>Shows Plugin Root properties</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-replication-domain-prop">
<title>dsconfig get-replication-domain-prop</title>
<para>Shows Replication Domain properties</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Replication Synchronization Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--domain-name {name}</option></term>
<listitem>
<para>The name of the Replication Domain</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-replication-server-prop">
<title>dsconfig get-replication-server-prop</title>
<para>Shows Replication Server properties</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Replication Synchronization Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-root-dn-prop">
<title>dsconfig get-root-dn-prop</title>
<para>Shows Root DN properties</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-root-dse-backend-prop">
<title>dsconfig get-root-dse-backend-prop</title>
<para>Shows Root DSE Backend properties</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-sasl-mechanism-handler-prop">
<title>dsconfig get-sasl-mechanism-handler-prop</title>
<para>Shows SASL Mechanism Handler properties</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the SASL Mechanism Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-synchronization-provider-prop">
<title>dsconfig get-synchronization-provider-prop</title>
<para>Shows Synchronization Provider properties</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Synchronization Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-trust-manager-provider-prop">
<title>dsconfig get-trust-manager-provider-prop</title>
<para>Shows Trust Manager Provider properties</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Trust Manager Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-virtual-attribute-prop">
<title>dsconfig get-virtual-attribute-prop</title>
<para>Shows Virtual Attribute properties</para>
<variablelist>
<varlistentry>
<term><option>--name {name}</option></term>
<listitem>
<para>The name of the Virtual Attribute</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-get-work-queue-prop">
<title>dsconfig get-work-queue-prop</title>
<para>Shows Work Queue properties</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E | --record</option></term>
<listitem>
<para>Modifies the display output to show one property value per line</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-access-log-filtering-criteria">
<title>dsconfig list-access-log-filtering-criteria</title>
<para>Lists existing Access Log Filtering Criteria</para>
<variablelist>
<varlistentry>
<term><option>--publisher-name {name}</option></term>
<listitem>
<para>The name of the Access Log Publisher</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-account-status-notification-handlers">
<title>dsconfig list-account-status-notification-handlers</title>
<para>Lists existing Account Status Notification Handlers</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-alert-handlers">
<title>dsconfig list-alert-handlers</title>
<para>Lists existing Alert Handlers</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-attribute-syntaxes">
<title>dsconfig list-attribute-syntaxes</title>
<para>Lists existing Attribute Syntaxes</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-backends">
<title>dsconfig list-backends</title>
<para>Lists existing Backends</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-certificate-mappers">
<title>dsconfig list-certificate-mappers</title>
<para>Lists existing Certificate Mappers</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-connection-handlers">
<title>dsconfig list-connection-handlers</title>
<para>Lists existing Connection Handlers</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-debug-targets">
<title>dsconfig list-debug-targets</title>
<para>Lists existing Debug Targets</para>
<variablelist>
<varlistentry>
<term><option>--publisher-name {name}</option></term>
<listitem>
<para>The name of the Debug Log Publisher</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-entry-caches">
<title>dsconfig list-entry-caches</title>
<para>Lists existing Entry Caches</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-extended-operation-handlers">
<title>dsconfig list-extended-operation-handlers</title>
<para>Lists existing Extended Operation Handlers</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-group-implementations">
<title>dsconfig list-group-implementations</title>
<para>Lists existing Group Implementations</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-identity-mappers">
<title>dsconfig list-identity-mappers</title>
<para>Lists existing Identity Mappers</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-key-manager-providers">
<title>dsconfig list-key-manager-providers</title>
<para>Lists existing Key Manager Providers</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-local-db-indexes">
<title>dsconfig list-local-db-indexes</title>
<para>Lists existing Local DB Indexes</para>
<variablelist>
<varlistentry>
<term><option>--backend-name {name}</option></term>
<listitem>
<para>The name of the Local DB Backend</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-local-db-vlv-indexes">
<title>dsconfig list-local-db-vlv-indexes</title>
<para>Lists existing Local DB VLV Indexes</para>
<variablelist>
<varlistentry>
<term><option>--backend-name {name}</option></term>
<listitem>
<para>The name of the Local DB Backend</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-log-publishers">
<title>dsconfig list-log-publishers</title>
<para>Lists existing Log Publishers</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-log-retention-policies">
<title>dsconfig list-log-retention-policies</title>
<para>Lists existing Log Retention Policies</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-log-rotation-policies">
<title>dsconfig list-log-rotation-policies</title>
<para>Lists existing Log Rotation Policies</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-matching-rules">
<title>dsconfig list-matching-rules</title>
<para>Lists existing Matching Rules</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-monitor-providers">
<title>dsconfig list-monitor-providers</title>
<para>Lists existing Monitor Providers</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-password-generators">
<title>dsconfig list-password-generators</title>
<para>Lists existing Password Generators</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-password-policies">
<title>dsconfig list-password-policies</title>
<para>Lists existing Password Policies</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-password-storage-schemes">
<title>dsconfig list-password-storage-schemes</title>
<para>Lists existing Password Storage Schemes</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-password-validators">
<title>dsconfig list-password-validators</title>
<para>Lists existing Password Validators</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-plugins">
<title>dsconfig list-plugins</title>
<para>Lists existing Plugins</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-properties">
<title>dsconfig list-properties</title>
<para>Describes managed objects and their properties</para>
<variablelist>
<varlistentry>
<term><option>-c | --category {category}</option></term>
<listitem>
<para>The category of components whose properties should be described</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t | --type {type}</option></term>
<listitem>
<para>The type of components whose properties should be described. The value for TYPE must be one of the component types associated with the CATEGORY specified using the "--category" option</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--inherited</option></term>
<listitem>
<para>Modifies the display output to show the inherited properties of components</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-replication-domains">
<title>dsconfig list-replication-domains</title>
<para>Lists existing Replication Domains</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Replication Synchronization Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-replication-server">
<title>dsconfig list-replication-server</title>
<para>Lists existing Replication Server</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Replication Synchronization Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-sasl-mechanism-handlers">
<title>dsconfig list-sasl-mechanism-handlers</title>
<para>Lists existing SASL Mechanism Handlers</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-synchronization-providers">
<title>dsconfig list-synchronization-providers</title>
<para>Lists existing Synchronization Providers</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-trust-manager-providers">
<title>dsconfig list-trust-manager-providers</title>
<para>Lists existing Trust Manager Providers</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-list-virtual-attributes">
<title>dsconfig list-virtual-attributes</title>
<para>Lists existing Virtual Attributes</para>
<variablelist>
<varlistentry>
<term><option>--property {property}</option></term>
<listitem>
<para>The name of a property to be displayed</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-z | --unit-size {unit}</option></term>
<listitem>
<para>Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-m | --unit-time {unit}</option></term>
<listitem>
<para>Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-access-control-handler-prop">
<title>dsconfig set-access-control-handler-prop</title>
<para>Modifies Access Control Handler properties</para>
<variablelist>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-access-log-filtering-criteria-prop">
<title>dsconfig set-access-log-filtering-criteria-prop</title>
<para>Modifies Access Log Filtering Criteria properties</para>
<variablelist>
<varlistentry>
<term><option>--publisher-name {name}</option></term>
<listitem>
<para>The name of the Access Log Publisher</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--criteria-name {name}</option></term>
<listitem>
<para>The name of the Access Log Filtering Criteria</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-account-status-notification-handler-prop">
<title>dsconfig set-account-status-notification-handler-prop</title>
<para>Modifies Account Status Notification Handler properties</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the Account Status Notification Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-administration-connector-prop">
<title>dsconfig set-administration-connector-prop</title>
<para>Modifies Administration Connector properties</para>
<variablelist>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-alert-handler-prop">
<title>dsconfig set-alert-handler-prop</title>
<para>Modifies Alert Handler properties</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the Alert Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-attribute-syntax-prop">
<title>dsconfig set-attribute-syntax-prop</title>
<para>Modifies Attribute Syntax properties</para>
<variablelist>
<varlistentry>
<term><option>--syntax-name {name}</option></term>
<listitem>
<para>The name of the Attribute Syntax</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-backend-prop">
<title>dsconfig set-backend-prop</title>
<para>Modifies Backend properties</para>
<variablelist>
<varlistentry>
<term><option>--backend-name {name}</option></term>
<listitem>
<para>The name of the Backend</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-certificate-mapper-prop">
<title>dsconfig set-certificate-mapper-prop</title>
<para>Modifies Certificate Mapper properties</para>
<variablelist>
<varlistentry>
<term><option>--mapper-name {name}</option></term>
<listitem>
<para>The name of the Certificate Mapper</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-connection-handler-prop">
<title>dsconfig set-connection-handler-prop</title>
<para>Modifies Connection Handler properties</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the Connection Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-crypto-manager-prop">
<title>dsconfig set-crypto-manager-prop</title>
<para>Modifies Crypto Manager properties</para>
<variablelist>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-debug-target-prop">
<title>dsconfig set-debug-target-prop</title>
<para>Modifies Debug Target properties</para>
<variablelist>
<varlistentry>
<term><option>--publisher-name {name}</option></term>
<listitem>
<para>The name of the Debug Log Publisher</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--target-name {name}</option></term>
<listitem>
<para>The name of the Debug Target</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-entry-cache-prop">
<title>dsconfig set-entry-cache-prop</title>
<para>Modifies Entry Cache properties</para>
<variablelist>
<varlistentry>
<term><option>--cache-name {name}</option></term>
<listitem>
<para>The name of the Entry Cache</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-extended-operation-handler-prop">
<title>dsconfig set-extended-operation-handler-prop</title>
<para>Modifies Extended Operation Handler properties</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the Extended Operation Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-external-changelog-domain-prop">
<title>dsconfig set-external-changelog-domain-prop</title>
<para>Modifies External Changelog Domain properties</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Replication Synchronization Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--domain-name {name}</option></term>
<listitem>
<para>The name of the Replication Domain</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-global-configuration-prop">
<title>dsconfig set-global-configuration-prop</title>
<para>Modifies Global Configuration properties</para>
<variablelist>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-group-implementation-prop">
<title>dsconfig set-group-implementation-prop</title>
<para>Modifies Group Implementation properties</para>
<variablelist>
<varlistentry>
<term><option>--implementation-name {name}</option></term>
<listitem>
<para>The name of the Group Implementation</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-identity-mapper-prop">
<title>dsconfig set-identity-mapper-prop</title>
<para>Modifies Identity Mapper properties</para>
<variablelist>
<varlistentry>
<term><option>--mapper-name {name}</option></term>
<listitem>
<para>The name of the Identity Mapper</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-key-manager-provider-prop">
<title>dsconfig set-key-manager-provider-prop</title>
<para>Modifies Key Manager Provider properties</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Key Manager Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-local-db-index-prop">
<title>dsconfig set-local-db-index-prop</title>
<para>Modifies Local DB Index properties</para>
<variablelist>
<varlistentry>
<term><option>--backend-name {name}</option></term>
<listitem>
<para>The name of the Local DB Backend</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--index-name {name}</option></term>
<listitem>
<para>The name of the Local DB Index</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-local-db-vlv-index-prop">
<title>dsconfig set-local-db-vlv-index-prop</title>
<para>Modifies Local DB VLV Index properties</para>
<variablelist>
<varlistentry>
<term><option>--backend-name {name}</option></term>
<listitem>
<para>The name of the Local DB Backend</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--index-name {name}</option></term>
<listitem>
<para>The name of the Local DB VLV Index</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-log-publisher-prop">
<title>dsconfig set-log-publisher-prop</title>
<para>Modifies Log Publisher properties</para>
<variablelist>
<varlistentry>
<term><option>--publisher-name {name}</option></term>
<listitem>
<para>The name of the Log Publisher</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-log-retention-policy-prop">
<title>dsconfig set-log-retention-policy-prop</title>
<para>Modifies Log Retention Policy properties</para>
<variablelist>
<varlistentry>
<term><option>--policy-name {name}</option></term>
<listitem>
<para>The name of the Log Retention Policy</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-log-rotation-policy-prop">
<title>dsconfig set-log-rotation-policy-prop</title>
<para>Modifies Log Rotation Policy properties</para>
<variablelist>
<varlistentry>
<term><option>--policy-name {name}</option></term>
<listitem>
<para>The name of the Log Rotation Policy</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-matching-rule-prop">
<title>dsconfig set-matching-rule-prop</title>
<para>Modifies Matching Rule properties</para>
<variablelist>
<varlistentry>
<term><option>--rule-name {name}</option></term>
<listitem>
<para>The name of the Matching Rule</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-monitor-provider-prop">
<title>dsconfig set-monitor-provider-prop</title>
<para>Modifies Monitor Provider properties</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Monitor Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-password-generator-prop">
<title>dsconfig set-password-generator-prop</title>
<para>Modifies Password Generator properties</para>
<variablelist>
<varlistentry>
<term><option>--generator-name {name}</option></term>
<listitem>
<para>The name of the Password Generator</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-password-policy-prop">
<title>dsconfig set-password-policy-prop</title>
<para>Modifies Authentication Policy properties</para>
<variablelist>
<varlistentry>
<term><option>--policy-name {name}</option></term>
<listitem>
<para>The name of the Authentication Policy</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-password-storage-scheme-prop">
<title>dsconfig set-password-storage-scheme-prop</title>
<para>Modifies Password Storage Scheme properties</para>
<variablelist>
<varlistentry>
<term><option>--scheme-name {name}</option></term>
<listitem>
<para>The name of the Password Storage Scheme</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-password-validator-prop">
<title>dsconfig set-password-validator-prop</title>
<para>Modifies Password Validator properties</para>
<variablelist>
<varlistentry>
<term><option>--validator-name {name}</option></term>
<listitem>
<para>The name of the Password Validator</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-plugin-prop">
<title>dsconfig set-plugin-prop</title>
<para>Modifies Plugin properties</para>
<variablelist>
<varlistentry>
<term><option>--plugin-name {name}</option></term>
<listitem>
<para>The name of the Plugin</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-plugin-root-prop">
<title>dsconfig set-plugin-root-prop</title>
<para>Modifies Plugin Root properties</para>
<variablelist>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-replication-domain-prop">
<title>dsconfig set-replication-domain-prop</title>
<para>Modifies Replication Domain properties</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Replication Synchronization Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--domain-name {name}</option></term>
<listitem>
<para>The name of the Replication Domain</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-replication-server-prop">
<title>dsconfig set-replication-server-prop</title>
<para>Modifies Replication Server properties</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Replication Synchronization Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-root-dn-prop">
<title>dsconfig set-root-dn-prop</title>
<para>Modifies Root DN properties</para>
<variablelist>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-root-dse-backend-prop">
<title>dsconfig set-root-dse-backend-prop</title>
<para>Modifies Root DSE Backend properties</para>
<variablelist>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-sasl-mechanism-handler-prop">
<title>dsconfig set-sasl-mechanism-handler-prop</title>
<para>Modifies SASL Mechanism Handler properties</para>
<variablelist>
<varlistentry>
<term><option>--handler-name {name}</option></term>
<listitem>
<para>The name of the SASL Mechanism Handler</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-synchronization-provider-prop">
<title>dsconfig set-synchronization-provider-prop</title>
<para>Modifies Synchronization Provider properties</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Synchronization Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-trust-manager-provider-prop">
<title>dsconfig set-trust-manager-provider-prop</title>
<para>Modifies Trust Manager Provider properties</para>
<variablelist>
<varlistentry>
<term><option>--provider-name {name}</option></term>
<listitem>
<para>The name of the Trust Manager Provider</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-virtual-attribute-prop">
<title>dsconfig set-virtual-attribute-prop</title>
<para>Modifies Virtual Attribute properties</para>
<variablelist>
<varlistentry>
<term><option>--name {name}</option></term>
<listitem>
<para>The name of the Virtual Attribute</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2 xml:id="dsconfig-set-work-queue-prop">
<title>dsconfig set-work-queue-prop</title>
<para>Modifies Work Queue properties</para>
<variablelist>
<varlistentry>
<term><option>--set {PROP:VALUE}</option></term>
<listitem>
<para>Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--reset {property}</option></term>
<listitem>
<para>Resets a property back to its default values where PROP is the name of the property to be reset</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--add {PROP:VALUE}</option></term>
<listitem>
<para>Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--remove {PROP:VALUE}</option></term>
<listitem>
<para>Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
</refsect1>
<refsect1>
<title>Exit Codes</title>
<variablelist>
<varlistentry>
<term>0</term>
<listitem>
<para>The command completed successfully.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>&gt; 0</term>
<listitem>
<para>An error occurred.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>Examples</title>
<para>Much of the <citetitle>OpenDJ Administration Guide</citetitle> consists
of <command>dsconfig</command> examples with text in between. This section
therefore remains short.</para>
<para>The following example starts <command>dsconfig</command> in interactive,
menu-driven mode on the default port of the current host.</para>
<screen>$ dsconfig -h opendj.example.com -p 4444 -D "cn=Directory Manager" -w password
&gt;&gt;&gt;&gt; OpenDJ configuration console main menu
What do you want to configure?
1) Access Control Handler 21) Log Publisher
2) Access Log Filtering Criteria 22) Log Retention Policy
3) Account Status Notification Handler 23) Log Rotation Policy
4) Administration Connector 24) Matching Rule
5) Alert Handler 25) Monitor Provider
6) Attribute Syntax 26) Password Generator
7) Backend 27) Password Policy
8) Certificate Mapper 28) Password Storage Scheme
9) Connection Handler 29) Password Validator
10) Crypto Manager 30) Plugin
11) Debug Target 31) Plugin Root
12) Entry Cache 32) Replication Domain
13) Extended Operation Handler 33) Replication Server
14) External Changelog Domain 34) Root DN
15) Global Configuration 35) Root DSE Backend
16) Group Implementation 36) SASL Mechanism Handler
17) Identity Mapper 37) Synchronization Provider
18) Key Manager Provider 38) Trust Manager Provider
19) Local DB Index 39) Virtual Attribute
20) Local DB VLV Index 40) Work Queue
q) quit
Enter choice: </screen>
<para>The following examples demonstrates generating a batch file that
corresponds to an interactive session enabling the debug log. The example
then demonstrates using a modified batch file to disable the debug log.</para>
<screen>$ dsconfig
--hostname opendj.example.com
--port 4444
--bindDN "cn=Directory Manager"
--bindPassword password
--commandFilePath ~/enable-debug-log.batch
...
$ cat ~/enable-debug-log.batch
# dsconfig session start date: 19/Oct/2011:08:52:22 +0000
# Session operation number: 1
# Operation date: 19/Oct/2011:08:55:06 +0000
dsconfig set-log-publisher-prop \
--publisher-name File-Based\ Debug\ Logger \
--set enabled:true \
--hostname opendj.example.com \
--port 4444 \
--trustStorePath /path/to/opendj/config/admin-truststore \
--bindDN cn=Directory\ Manager \
--bindPassword ****** \
--no-prompt
$ cp ~/enable-debug-log.batch ~/disable-debug-log.batch
$ vi ~/disable-debug-log.batch
$ cat ~/disable-debug-log.batch
set-log-publisher-prop \
--publisher-name File-Based\ Debug\ Logger \
--set enabled:false \
--hostname opendj.example.com \
--port 4444 \
--trustStorePath /path/to/opendj/config/admin-truststore \
--bindDN cn=Directory\ Manager \
--bindPassword password \
--no-prompt
$ dsconfig --batchFilePath ~/disable-debug-log.batch --no-prompt
set-log-publisher-prop
--publisher-name
File-Based Debug Logger
--set
enabled:false
--hostname
opendj.example.com
--port
4444
--trustStorePath
/path/to/opendj/config/admin-truststore
--bindDN
cn=Directory Manager
--bindPassword
password
--no-prompt
$</screen>
<para>Notice that the original command file looks like a shell script with
the bind password value replaced by asterisks. To pass the content as a batch
file to <command>dsconfig</command>, strip <literal>dsconfig</literal>
itself, and include the bind password for the administrative user (or
replace that option with an alternative, such as reading the password from
a file).</para>
</refsect1>
</refentry>