2011-2015ForgeRock AS.dsconfig1OpenDJdsconfigmanage OpenDJ directory server configurationdsconfig [subcommand]optionsDescriptionThis utility serves to configure a running directory server.The dsconfig command is the primary command-line tool
for viewing and editing OpenDJ configuration. When started without arguments,
dsconfig prompts you for administration connection
information, including the host name, administration port number,
administrator bind DN and administrator password. The
dsconfig 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.When you pass connection information, subcommands, and additional
options to dsconfig, 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
and options,
respectively).You can prepare dsconfig batch scripts by running
the tool with the option in interactive
mode, then reading from the batch file with the
option in script mode. Batch files can be useful when you have many
dsconfig commands to run and want to avoid starting
the JVM and setting up a new connection for each command.The dsconfig command categorizes directory server
configuration into components, also called
managed objects. 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.Configuration components have properties.
For example, the LDAP Connection Handler component has properties such as
listen-port and allow-start-tls. You
can set the component's listen-port property to
389 to use the default LDAP port number. You can set the
component's allow-start-tls property to
true to permit LDAP client applications to use StartTLS.
Much of the configuration you do with dsconfig involves
setting component properties. The OpenDJ Configuration Reference covers all
dsconfig component properties in detail, drawing on the
documentation you also view when getting help through the
dsconfig command.Getting HelpThe dsconfig command provides many subcommands.
Use the following options to view help for subcommands.See dsconfig
Subcommands for details of individual subcommands.dsconfig --help-allDisplay all subcommandsdsconfig --help-core-serverDisplay subcommands relating to core serverdsconfig --help-databaseDisplay subcommands relating to caching and back-endsdsconfig --help-loggingDisplay subcommands relating to loggingdsconfig --help-replicationDisplay subcommands relating to replicationdsconfig --help-securityDisplay subcommands relating to authentication and authorizationdsconfig --help-user-managementDisplay subcommands relating to user managementFor help with individual subcommands, either use dsconfig
subcommand --help, or start
dsconfig in interactive mode, without specifying a
subcommand.To view component properties, use the dsconfig
list-properties command.Generally Applicable OptionsThe following options are supported for all dsconfig
subcommands.Allows the configuration of advanced components and propertiesLDAP Connection OptionsMaximum length of time (in milliseconds) that can be taken to
establish a connection. Use '0' to specify no time out.Default value: 30000Directory server hostname or IP addressDefault value: localhost.localdomainUser ID of the global administrator to use to bind to the server.
For the enable subcommand, if no global administrator
was defined previously for any servers, the global administrator will be
created using the UID provided.Default value: adminGlobal administrator password file Certificate key store pathNickname of certificate for SSL client authenticationSASL bind optionsDirectory server administration port numberDefault value: 4444Certificate trust store pathDefault value: /path/to/opendj/config/admin-truststoreCertificate trust store PINCertificate key store PIN fileCertificate trust store PIN filePassword for the global administratorCertificate key store PINTrust all server SSL certificatesUtility Input/Output OptionsThe full path to the file where the equivalent non-interactive
commands will be written when this command is run in interactive
mode.Display the equivalent non-interactive option on standard output
when this command is run in interactive mode.Path to a batch file containing a set of dsconfig commands to be
executedUse non-interactive mode. If data in the command is missing, the
user is not prompted and the command exits with an error.No properties file will be used to get default command line
argument valuesPath to the file containing default property values used for
command line argumentsDo not write progress information to standard outputUse script-friendly modeUse verbose modeGeneral OptionsDisplay version informationDisplay usage informationdsconfig SubcommandsThis section covers individual dsconfig
subcommands.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.create-componentlist-componentsdelete-componentget-component-propset-component-propHere, component names correspond to the
names of managed object types referred to as Components in the OpenDJ Configuration
Reference, and that have no parent components. (In other words,
only the names of components with no parents correspond to subcommands.)
Subcommand component names are lower-case,
hyphenated versions of the friendly names used in the OpenDJ
Configuration Reference. When you act on an actual configuration
component, you provide the name of the component as an option argument.For example, the Log Publisher component has these corresponding
subcommands.create-log-publisherlist-log-publishersdelete-log-publisherget-log-publisher-propset-log-publisher-propWhen you create or delete Log Publisher components and when you get
and set their configuration properties, you provide the name of the actual
log publisher, which you can find by using the
list-log-publishers subcommand.
$ dsconfig \
list-log-publishers \
--hostname opendj.example.com \
--port 4444 \
--bindDN "cn=Directory Manager" \
--bindPassword password \
--trustAll
Log Publisher : Type : enabled
------------------------------:------------------------:--------
File-Based Access Logger : file-based-access : true
File-Based Audit Logger : file-based-audit : false
File-Based Debug Logger : file-based-debug : false
File-Based Error Logger : file-based-error : true
File-Based HTTP Access Logger : file-based-http-access : false
Replication Repair Logger : file-based-error : true
$ dsconfig \
get-log-publisher-prop \
--publisher-name "File-Based Access Logger" \
--property rotation-policy \
--hostname opendj.example.com \
--port 4444 \
--bindDN "cn=Directory Manager" \
--bindPassword password \
--trustAllProperty : Value(s)
----------------:--------------------------------------------------------------
rotation-policy : 24 Hours Time Limit Rotation Policy, Size Limit Rotation
: PolicyTo find documentation for specific component properties, also see the
OpenDJ
Configuration Reference.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, you assign multiple values to a
multi-valued property using the option. You can reset
the values of the multi-valued property using the
option.Some property values take a time duration. Durations are expressed
as numbers followed by units. For example 1 s means
one second, and 2 w 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.ms: millisecondss: secondsm: minutesh: hoursd: daysw: weeksdsconfig create-access-log-filtering-criteriaCreates Access Log Filtering CriteriaThe name of the Access Log PublisherThe name of the new Access Log Filtering CriteriaAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Access Log Filtering Criteria which should be created (Default: generic). The value for TYPE can be one of: genericdsconfig create-account-status-notification-handlerCreates Account Status Notification HandlersThe name of the new Account Status Notification HandlerAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Account Status Notification Handler which should be created. The value for TYPE can be one of: custom | error-log | smtpdsconfig create-alert-handlerCreates Alert HandlersThe name of the new Alert HandlerAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Alert Handler which should be created. The value for TYPE can be one of: custom | jmx | smtpdsconfig create-attribute-syntaxCreates Attribute SyntaxesThe name of the new Attribute SyntaxAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe 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-numberdsconfig create-backendCreates BackendsThe 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.Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe 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-storedsconfig create-certificate-mapperCreates Certificate MappersThe name of the new Certificate MapperAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe 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-dndsconfig create-connection-handlerCreates Connection HandlersThe name of the new Connection HandlerAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Connection Handler which should be created. The value for TYPE can be one of: custom | http | jmx | ldap | ldif | snmpdsconfig create-debug-targetCreates Debug TargetsThe name of the Debug Log PublisherThe 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).Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Debug Target which should be created (Default: generic). The value for TYPE can be one of: genericdsconfig create-entry-cacheCreates Entry CachesThe name of the new Entry CacheAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Entry Cache which should be created. The value for TYPE can be one of: custom | fifo | file-system | soft-referencedsconfig create-extended-operation-handlerCreates Extended Operation HandlersThe name of the new Extended Operation HandlerAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe 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-idsconfig create-group-implementationCreates Group ImplementationsThe name of the new Group ImplementationAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Group Implementation which should be created. The value for TYPE can be one of: custom | dynamic | static | virtual-staticdsconfig create-identity-mapperCreates Identity MappersThe name of the new Identity MapperAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Identity Mapper which should be created. The value for TYPE can be one of: custom | exact-match | regular-expressiondsconfig create-key-manager-providerCreates Key Manager ProvidersThe name of the new Key Manager ProviderAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Key Manager Provider which should be created. The value for TYPE can be one of: custom | file-based | pkcs11dsconfig create-local-db-indexCreates Local DB IndexesThe name of the Local DB BackendThe 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.Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Local DB Index which should be created (Default: generic). The value for TYPE can be one of: genericdsconfig create-local-db-vlv-indexCreates Local DB VLV IndexesThe name of the Local DB BackendThe 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.Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Local DB VLV Index which should be created (Default: generic). The value for TYPE can be one of: genericdsconfig create-log-publisherCreates Log PublishersThe name of the new Log PublisherAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe 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-accessdsconfig create-log-retention-policyCreates Log Retention PoliciesThe name of the new Log Retention PolicyAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Log Retention Policy which should be created. The value for TYPE can be one of: custom | file-count | free-disk-space | size-limitdsconfig create-log-rotation-policyCreates Log Rotation PoliciesThe name of the new Log Rotation PolicyAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Log Rotation Policy which should be created. The value for TYPE can be one of: custom | fixed-time | size-limit | time-limitdsconfig create-matching-ruleCreates Matching RulesThe name of the new Matching RuleAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Matching Rule which should be created (Default: generic). The value for TYPE can be one of: collation | genericdsconfig create-monitor-providerCreates Monitor ProvidersThe name of the new Monitor ProviderAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe 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 | versiondsconfig create-password-generatorCreates Password GeneratorsThe name of the new Password GeneratorAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Password Generator which should be created. The value for TYPE can be one of: custom | randomdsconfig create-password-policyCreates Authentication PoliciesThe name of the new Authentication PolicyAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Authentication Policy which should be created. The value for TYPE can be one of: ldap-pass-through | password-policydsconfig create-password-storage-schemeCreates Password Storage SchemesThe name of the new Password Storage SchemeAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe 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 | pkcs5s2 | rc4 | salted-md5 | salted-sha1 | salted-sha256 | salted-sha384 | salted-sha512 | sha1 | triple-desdsconfig create-password-validatorCreates Password ValidatorsThe name of the new Password ValidatorAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe 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-charactersdsconfig create-pluginCreates PluginsThe name of the new PluginAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe 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-attributedsconfig create-replication-domainCreates Replication DomainsThe name of the Replication Synchronization ProviderThe name of the new Replication DomainAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Replication Domain which should be created (Default: generic). The value for TYPE can be one of: genericdsconfig create-replication-serverCreates Replication ServersThe name of the Replication Synchronization ProviderAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Replication Server which should be created (Default: generic). The value for TYPE can be one of: genericdsconfig create-sasl-mechanism-handlerCreates SASL Mechanism HandlersThe name of the new SASL Mechanism HandlerAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe 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 | plaindsconfig create-synchronization-providerCreates Synchronization ProvidersThe name of the new Synchronization ProviderAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Synchronization Provider which should be created. The value for TYPE can be one of: custom | replicationdsconfig create-trust-manager-providerCreates Trust Manager ProvidersThe name of the new Trust Manager ProviderAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe type of Trust Manager Provider which should be created. The value for TYPE can be one of: blind | custom | file-baseddsconfig create-virtual-attributeCreates Virtual AttributesThe name of the new Virtual AttributeAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itThe 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-defineddsconfig delete-access-log-filtering-criteriaDeletes Access Log Filtering CriteriaThe name of the Access Log PublisherThe name of the Access Log Filtering CriteriaIgnore non-existent Access Log Filtering Criteriadsconfig delete-account-status-notification-handlerDeletes Account Status Notification HandlersThe name of the Account Status Notification HandlerIgnore non-existent Account Status Notification Handlersdsconfig delete-alert-handlerDeletes Alert HandlersThe name of the Alert HandlerIgnore non-existent Alert Handlersdsconfig delete-attribute-syntaxDeletes Attribute SyntaxesThe name of the Attribute SyntaxIgnore non-existent Attribute Syntaxesdsconfig delete-backendDeletes BackendsThe name of the BackendIgnore non-existent Backendsdsconfig delete-certificate-mapperDeletes Certificate MappersThe name of the Certificate MapperIgnore non-existent Certificate Mappersdsconfig delete-connection-handlerDeletes Connection HandlersThe name of the Connection HandlerIgnore non-existent Connection Handlersdsconfig delete-debug-targetDeletes Debug TargetsThe name of the Debug Log PublisherThe name of the Debug TargetIgnore non-existent Debug Targetsdsconfig delete-entry-cacheDeletes Entry CachesThe name of the Entry CacheIgnore non-existent Entry Cachesdsconfig delete-extended-operation-handlerDeletes Extended Operation HandlersThe name of the Extended Operation HandlerIgnore non-existent Extended Operation Handlersdsconfig delete-group-implementationDeletes Group ImplementationsThe name of the Group ImplementationIgnore non-existent Group Implementationsdsconfig delete-identity-mapperDeletes Identity MappersThe name of the Identity MapperIgnore non-existent Identity Mappersdsconfig delete-key-manager-providerDeletes Key Manager ProvidersThe name of the Key Manager ProviderIgnore non-existent Key Manager Providersdsconfig delete-local-db-indexDeletes Local DB IndexesThe name of the Local DB BackendThe name of the Local DB IndexIgnore non-existent Local DB Indexesdsconfig delete-local-db-vlv-indexDeletes Local DB VLV IndexesThe name of the Local DB BackendThe name of the Local DB VLV IndexIgnore non-existent Local DB VLV Indexesdsconfig delete-log-publisherDeletes Log PublishersThe name of the Log PublisherIgnore non-existent Log Publishersdsconfig delete-log-retention-policyDeletes Log Retention PoliciesThe name of the Log Retention PolicyIgnore non-existent Log Retention Policiesdsconfig delete-log-rotation-policyDeletes Log Rotation PoliciesThe name of the Log Rotation PolicyIgnore non-existent Log Rotation Policiesdsconfig delete-matching-ruleDeletes Matching RulesThe name of the Matching RuleIgnore non-existent Matching Rulesdsconfig delete-monitor-providerDeletes Monitor ProvidersThe name of the Monitor ProviderIgnore non-existent Monitor Providersdsconfig delete-password-generatorDeletes Password GeneratorsThe name of the Password GeneratorIgnore non-existent Password Generatorsdsconfig delete-password-policyDeletes Authentication PoliciesThe name of the Authentication PolicyIgnore non-existent Authentication Policiesdsconfig delete-password-storage-schemeDeletes Password Storage SchemesThe name of the Password Storage SchemeIgnore non-existent Password Storage Schemesdsconfig delete-password-validatorDeletes Password ValidatorsThe name of the Password ValidatorIgnore non-existent Password Validatorsdsconfig delete-pluginDeletes PluginsThe name of the PluginIgnore non-existent Pluginsdsconfig delete-replication-domainDeletes Replication DomainsThe name of the Replication Synchronization ProviderThe name of the Replication DomainIgnore non-existent Replication Domainsdsconfig delete-replication-serverDeletes Replication ServersThe name of the Replication Synchronization ProviderIgnore non-existent Replication Serversdsconfig delete-sasl-mechanism-handlerDeletes SASL Mechanism HandlersThe name of the SASL Mechanism HandlerIgnore non-existent SASL Mechanism Handlersdsconfig delete-synchronization-providerDeletes Synchronization ProvidersThe name of the Synchronization ProviderIgnore non-existent Synchronization Providersdsconfig delete-trust-manager-providerDeletes Trust Manager ProvidersThe name of the Trust Manager ProviderIgnore non-existent Trust Manager Providersdsconfig delete-virtual-attributeDeletes Virtual AttributesThe name of the Virtual AttributeIgnore non-existent Virtual Attributesdsconfig get-access-control-handler-propShows Access Control Handler propertiesThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-access-log-filtering-criteria-propShows Access Log Filtering Criteria propertiesThe name of the Access Log PublisherThe name of the Access Log Filtering CriteriaThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-account-status-notification-handler-propShows Account Status Notification Handler propertiesThe name of the Account Status Notification HandlerThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-administration-connector-propShows Administration Connector propertiesThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-alert-handler-propShows Alert Handler propertiesThe name of the Alert HandlerThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-attribute-syntax-propShows Attribute Syntax propertiesThe name of the Attribute SyntaxThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-backend-propShows Backend propertiesThe name of the BackendThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-certificate-mapper-propShows Certificate Mapper propertiesThe name of the Certificate MapperThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-connection-handler-propShows Connection Handler propertiesThe name of the Connection HandlerThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-crypto-manager-propShows Crypto Manager propertiesThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-debug-target-propShows Debug Target propertiesThe name of the Debug Log PublisherThe name of the Debug TargetThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-entry-cache-propShows Entry Cache propertiesThe name of the Entry CacheThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-extended-operation-handler-propShows Extended Operation Handler propertiesThe name of the Extended Operation HandlerThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-external-changelog-domain-propShows External Changelog Domain propertiesThe name of the Replication Synchronization ProviderThe name of the Replication DomainThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-global-configuration-propShows Global Configuration propertiesThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-group-implementation-propShows Group Implementation propertiesThe name of the Group ImplementationThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-identity-mapper-propShows Identity Mapper propertiesThe name of the Identity MapperThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-key-manager-provider-propShows Key Manager Provider propertiesThe name of the Key Manager ProviderThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-local-db-index-propShows Local DB Index propertiesThe name of the Local DB BackendThe name of the Local DB IndexThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-local-db-vlv-index-propShows Local DB VLV Index propertiesThe name of the Local DB BackendThe name of the Local DB VLV IndexThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-log-publisher-propShows Log Publisher propertiesThe name of the Log PublisherThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-log-retention-policy-propShows Log Retention Policy propertiesThe name of the Log Retention PolicyThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-log-rotation-policy-propShows Log Rotation Policy propertiesThe name of the Log Rotation PolicyThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-matching-rule-propShows Matching Rule propertiesThe name of the Matching RuleThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-monitor-provider-propShows Monitor Provider propertiesThe name of the Monitor ProviderThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-password-generator-propShows Password Generator propertiesThe name of the Password GeneratorThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-password-policy-propShows Authentication Policy propertiesThe name of the Authentication PolicyThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-password-storage-scheme-propShows Password Storage Scheme propertiesThe name of the Password Storage SchemeThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-password-validator-propShows Password Validator propertiesThe name of the Password ValidatorThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-plugin-propShows Plugin propertiesThe name of the PluginThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-plugin-root-propShows Plugin Root propertiesThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-replication-domain-propShows Replication Domain propertiesThe name of the Replication Synchronization ProviderThe name of the Replication DomainThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-replication-server-propShows Replication Server propertiesThe name of the Replication Synchronization ProviderThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-root-dn-propShows Root DN propertiesThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-root-dse-backend-propShows Root DSE Backend propertiesThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-sasl-mechanism-handler-propShows SASL Mechanism Handler propertiesThe name of the SASL Mechanism HandlerThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-synchronization-provider-propShows Synchronization Provider propertiesThe name of the Synchronization ProviderThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-trust-manager-provider-propShows Trust Manager Provider propertiesThe name of the Trust Manager ProviderThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-virtual-attribute-propShows Virtual Attribute propertiesThe name of the Virtual AttributeThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig get-work-queue-propShows Work Queue propertiesThe name of a property to be displayedModifies the display output to show one property value per lineDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-access-log-filtering-criteriaLists existing Access Log Filtering CriteriaThe name of the Access Log PublisherThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-account-status-notification-handlersLists existing Account Status Notification HandlersThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-alert-handlersLists existing Alert HandlersThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-attribute-syntaxesLists existing Attribute SyntaxesThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-backendsLists existing BackendsThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-certificate-mappersLists existing Certificate MappersThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-connection-handlersLists existing Connection HandlersThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-debug-targetsLists existing Debug TargetsThe name of the Debug Log PublisherThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-entry-cachesLists existing Entry CachesThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-extended-operation-handlersLists existing Extended Operation HandlersThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-group-implementationsLists existing Group ImplementationsThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-identity-mappersLists existing Identity MappersThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-key-manager-providersLists existing Key Manager ProvidersThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-local-db-indexesLists existing Local DB IndexesThe name of the Local DB BackendThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-local-db-vlv-indexesLists existing Local DB VLV IndexesThe name of the Local DB BackendThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-log-publishersLists existing Log PublishersThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-log-retention-policiesLists existing Log Retention PoliciesThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-log-rotation-policiesLists existing Log Rotation PoliciesThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-matching-rulesLists existing Matching RulesThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-monitor-providersLists existing Monitor ProvidersThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-password-generatorsLists existing Password GeneratorsThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-password-policiesLists existing Password PoliciesThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-password-storage-schemesLists existing Password Storage SchemesThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-password-validatorsLists existing Password ValidatorsThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-pluginsLists existing PluginsThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-propertiesDescribes managed objects and their propertiesThe category of components whose properties should be describedThe 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" optionModifies the display output to show the inherited properties of componentsThe name of a property to be displayeddsconfig list-replication-domainsLists existing Replication DomainsThe name of the Replication Synchronization ProviderThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-replication-serverLists existing Replication ServerThe name of the Replication Synchronization ProviderThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-sasl-mechanism-handlersLists existing SASL Mechanism HandlersThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-synchronization-providersLists existing Synchronization ProvidersThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-trust-manager-providersLists existing Trust Manager ProvidersThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig list-virtual-attributesLists existing Virtual AttributesThe name of a property to be displayedDisplay size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)dsconfig set-access-control-handler-propModifies Access Control Handler propertiesAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-access-log-filtering-criteria-propModifies Access Log Filtering Criteria propertiesThe name of the Access Log PublisherThe name of the Access Log Filtering CriteriaAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-account-status-notification-handler-propModifies Account Status Notification Handler propertiesThe name of the Account Status Notification HandlerAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-administration-connector-propModifies Administration Connector propertiesAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-alert-handler-propModifies Alert Handler propertiesThe name of the Alert HandlerAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-attribute-syntax-propModifies Attribute Syntax propertiesThe name of the Attribute SyntaxAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-backend-propModifies Backend propertiesThe name of the BackendAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-certificate-mapper-propModifies Certificate Mapper propertiesThe name of the Certificate MapperAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-connection-handler-propModifies Connection Handler propertiesThe name of the Connection HandlerAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-crypto-manager-propModifies Crypto Manager propertiesAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-debug-target-propModifies Debug Target propertiesThe name of the Debug Log PublisherThe name of the Debug TargetAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-entry-cache-propModifies Entry Cache propertiesThe name of the Entry CacheAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-extended-operation-handler-propModifies Extended Operation Handler propertiesThe name of the Extended Operation HandlerAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-external-changelog-domain-propModifies External Changelog Domain propertiesThe name of the Replication Synchronization ProviderThe name of the Replication DomainAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-global-configuration-propModifies Global Configuration propertiesAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-group-implementation-propModifies Group Implementation propertiesThe name of the Group ImplementationAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-identity-mapper-propModifies Identity Mapper propertiesThe name of the Identity MapperAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-key-manager-provider-propModifies Key Manager Provider propertiesThe name of the Key Manager ProviderAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-local-db-index-propModifies Local DB Index propertiesThe name of the Local DB BackendThe name of the Local DB IndexAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-local-db-vlv-index-propModifies Local DB VLV Index propertiesThe name of the Local DB BackendThe name of the Local DB VLV IndexAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-log-publisher-propModifies Log Publisher propertiesThe name of the Log PublisherAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-log-retention-policy-propModifies Log Retention Policy propertiesThe name of the Log Retention PolicyAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-log-rotation-policy-propModifies Log Rotation Policy propertiesThe name of the Log Rotation PolicyAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-matching-rule-propModifies Matching Rule propertiesThe name of the Matching RuleAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-monitor-provider-propModifies Monitor Provider propertiesThe name of the Monitor ProviderAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-password-generator-propModifies Password Generator propertiesThe name of the Password GeneratorAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-password-policy-propModifies Authentication Policy propertiesThe name of the Authentication PolicyAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-password-storage-scheme-propModifies Password Storage Scheme propertiesThe name of the Password Storage SchemeAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-password-validator-propModifies Password Validator propertiesThe name of the Password ValidatorAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-plugin-propModifies Plugin propertiesThe name of the PluginAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-plugin-root-propModifies Plugin Root propertiesAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-replication-domain-propModifies Replication Domain propertiesThe name of the Replication Synchronization ProviderThe name of the Replication DomainAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-replication-server-propModifies Replication Server propertiesThe name of the Replication Synchronization ProviderAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-root-dn-propModifies Root DN propertiesAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-root-dse-backend-propModifies Root DSE Backend propertiesAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-sasl-mechanism-handler-propModifies SASL Mechanism Handler propertiesThe name of the SASL Mechanism HandlerAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-synchronization-provider-propModifies Synchronization Provider propertiesThe name of the Synchronization ProviderAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-trust-manager-provider-propModifies Trust Manager Provider propertiesThe name of the Trust Manager ProviderAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-virtual-attribute-propModifies Virtual Attribute propertiesThe name of the Virtual AttributeAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removeddsconfig set-work-queue-propModifies Work Queue propertiesAssigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to itResets a property back to its default values where PROP is the name of the property to be resetAdds a single value to a property where PROP is the name of the property and VALUE is the single value to be addedRemoves a single value from a property where PROP is the name of the property and VALUE is the single value to be removedExit Codes0The command completed successfully.> 0An error occurred.ExamplesMuch of the OpenDJ Administration Guide consists
of dsconfig examples with text in between. This section
therefore remains short.The following example starts dsconfig in interactive,
menu-driven mode on the default port of the current host.
$ dsconfig -h opendj.example.com -p 4444 -D "cn=Directory Manager" -w password
>>>> OpenDJ configuration console main menu
What do you want to configure?
1) Access Control Handler 23) Log Publisher
2) Access Log Filtering Criteria 24) Log Retention Policy
3) Account Status Notification Handler 25) Log Rotation Policy
4) Administration Connector 26) Matching Rule
5) Alert Handler 27) Monitor Provider
6) Attribute Syntax 28) Password Generator
7) Backend 29) Password Policy
8) Backend Index 30) Password Storage Scheme
9) Backend VLV Index 31) Password Validator
10) Certificate Mapper 32) Plugin
11) Connection Handler 33) Plugin Root
12) Crypto Manager 34) Replication Domain
13) Debug Target 35) Replication Server
14) Entry Cache 36) Root DN
15) Extended Operation Handler 37) Root DSE Backend
16) External Changelog Domain 38) SASL Mechanism Handler
17) Global Configuration 39) Schema Provider
18) Group Implementation 40) Synchronization Provider
19) Identity Mapper 41) Trust Manager Provider
20) Key Manager Provider 42) Virtual Attribute
21) Local DB Index 43) Work Queue
22) Local DB VLV Index
q) quit
Enter choice: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.
$ 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.batchset-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-promptset-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
$
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 dsconfig, strip dsconfig
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).