From e680e90e169eaf761b92114c893ea43a0729cb98 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 02 Apr 2015 12:54:27 +0000
Subject: [PATCH] CR-6546 OPENDJ-1787 Automate man page generation

---
 /dev/null                                                               |  107 -------
 opendj-server-legacy/src/svr4/OpenDJ/layout.xml                         |    2 
 opendj-server-legacy/pom.xml                                            |  299 ++++++++++++++------
 opendj-server-legacy/src/main/docbkx/man-pages/man-configure.xml        |  166 +++++++++++
 opendj-server-legacy/src/main/docbkx/man-pages/man-opendj.xml           |  154 +++++++++++
 opendj-server-legacy/src/main/docbkx/reference/index.xml                |    6 
 pom.xml                                                                 |   61 ++-
 opendj-server-legacy/src/main/docbkx/install-guide/chap-install-cli.xml |   37 +-
 8 files changed, 585 insertions(+), 247 deletions(-)

diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index 3a5d2cb..32b1147 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -527,43 +527,7 @@
             </configuration>
           </execution>
 
-          <!-- Generates log references for documentation -->
-          <execution>
-            <goals>
-              <goal>generate-xml-messages-doc</goal>
-            </goals>
-            <configuration>
-              <messagesDirectory>${basedir}/src/messages/org/opends/messages</messagesDirectory>
-              <outputDirectory>${project.build.directory}/docgen/logref</outputDirectory>
-              <logMessageReferenceFilePath>${basedir}/resource/log-message-reference.xml</logMessageReferenceFilePath>
-              <messageFileNames>
-                <!-- for xxx_yyy.properties generates a log-ref-xxx-yyy.xml file -->
-                <messageFileName>admin</messageFileName>
-                <messageFileName>backend</messageFileName>
-                <messageFileName>config</messageFileName>
-                <messageFileName>core</messageFileName>
-                <messageFileName>dsconfig</messageFileName>
-                <messageFileName>extension</messageFileName>
-                <messageFileName>jeb</messageFileName>
-                <messageFileName>logger</messageFileName>
-                <messageFileName>plugin</messageFileName>
-                <messageFileName>protocol</messageFileName>
-                <messageFileName>replication</messageFileName>
-                <messageFileName>schema</messageFileName>
-                <messageFileName>task</messageFileName>
-                <messageFileName>tool</messageFileName>
-                <messageFileName>utility</messageFileName>
-
-                <!-- Ignore following message files as we document only serious errors. -->
-                <!-- <messageFileName>access_control</messageFileName> -->
-                <!-- <messageFileName>admin_tool</messageFileName> -->
-                <!-- <messageFileName>quicksetup.properties</messageFileName> -->
-                <!-- <messageFileName>runtime_information.properties</messageFileName> -->
-                <!-- <messageFileName>version.properties</messageFileName> -->
-              </messageFileNames>
-            </configuration>
-          </execution>
-
+          <!-- Generates man page sources -->
           <execution>
              <id>generate-doc</id>
              <goals>
@@ -1454,65 +1418,6 @@
         </executions>
       </plugin>
 
-      <!-- Generate documentation -->
-      <plugin>
-        <groupId>org.forgerock.opendj</groupId>
-        <artifactId>opendj-doc-plugin</artifactId>
-        <version>${project.version}</version>
-        <executions>
-          <execution>
-            <id>generate-schema-reference-doc</id>
-            <phase>pre-site</phase>
-            <goals>
-              <goal>generate-schema-ref</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-
-      <plugin>
-        <groupId>org.forgerock.commons</groupId>
-        <artifactId>forgerock-doc-maven-plugin</artifactId>
-        <version>${frDocPluginVersion}</version>
-        <inherited>false</inherited>
-        <configuration>
-          <projectName>${shortProductName}</projectName>
-          <projectVersion>${docTargetVersion}</projectVersion>
-          <releaseVersion>${docTargetVersion}</releaseVersion>
-          <googleAnalyticsId>${gaId}</googleAnalyticsId>
-        </configuration>
-        <executions>
-          <execution>
-            <id>pre-process-doc</id>
-            <phase>pre-site</phase>
-            <goals>
-              <goal>process</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>build-doc</id>
-            <phase>pre-site</phase>
-            <goals>
-              <goal>build</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>layout-doc</id>
-            <phase>site</phase>
-            <goals>
-              <goal>site</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>layout-release</id>
-            <phase>site</phase>
-            <goals>
-              <goal>release</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-
       <!-- Build javadoc -->
       <plugin>
         <groupId>org.forgerock.maven.plugins</groupId>
@@ -1921,6 +1826,98 @@
       </build>
     </profile>
 
+    <profile>
+      <!-- Build documentation -->
+      <id>docs</id>
+
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.forgerock.opendj</groupId>
+            <artifactId>opendj-doc-plugin</artifactId>
+            <version>${project.version}</version>
+            <executions>
+              <execution>
+                <id>generate-schema-reference-doc</id>
+                <phase>prepare-package</phase>
+                <goals>
+                  <goal>generate-schema-ref</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+
+          <plugin>
+            <groupId>org.forgerock.opendj</groupId>
+            <artifactId>opendj-maven-plugin</artifactId>
+            <version>${project.version}</version>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>generate-xml-messages-doc</goal>
+                </goals>
+                <phase>prepare-package</phase>
+                <configuration>
+                  <messagesDirectory>${basedir}/src/messages/org/opends/messages</messagesDirectory>
+                  <outputDirectory>${project.build.directory}/docgen/logref</outputDirectory>
+                  <logMessageReferenceFilePath>${basedir}/resource/log-message-reference.xml</logMessageReferenceFilePath>
+                  <messageFileNames>
+                    <!-- for xxx_yyy.properties generates a log-ref-xxx-yyy.xml file -->
+                    <messageFileName>admin</messageFileName>
+                    <messageFileName>backend</messageFileName>
+                    <messageFileName>config</messageFileName>
+                    <messageFileName>core</messageFileName>
+                    <messageFileName>dsconfig</messageFileName>
+                    <messageFileName>extension</messageFileName>
+                    <messageFileName>jeb</messageFileName>
+                    <messageFileName>logger</messageFileName>
+                    <messageFileName>plugin</messageFileName>
+                    <messageFileName>protocol</messageFileName>
+                    <messageFileName>replication</messageFileName>
+                    <messageFileName>schema</messageFileName>
+                    <messageFileName>task</messageFileName>
+                    <messageFileName>tool</messageFileName>
+                    <messageFileName>utility</messageFileName>
+
+                    <!-- Ignore following message files as we document only serious errors. -->
+                    <!-- <messageFileName>access_control</messageFileName> -->
+                    <!-- <messageFileName>admin_tool</messageFileName> -->
+                    <!-- <messageFileName>quicksetup.properties</messageFileName> -->
+                    <!-- <messageFileName>runtime_information.properties</messageFileName> -->
+                    <!-- <messageFileName>version.properties</messageFileName> -->
+                  </messageFileNames>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+
+          <plugin>
+            <groupId>org.forgerock.commons</groupId>
+            <artifactId>forgerock-doc-maven-plugin</artifactId>
+            <inherited>false</inherited>
+            <executions>
+              <execution>
+                <id>build-doc</id>
+                <phase>pre-site</phase>
+                <goals>
+                  <goal>process</goal>
+                  <goal>build</goal>
+                </goals>
+              </execution>
+              <execution>
+                <id>layout-doc</id>
+                <phase>site</phase>
+                <goals>
+                  <goal>site</goal>
+                  <goal>release</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+
     <!-- Build the debian package -->
     <profile>
       <id>package-deb</id>
@@ -1930,10 +1927,32 @@
           <deb.docprefix>/usr/share/doc/${lowerCaseProductName}</deb.docprefix>
           <deb.release>1</deb.release>
           <deb.maintainer>opendj@forgerock.org</deb.maintainer>
+          <manpage.dir>${project.build.directory}/docbkx/manpages/reference</manpage.dir>
         </properties>
 
         <build>
           <plugins>
+            <!-- Build man pages -->
+            <plugin>
+                <groupId>org.forgerock.commons</groupId>
+                <artifactId>forgerock-doc-maven-plugin</artifactId>
+                <configuration>
+                    <formats combine.self="override">
+                        <format>man</format>
+                    </formats>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>build-man-pages</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>process</goal>
+                            <goal>build</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
             <!-- Filter deb install and remove scripts -->
             <plugin>
               <artifactId>maven-resources-plugin</artifactId>
@@ -1974,6 +1993,21 @@
                     </target>
                   </configuration>
                 </execution>
+                <execution>
+                  <id>gzip-man-pages</id>
+                  <phase>verify</phase>
+                  <goals>
+                    <goal>run</goal>
+                  </goals>
+                  <configuration>
+                    <target>
+                      <apply executable="gzip"><!-- Must we also build these packages on Windows? -->
+                        <arg value="-9" />
+                        <fileset dir="${manpage.dir}" />
+                      </apply>
+                    </target>
+                  </configuration>
+                </execution>
               </executions>
             </plugin>
 
@@ -2034,6 +2068,16 @@
                         </mapper>
                       </data>
 
+                      <!-- OpenDJ man pages -->
+                      <data>
+                        <src>${manpage.dir}</src>
+                        <type>directory</type>
+                        <mapper>
+                          <type>perm</type>
+                          <prefix>${deb.prefix}/share/man</prefix>
+                        </mapper>
+                      </data>
+
                       <!-- OpenDJ archive files without specific permission -->
                       <data>
                         <src>${project.build.directory}/package/${lowerCaseProductName}</src>
@@ -2089,6 +2133,27 @@
 
       <build>
         <plugins>
+            <!-- Build man pages -->
+          <plugin>
+            <groupId>org.forgerock.commons</groupId>
+            <artifactId>forgerock-doc-maven-plugin</artifactId>
+            <configuration>
+              <formats combine.self="override">
+                <format>man</format>
+              </formats>
+            </configuration>
+            <executions>
+              <execution>
+                <id>build-man-pages</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>process</goal>
+                  <goal>build</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>rpm-maven-plugin</artifactId>
@@ -2136,6 +2201,12 @@
                   <directory>${rpm.prefix}/lib/extensions</directory>
                 </mapping>
                 <mapping>
+                  <directory>${rpm.prefix}/share</directory>
+                </mapping>
+                <mapping>
+                  <directory>${rpm.prefix}/share/man</directory>
+                </mapping>
+                <mapping>
                   <directory>${rpm.prefix}/snmp</directory>
                 </mapping>
                 <mapping>
@@ -2175,7 +2246,7 @@
                   </sources>
                 </mapping>
 
-                <!-- Add executables scripts and librairies -->
+                <!-- Add executable scripts and libraries -->
                 <mapping>
                   <directory>${rpm.prefix}</directory>
                   <filemode>755</filemode>
@@ -2199,6 +2270,19 @@
                   </sources>
                 </mapping>
 
+                <!-- Add man pages -->
+                <mapping>
+                  <directory>${rpm.prefix}/share/man</directory>
+                  <sources>
+                    <source>
+                      <location>${project.build.directory}/docbkx/manpages/reference</location>
+                      <includes>
+                        <include>**/*.*</include>
+                      </includes>
+                    </source>
+                  </sources>
+                </mapping>
+
                 <!-- Add other files to the rpm -->
                 <mapping>
                   <directory>${rpm.prefix}</directory>
@@ -2285,6 +2369,27 @@
       <id>package-svr4</id>
       <build>
         <plugins>
+          <!-- Build man pages -->
+          <plugin>
+            <groupId>org.forgerock.commons</groupId>
+            <artifactId>forgerock-doc-maven-plugin</artifactId>
+            <configuration>
+              <formats combine.self="override">
+                <format>man</format>
+              </formats>
+            </configuration>
+            <executions>
+              <execution>
+                <id>build-man-pages</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>process</goal>
+                  <goal>build</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
diff --git a/opendj-server-legacy/resource/man/man1/backup.1 b/opendj-server-legacy/resource/man/man1/backup.1
deleted file mode 100644
index 9496ecd..0000000
--- a/opendj-server-legacy/resource/man/man1/backup.1
+++ /dev/null
@@ -1,296 +0,0 @@
-'\" t
-.\"     Title: backup
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 07/16/2013
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.8.0
-.\"  Language: English
-.\"
-.TH "BACKUP" "1" "07/16/2013" "OpenDJ 2\&.8\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-backup \- back up OpenDJ directory data
-.SH "SYNOPSIS"
-.HP \w'\fBbackup\fR\ 'u
-\fBbackup\fR {options}
-.SH "DESCRIPTION"
-.PP
-This utility can be used to back up one or more directory server backends\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-a, \-\-backUpAll\fR
-.RS 4
-Back up all backends in the server
-.RE
-.PP
-\fB\-A, \-\-hash\fR
-.RS 4
-Generate a hash of the backup contents
-.RE
-.PP
-\fB\-B, \-\-incrementalBaseID {backupID}\fR
-.RS 4
-Backup ID of the source archive for an incremental backup\&.
-.RE
-.PP
-\fB\-c, \-\-compress\fR
-.RS 4
-Compress the backup content
-.RE
-.PP
-\fB\-d, \-\-backupDirectory {backupDir}\fR
-.RS 4
-Path to the target directory for the backup file(s)
-.RE
-.PP
-\fB\-i, \-\-incremental\fR
-.RS 4
-Perform an incremental backup rather than a full backup
-.RE
-.PP
-\fB\-I, \-\-backupID {backupID}\fR
-.RS 4
-Use the provided identifier for the backup
-.RE
-.PP
-\fB\-n, \-\-backendID {backendName}\fR
-.RS 4
-Backend ID for the backend to archive
-.RE
-.PP
-\fB\-s, \-\-signHash\fR
-.RS 4
-Sign the hash of the backup contents
-.RE
-.PP
-\fB\-y, \-\-encrypt\fR
-.RS 4
-Encrypt the backup contents
-.RE
-.SS "Task Backend Connection Options"
-.PP
-\fB\-\-connectTimeout {timeout}\fR
-.RS 4
-Maximum length of time (in milliseconds) that can be taken to establish a connection\&. Use \*(Aq0\*(Aq to specify no time out\&.
-.sp
-Default value: 30000
-.RE
-.PP
-\fB\-D, \-\-bindDN {bindDN}\fR
-.RS 4
-DN to use to bind to the server
-.sp
-Default value: cn=Directory Manager
-.RE
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value: localhost\&.localdomain
-.RE
-.PP
-\fB\-j, \-\-bindPasswordFile {bindPasswordFile}\fR
-.RS 4
-Bind password file
-.RE
-.PP
-\fB\-K, \-\-keyStorePath {keyStorePath}\fR
-.RS 4
-Certificate key store path
-.RE
-.PP
-\fB\-N, \-\-certNickname {nickname}\fR
-.RS 4
-Nickname of certificate for SSL client authentication
-.RE
-.PP
-\fB\-o, \-\-saslOption {name=value}\fR
-.RS 4
-SASL bind options
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server administration port number
-.sp
-Default value: 4444
-.RE
-.PP
-\fB\-P, \-\-trustStorePath {trustStorePath}\fR
-.RS 4
-Certificate trust store path
-.RE
-.PP
-\fB\-T, \-\-trustStorePassword {trustStorePassword}\fR
-.RS 4
-Certificate trust store PIN
-.RE
-.PP
-\fB\-u, \-\-keyStorePasswordFile {keyStorePasswordFile}\fR
-.RS 4
-Certificate key store PIN file
-.RE
-.PP
-\fB\-U, \-\-trustStorePasswordFile {path}\fR
-.RS 4
-Certificate trust store PIN file
-.RE
-.PP
-\fB\-w, \-\-bindPassword {bindPassword}\fR
-.RS 4
-Password to use to bind to the server
-.sp
-Use
-\fB\-w \-\fR
-to have the command prompt for the password, rather than enter the password on the command line\&.
-.RE
-.PP
-\fB\-W, \-\-keyStorePassword {keyStorePassword}\fR
-.RS 4
-Certificate key store PIN
-.RE
-.PP
-\fB\-X, \-\-trustAll\fR
-.RS 4
-Trust all server SSL certificates
-.RE
-.SS "Task Scheduling Options"
-.PP
-\fB\-\-completionNotify {emailAddress}\fR
-.RS 4
-Email address of a recipient to be notified when the task completes\&. This option may be specified more than once\&.
-.RE
-.PP
-\fB\-\-dependency {taskID}\fR
-.RS 4
-ID of a task upon which this task depends\&. A task will not start execution until all its dependencies have completed execution\&.
-.RE
-.PP
-\fB\-\-errorNotify {emailAddress}\fR
-.RS 4
-Email address of a recipient to be notified if an error occurs when this task executes\&. This option may be specified more than once\&.
-.RE
-.PP
-\fB\-\-failedDependencyAction {action}\fR
-.RS 4
-Action this task will take should one if its dependent tasks fail\&. The value must be one of PROCESS, CANCEL, DISABLE\&. If not specified defaults to CANCEL\&.
-.RE
-.PP
-\fB\-\-recurringTask {schedulePattern}\fR
-.RS 4
-Indicates the task is recurring and will be scheduled according to the value argument expressed in crontab(5) compatible time/date pattern\&.
-.RE
-.PP
-\fB\-t, \-\-start {startTime}\fR
-.RS 4
-Indicates the date/time at which this operation will start when scheduled as a server task expressed in YYYYMMDDhhmmssZ format for UTC time or YYYYMMDDhhmmss for local time\&. A value of \*(Aq0\*(Aq will cause the task to be scheduled for immediate execution\&. When this option is specified the operation will be scheduled to start at the specified time after which this utility will exit immediately\&.
-.RE
-.SS "Utility Input/Output Options"
-.PP
-\fB\-\-noPropertiesFile\fR
-.RS 4
-No properties file will be used to get default command line argument values
-.RE
-.PP
-\fB\-\-propertiesFilePath {propertiesFilePath}\fR
-.RS 4
-Path to the file containing default property values used for command line arguments
-.RE
-.SS "General Options"
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-1
-.RS 4
-An error occurred while parsing the command\-line arguments\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following example backs up all user data while the server is online\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ backup \-p 4444 \-D "cn=Directory Manager" \-w password
- \-a \-d /path/to/opendj/bak \-t 0
-Backup task 20110613143801866 scheduled to start Jun 13, 2011 2:38:01 PM CEST
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-The following example schedules back up of all user data every night at 2 AM when the server is online, and notifies diradmin@example\&.com when finished, or on error\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ backup \-p 4444 \-D "cn=Directory Manager" \-w password \-a
- \-d /path/to/opendj/bak \-\-recurringTask "00 02 * * *"
- \-\-completionNotify diradmin@example\&.com \-\-errorNotify diradmin@example\&.com
-Recurring Backup task BackupTask\-988d6adf\-4d65\-44bf\-8546\-6ea74a2480b0
-scheduled successfully
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-The following example backs up all user data while the server is offline\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ stop\-ds
-Stopping Server\&.\&.\&.
-\&.\&.\&.
-$ backup \-\-backupAll \-\-backupDirectory /path/to/opendj/bak
-\&.\&.\&.
-[28/Sep/2012:12:14:22 +0200] \&.\&.\&. msg=The backup process completed successfully
-$ start\-ds
-[28/Sep/2012:12:15:48 +0200] \&.\&.\&. The Directory Server has started successfully
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2013 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/base64.1 b/opendj-server-legacy/resource/man/man1/base64.1
deleted file mode 100644
index cb1aaca..0000000
--- a/opendj-server-legacy/resource/man/man1/base64.1
+++ /dev/null
@@ -1,135 +0,0 @@
-'\" t
-.\"     Title: base64
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 09/04/2012
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "BASE64" "1" "09/04/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-base64 \- encode and decode base64 strings
-.SH "SYNOPSIS"
-.HP \w'\fBbase64\ \fR\fB\fIsubcommand\fR\fR\ 'u
-\fBbase64 \fR\fB\fIsubcommand\fR\fR {options}
-.SH "DESCRIPTION"
-.PP
-This utility can be used to encode and decode information using base64\&.
-.SH "SUBCOMMANDS"
-.PP
-The following subcommands are supported\&.
-.PP
-\fBbase64 decode\fR
-.RS 4
-Decode base64\-encoded information into raw data
-.sp
-When no options are specified, this subcommand reads from standard input and writes to standard output\&.
-.PP
-\fB\-d, \-\-encodedData {data}\fR
-.RS 4
-The base64\-encoded data to be decoded
-.RE
-.PP
-\fB\-f, \-\-encodedDataFile {path}\fR
-.RS 4
-The path to a file containing the base64\-encoded data to be decoded
-.RE
-.PP
-\fB\-o, \-\-toRawFile {path}\fR
-.RS 4
-The path to a file to which the raw base64\-decoded data should be written
-.RE
-.RE
-.PP
-\fBbase64 encode\fR
-.RS 4
-Encode raw data using base64
-.sp
-When no options are specified, this subcommand reads from standard input and writes to standard output\&.
-.PP
-\fB\-d, \-\-rawData {data}\fR
-.RS 4
-The raw data to be base64 encoded
-.RE
-.PP
-\fB\-f, \-\-rawDataFile {path}\fR
-.RS 4
-The path to a file containing the raw data to be base64 encoded
-.RE
-.PP
-\fB\-o, \-\-toEncodedFile {path}\fR
-.RS 4
-The path to a file to which the base64\-encoded data should be written
-.RE
-.RE
-.SH "GENERAL OPTIONS"
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following command shows the changes from the external change log in human\-readable format\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ base64 decode \-d YWRkOiBkZXNjcmlwdGlvbgpkZXNjcmlwdGlvbjogQSB0aGlyZCBjaGFuZ2UK
-LQpyZXBsYWNlOiBtb2RpZmllcnNOYW1lCm1vZGlmaWVyc05hbWU6IGNuPURpcmVjdG9yeSBNYW5hZ2V
-yLGNuPVJvb3QgRE5zLGNuPWNvbmZpZwotCnJlcGxhY2U6IG1vZGlmeVRpbWVzdGFtcAptb2RpZnlUaW
-1lc3RhbXA6IDIwMTEwNjEzMDcxMjEwWgotCg==
-add: description
-description: A third change
-\-
-replace: modifiersName
-modifiersName: cn=Directory Manager,cn=Root DNs,cn=config
-\-
-replace: modifyTimestamp
-modifyTimestamp: 20110613071210Z
-\-
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2012 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/control-panel.1 b/opendj-server-legacy/resource/man/man1/control-panel.1
deleted file mode 100644
index 25422f4..0000000
--- a/opendj-server-legacy/resource/man/man1/control-panel.1
+++ /dev/null
@@ -1,128 +0,0 @@
-'\" t
-.\"     Title: control-panel
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 03/21/2012
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "CONTROL\-PANEL" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-control-panel \- start the OpenDJ graphical admin interface
-.SH "SYNOPSIS"
-.HP \w'\fBcontrol\-panel\fR\ 'u
-\fBcontrol\-panel\fR {options}
-.SH "DESCRIPTION"
-.PP
-This utility can be used to display the Control Panel window which displays basic server information and allows to do some basic administration tasks on the server\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-r, \-\-remote\fR
-.RS 4
-Connect to a remote server
-.RE
-.SS "LDAP Connection Options"
-.PP
-\fB\-\-connectTimeout {timeout}\fR
-.RS 4
-Maximum length of time (in milliseconds) that can be taken to establish a connection\&. Use \*(Aq0\*(Aq to specify no time out\&.
-.sp
-Default value: 30000
-.RE
-.PP
-\fB\-D, \-\-bindDN {bindDN}\fR
-.RS 4
-DN to use to bind to the server
-.sp
-Default value: cn=Directory Manager
-.RE
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value: localhost\&.localdomain
-.RE
-.PP
-\fB\-j, \-\-adminPasswordFile {bindPasswordFile}\fR
-.RS 4
-Global administrator password file
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server administration port number
-.sp
-Default value: 4444
-.RE
-.PP
-\fB\-w, \-\-adminPassword {bindPassword}\fR
-.RS 4
-Password for the global administrator
-.RE
-.PP
-\fB\-X, \-\-trustAll\fR
-.RS 4
-Trust all server SSL certificates
-.RE
-.SS "General Options"
-.PP
-\fB\-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following example starts the Control Panel on a remote host\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ control\-panel \-r \-h opendj\&.example\&.com \-p 4444 &
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2012 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/create-rc-script.1 b/opendj-server-legacy/resource/man/man1/create-rc-script.1
deleted file mode 100644
index 9dffb2c..0000000
--- a/opendj-server-legacy/resource/man/man1/create-rc-script.1
+++ /dev/null
@@ -1,100 +0,0 @@
-'\" t
-.\"     Title: create-rc-script
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 03/21/2012
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "CREATE\-RC\-SCRIPT" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-create-rc-script \- script to manage OpenDJ as a service on UNIX
-.SH "SYNOPSIS"
-.HP \w'\fBcreate\-rc\-script\fR\ 'u
-\fBcreate\-rc\-script\fR {options}
-.SH "DESCRIPTION"
-.PP
-Create an RC script that may be used to start, stop, and restart the directory server on UNIX\-based systems\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-f, \-\-outputFile {path}\fR
-.RS 4
-The path to the output file to create\&.
-.RE
-.PP
-\fB\-j, \-\-javaHome {path}\fR
-.RS 4
-The path to the Java installation that should be used to run the server\&.
-.RE
-.PP
-\fB\-J, \-\-javaArgs {args}\fR
-.RS 4
-A set of arguments that should be passed to the JVM when running the server\&.
-.RE
-.PP
-\fB\-u, \-\-userName {userName}\fR
-.RS 4
-The name of the user account under which the server should run\&.
-.RE
-.SS "General Options"
-.PP
-\fB\-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following example adds a script to start OpenDJ at boot time on a Debian\-based system, and then updates the runlevel system to use the script\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ sudo create\-rc\-script \-f /etc/init\&.d/opendj \-u mark
-$ sudo update\-rc\&.d opendj
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2012 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/dbtest.1 b/opendj-server-legacy/resource/man/man1/dbtest.1
deleted file mode 100644
index 25b4821..0000000
--- a/opendj-server-legacy/resource/man/man1/dbtest.1
+++ /dev/null
@@ -1,195 +0,0 @@
-'\" t
-.\"     Title: dbtest
-.\"    Author: 
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 01/19/2015
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 3.0.0
-.\"  Language: English
-.\"
-.TH "DBTEST" "1" "01/19/2015" "OpenDJ 3\&.0\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-dbtest \- gather OpenDJ JE database debugging information
-.SH "SYNOPSIS"
-.HP \w'\fBdbtest\ \fR\fB\fIsubcommand\fR\fR\ 'u
-\fBdbtest \fR\fB\fIsubcommand\fR\fR [options]
-.SH "DESCRIPTION"
-.PP
-This utility can be used to debug the JE database\&.
-.SH "SUBCOMMANDS"
-.PP
-The following subcommands are supported\&.
-.PP
-\fBdbtest dump\-database\-container\fR
-.RS 4
-Dump records from a database container
-.sp
-Depending on database size, this subcommand can generate lots of output\&.
-.RE
-.PP
-\fBdbtest list\-database\-containers\fR
-.RS 4
-List the database containers for an entry container
-.RE
-.PP
-\fBdbtest list\-entry\-containers\fR
-.RS 4
-List the entry containers for a root container
-.RE
-.PP
-\fBdbtest list\-index\-status\fR
-.RS 4
-List the status of indexes in an entry container
-.sp
-This command can take a long time to complete, as it reads all indexes for all backends\&.
-.sp
-When you list index status, the result is a table, followed by a "Total", which is the total number of indexes, followed by a list of indexes with "Undefined keys" to show the values for which the number of entries exceeded the index entry limit\&. The table has the following columns\&.
-.PP
-Index Name
-.RS 4
-Name of the index, which takes the form
-\fIattr\&.type\fR
-for attribute indexes, and vlv\&.\fIname\fR
-for VLV indexes\&. Some indexes are for OpenDJ directory server\*(Aqs internal use\&.
-.sp
-Example:
-givenName\&.substring
-.RE
-.PP
-Index Type
-.RS 4
-Type of the index, which is
-Index
-for attribute indexes, and
-VLVIndex
-for VLV indexes\&.
-.RE
-.PP
-JE Database Name
-.RS 4
-Name of the Berkeley Java Edition database, which reflects how OpenDJ directory server organizes the data in the database\&.
-.sp
-Example:
-dc_example_dc_com_givenName\&.substring
-.RE
-.PP
-Index Valid
-.RS 4
-This is
-true
-for valid indexes\&. If this is
-false, the index might be degraded\&. Verify the index, and rebuild the index if necessary\&.
-.RE
-.PP
-Record Count
-.RS 4
-Number of indexed keys\&. Use the
-\fBdbtest dump\-database\-container\fR
-command to see how many entry IDs correspond to each key\&.
-.RE
-.PP
-Undefined
-.RS 4
-Number of keys for which there are too many values to maintain an index, based on the index entry limit\&. This is recorded as
-\-
-for VLV indexes\&.
-.sp
-In other words, with the default index entry limit of 4000, if every user in your large directory has a mail address ending in
-@example\&.com, and a substring index is maintained for
-mail, then OpenDJ directory server does not maintain indexes for keys corresponding to substrings in
-@example\&.com\&.
-.sp
-As a result, an LDAP search with the filter
-"(mail=*@example\&.com)"
-becomes an unindexed search even though a substring index exists for the mail attribute\&. By default OpenDJ directory server does not allow unindexed searches except by privileged users\&. This is usually exactly the behavior you want in order to prevent client applications for example from sending searches that return every user in the directory\&. Clients should refine their search filters instead\&.
-.RE
-.PP
-95%, 90%, 85%
-.RS 4
-Number of keys for which the number of values is approaching the index entry limit, having reached the specified percentage\&. This is a measure of how full the entry ID lists are\&.
-.RE
-.RE
-.PP
-\fBdbtest list\-root\-containers\fR
-.RS 4
-List the root containers used by all JE backends
-.RE
-.SH "OPTIONS"
-.PP
-The following global options are supported\&.
-.PP
-For other options, see
-\fBdbtest \fR\fB\fIsubcommand\fR\fR\fB \-\-help\fR\&.
-.PP
-\fB\-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following example displays debugging information about the equality index for
-sudoUser\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ \fBdbtest dump\-database\-container \-n userRoot \-b dc=example,dc=com \e
- \-d sudoUser\&.equality\fR
-Indexed Value (6 bytes): %admin
-Entry ID List (8 bytes): 165 
-
-Indexed Value (5 bytes): %sudo
-Entry ID List (8 bytes): 164 
-
-Indexed Value (4 bytes): root
-Entry ID List (8 bytes): 163 
-
-
-Total Records: 3
-Total / Average Key Size: 13 bytes / 4 bytes
-Total / Average Data Size: 24 bytes / 8 bytes
-  
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2015 ForgeRock AS.
-.br
diff --git a/opendj-server-legacy/resource/man/man1/dsconfig.1 b/opendj-server-legacy/resource/man/man1/dsconfig.1
deleted file mode 100644
index f07a8db..0000000
--- a/opendj-server-legacy/resource/man/man1/dsconfig.1
+++ /dev/null
@@ -1,4533 +0,0 @@
-'\" t
-.\"     Title: dsconfig
-.\"    Author: 
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 08/19/2014
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 3.0.0-SNAPSHOT
-.\"  Language: English
-.\"
-.TH "DSCONFIG" "1" "08/19/2014" "OpenDJ 3\&.0\&.0\-SNAPSHOT" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-dsconfig \- manage OpenDJ directory server configuration
-.SH "SYNOPSIS"
-.HP \w'\fBdsconfig\ [\fR\fB\fIsubcommand\fR\fR\fB]\fR\ 'u
-\fBdsconfig [\fR\fB\fIsubcommand\fR\fR\fB]\fR [options]
-.SH "DESCRIPTION"
-.PP
-This utility serves to configure a running directory server\&.
-.PP
-The
-\fBdsconfig\fR
-command is the primary command\-line tool for viewing and editing OpenDJ configuration\&. When started without arguments,
-\fBdsconfig\fR
-prompts you for administration connection information, including the host name, administration port number, administrator bind DN and administrator password\&. The
-\fBdsconfig\fR
-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\&.
-.PP
-When you pass connection information, subcommands, and additional options to
-\fBdsconfig\fR, 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
-\fB\-\-no\-prompt\fR
-and
-\fB\-\-trustAll\fR
-options, respectively)\&.
-.PP
-You can prepare
-\fBdsconfig\fR
-batch scripts by running the tool with the
-\fB\-\-commandFilePath\fR
-option in interactive mode, then reading from the batch file with the
-\fB\-\-batchFile\fR
-option in script mode\&. Batch files can be useful when you have many
-\fBdsconfig\fR
-commands to run and want to avoid starting the JVM and setting up a new connection for each command\&.
-.PP
-The
-\fBdsconfig\fR
-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\&.
-.PP
-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\*(Aqs
-listen\-port
-property to
-389
-to use the default LDAP port number\&. You can set the component\*(Aqs
-allow\-start\-tls
-property to
-true
-to permit LDAP client applications to use StartTLS\&. Much of the configuration you do with
-\fBdsconfig\fR
-involves setting component properties\&. The
-\m[blue]\fBOpenDJ Configuration Reference\fR\m[]
-covers all
-\fBdsconfig\fR
-component properties in detail, drawing on the documentation you also view when getting help through the
-\fBdsconfig\fR
-command\&.
-.SH "GETTING HELP"
-.PP
-The
-\fBdsconfig\fR
-command provides many subcommands\&. Use the following options to view help for subcommands\&.
-.PP
-See
-dsconfig Subcommands
-for details of individual subcommands\&.
-.PP
-\fBdsconfig \-\-help\-all\fR
-.RS 4
-Display all subcommands
-.RE
-.PP
-\fBdsconfig \-\-help\-core\-server\fR
-.RS 4
-Display subcommands relating to core server
-.RE
-.PP
-\fBdsconfig \-\-help\-database\fR
-.RS 4
-Display subcommands relating to caching and back\-ends
-.RE
-.PP
-\fBdsconfig \-\-help\-logging\fR
-.RS 4
-Display subcommands relating to logging
-.RE
-.PP
-\fBdsconfig \-\-help\-replication\fR
-.RS 4
-Display subcommands relating to replication
-.RE
-.PP
-\fBdsconfig \-\-help\-security\fR
-.RS 4
-Display subcommands relating to authentication and authorization
-.RE
-.PP
-\fBdsconfig \-\-help\-user\-management\fR
-.RS 4
-Display subcommands relating to user management
-.RE
-.PP
-For help with individual subcommands, either use
-\fBdsconfig \fR\fB\fIsubcommand\fR\fR\fB \-\-help\fR, or start
-\fBdsconfig\fR
-in interactive mode, without specifying a subcommand\&.
-.PP
-To view component properties, use the
-\fBdsconfig list\-properties\fR
-command\&.
-.SH "GENERALLY APPLICABLE OPTIONS"
-.PP
-The following options are supported for all
-\fBdsconfig\fR
-subcommands\&.
-.PP
-\fB\-\-advanced\fR
-.RS 4
-Allows the configuration of advanced components and properties
-.RE
-.SS "LDAP Connection Options"
-.PP
-\fB\-\-connectTimeout {timeout}\fR
-.RS 4
-Maximum length of time (in milliseconds) that can be taken to establish a connection\&. Use \*(Aq0\*(Aq to specify no time out\&.
-.sp
-Default value: 30000
-.RE
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value: localhost\&.localdomain
-.RE
-.PP
-\fB\-I, \-\-adminUID {adminUID}\fR
-.RS 4
-User ID of the global administrator to use to bind to the server\&. For the
-\fBenable\fR
-subcommand, if no global administrator was defined previously for any servers, the global administrator will be created using the UID provided\&.
-.sp
-Default value: admin
-.RE
-.PP
-\fB\-j, \-\-adminPasswordFile {bindPasswordFile}\fR
-.RS 4
-Global administrator password file
-.RE
-.PP
-\fB\-K, \-\-keyStorePath {keyStorePath}\fR
-.RS 4
-Certificate key store path
-.RE
-.PP
-\fB\-N, \-\-certNickname {nickname}\fR
-.RS 4
-Nickname of certificate for SSL client authentication
-.RE
-.PP
-\fB\-o, \-\-saslOption {name=value}\fR
-.RS 4
-SASL bind options
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server administration port number
-.sp
-Default value: 4444
-.RE
-.PP
-\fB\-P, \-\-trustStorePath {trustStorePath}\fR
-.RS 4
-Certificate trust store path
-.sp
-Default value: /path/to/opendj/config/admin\-truststore
-.RE
-.PP
-\fB\-T, \-\-trustStorePassword {trustStorePassword}\fR
-.RS 4
-Certificate trust store PIN
-.RE
-.PP
-\fB\-u, \-\-keyStorePasswordFile {keyStorePasswordFile}\fR
-.RS 4
-Certificate key store PIN file
-.RE
-.PP
-\fB\-U, \-\-trustStorePasswordFile {path}\fR
-.RS 4
-Certificate trust store PIN file
-.RE
-.PP
-\fB\-w, \-\-adminPassword {bindPassword}\fR
-.RS 4
-Password for the global administrator
-.RE
-.PP
-\fB\-W, \-\-keyStorePassword {keyStorePassword}\fR
-.RS 4
-Certificate key store PIN
-.RE
-.PP
-\fB\-X, \-\-trustAll\fR
-.RS 4
-Trust all server SSL certificates
-.RE
-.SS "Utility Input/Output Options"
-.PP
-\fB\-\-commandFilePath {path}\fR
-.RS 4
-The full path to the file where the equivalent non\-interactive commands will be written when this command is run in interactive mode\&.
-.RE
-.PP
-\fB\-\-displayCommand\fR
-.RS 4
-Display the equivalent non\-interactive option on standard output when this command is run in interactive mode\&.
-.RE
-.PP
-\fB\-F, \-\-batchFilePath {batchFilePath}\fR
-.RS 4
-Path to a batch file containing a set of dsconfig commands to be executed
-.RE
-.PP
-\fB\-n, \-\-no\-prompt\fR
-.RS 4
-Use non\-interactive mode\&. If data in the command is missing, the user is not prompted and the command exits with an error\&.
-.RE
-.PP
-\fB\-\-noPropertiesFile\fR
-.RS 4
-No properties file will be used to get default command line argument values
-.RE
-.PP
-\fB\-\-propertiesFilePath {propertiesFilePath}\fR
-.RS 4
-Path to the file containing default property values used for command line arguments
-.RE
-.PP
-\fB\-Q, \-\-quiet\fR
-.RS 4
-Do not write progress information to standard output
-.RE
-.PP
-\fB\-s, \-\-script\-friendly\fR
-.RS 4
-Use script\-friendly mode
-.RE
-.PP
-\fB\-v, \-\-verbose\fR
-.RS 4
-Use verbose mode
-.RE
-.SS "General Options"
-.PP
-\fB\-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "DSCONFIG SUBCOMMANDS"
-.PP
-This section covers individual
-\fBdsconfig\fR
-subcommands\&.
-.PP
-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\&.
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-create\-\fIcomponent\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-list\-\fIcomponent\fRs
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-delete\-\fIcomponent\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-get\-\fIcomponent\fR\-prop
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-set\-\fIcomponent\fR\-prop
-.RE
-.PP
-Here,
-\fIcomponent\fR
-names correspond to the names of managed object types referred to as
-\m[blue]\fBComponents\fR\m[]
-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
-\fIcomponent\fR
-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\&.
-.PP
-For example, the Log Publisher component has these corresponding subcommands\&.
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-\fBcreate\-log\-publisher\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-\fBlist\-log\-publishers\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-\fBdelete\-log\-publisher\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-\fBget\-log\-publisher\-prop\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-\fBset\-log\-publisher\-prop\fR
-.RE
-.PP
-When 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
-\fBlist\-log\-publishers\fR
-subcommand\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ \fBdsconfig \e
- list\-log\-publishers \e
- \-\-hostname opendj\&.example\&.com \e
- \-\-port 4444 \e
- \-\-bindDN "cn=Directory Manager" \e
- \-\-bindPassword password \e
- \-\-trustAll\fR
-
-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
-
-$ \fBdsconfig \e
- get\-log\-publisher\-prop \e
- \-\-publisher\-name "File\-Based Access Logger" \e
- \-\-property rotation\-policy \e
- \-\-hostname opendj\&.example\&.com \e
- \-\-port 4444 \e
- \-\-bindDN "cn=Directory Manager" \e
- \-\-bindPassword password \e
- \-\-trustAll\fR
-Property        : Value(s)
-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-:\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
-rotation\-policy : 24 Hours Time Limit Rotation Policy, Size Limit Rotation
-                : Policy
-  
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-To find documentation for specific component properties, also see the
-\m[blue]\fBOpenDJ Configuration Reference\fR\m[]\&.
-.PP
-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
-\fB\-\-set\fR
-option, you assign multiple values to a multi\-valued property using the
-\fB\-\-add\fR
-option\&. You can reset the values of the multi\-valued property using the
-\fB\-\-reset\fR
-option\&.
-.PP
-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\&.
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-ms: milliseconds
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-s: seconds
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-m: minutes
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-h: hours
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-d: days
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-w: weeks
-.RE
-.SS "dsconfig create\-access\-log\-filtering\-criteria"
-.PP
-Creates Access Log Filtering Criteria
-.PP
-\fB\-\-publisher\-name {name}\fR
-.RS 4
-The name of the Access Log Publisher
-.RE
-.PP
-\fB\-\-criteria\-name {name}\fR
-.RS 4
-The name of the new Access Log Filtering Criteria
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Access Log Filtering Criteria which should be created (Default: generic)\&. The value for TYPE can be one of: generic
-.RE
-.SS "dsconfig create\-account\-status\-notification\-handler"
-.PP
-Creates Account Status Notification Handlers
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the new Account Status Notification Handler
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Account Status Notification Handler which should be created\&. The value for TYPE can be one of: custom | error\-log | smtp
-.RE
-.SS "dsconfig create\-alert\-handler"
-.PP
-Creates Alert Handlers
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the new Alert Handler
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Alert Handler which should be created\&. The value for TYPE can be one of: custom | jmx | smtp
-.RE
-.SS "dsconfig create\-attribute\-syntax"
-.PP
-Creates Attribute Syntaxes
-.PP
-\fB\-\-syntax\-name {name}\fR
-.RS 4
-The name of the new Attribute Syntax
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Attribute Syntax which should be created (Default: generic)\&. The value for TYPE can be one of: attribute\-type\-description | certificate | country\-string | directory\-string | generic | jpeg | telephone\-number
-.RE
-.SS "dsconfig create\-backend"
-.PP
-Creates Backends
-.PP
-\fB\-\-backend\-name {STRING}\fR
-.RS 4
-The name of the new Backend which will also be used as the value of the "backend\-id" property: Specifies a name to identify the associated backend\&.
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Backend which should be created\&. The value for TYPE can be one of: backup | config\-file\-handler | custom | ldif | local\-db | memory | monitor | null | schema | task | trust\-store
-.RE
-.SS "dsconfig create\-certificate\-mapper"
-.PP
-Creates Certificate Mappers
-.PP
-\fB\-\-mapper\-name {name}\fR
-.RS 4
-The name of the new Certificate Mapper
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Certificate Mapper which should be created\&. The value for TYPE can be one of: custom | fingerprint | subject\-attribute\-to\-user\-attribute | subject\-dn\-to\-user\-attribute | subject\-equals\-dn
-.RE
-.SS "dsconfig create\-connection\-handler"
-.PP
-Creates Connection Handlers
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the new Connection Handler
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Connection Handler which should be created\&. The value for TYPE can be one of: custom | http | jmx | ldap | ldif | snmp
-.RE
-.SS "dsconfig create\-debug\-target"
-.PP
-Creates Debug Targets
-.PP
-\fB\-\-publisher\-name {name}\fR
-.RS 4
-The name of the Debug Log Publisher
-.RE
-.PP
-\fB\-\-target\-name {STRING}\fR
-.RS 4
-The name of the new Debug Target which will also be used as the value of the "debug\-scope" property: Specifies the fully\-qualified OpenDJ Java package, class, or method affected by the settings in this target definition\&. Use the number character (#) to separate the class name and the method name (that is, org\&.opends\&.server\&.core\&.DirectoryServer#startUp)\&.
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Debug Target which should be created (Default: generic)\&. The value for TYPE can be one of: generic
-.RE
-.SS "dsconfig create\-entry\-cache"
-.PP
-Creates Entry Caches
-.PP
-\fB\-\-cache\-name {name}\fR
-.RS 4
-The name of the new Entry Cache
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Entry Cache which should be created\&. The value for TYPE can be one of: custom | fifo | file\-system | soft\-reference
-.RE
-.SS "dsconfig create\-extended\-operation\-handler"
-.PP
-Creates Extended Operation Handlers
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the new Extended Operation Handler
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Extended Operation Handler which should be created\&. The value for TYPE can be one of: cancel | custom | get\-connection\-id | get\-symmetric\-key | password\-modify | password\-policy\-state | start\-tls | who\-am\-i
-.RE
-.SS "dsconfig create\-group\-implementation"
-.PP
-Creates Group Implementations
-.PP
-\fB\-\-implementation\-name {name}\fR
-.RS 4
-The name of the new Group Implementation
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Group Implementation which should be created\&. The value for TYPE can be one of: custom | dynamic | static | virtual\-static
-.RE
-.SS "dsconfig create\-identity\-mapper"
-.PP
-Creates Identity Mappers
-.PP
-\fB\-\-mapper\-name {name}\fR
-.RS 4
-The name of the new Identity Mapper
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Identity Mapper which should be created\&. The value for TYPE can be one of: custom | exact\-match | regular\-expression
-.RE
-.SS "dsconfig create\-key\-manager\-provider"
-.PP
-Creates Key Manager Providers
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the new Key Manager Provider
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Key Manager Provider which should be created\&. The value for TYPE can be one of: custom | file\-based | pkcs11
-.RE
-.SS "dsconfig create\-local\-db\-index"
-.PP
-Creates Local DB Indexes
-.PP
-\fB\-\-backend\-name {name}\fR
-.RS 4
-The name of the Local DB Backend
-.RE
-.PP
-\fB\-\-index\-name {OID}\fR
-.RS 4
-The name of the new Local DB Index which will also be used as the value of the "attribute" property: Specifies the name of the attribute for which the index is to be maintained\&.
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Local DB Index which should be created (Default: generic)\&. The value for TYPE can be one of: generic
-.RE
-.SS "dsconfig create\-local\-db\-vlv\-index"
-.PP
-Creates Local DB VLV Indexes
-.PP
-\fB\-\-backend\-name {name}\fR
-.RS 4
-The name of the Local DB Backend
-.RE
-.PP
-\fB\-\-index\-name {STRING}\fR
-.RS 4
-The name of the new Local DB VLV Index which will also be used as the value of the "name" property: Specifies a unique name for this VLV index\&.
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Local DB VLV Index which should be created (Default: generic)\&. The value for TYPE can be one of: generic
-.RE
-.SS "dsconfig create\-log\-publisher"
-.PP
-Creates Log Publishers
-.PP
-\fB\-\-publisher\-name {name}\fR
-.RS 4
-The name of the new Log Publisher
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Log Publisher which should be created\&. The value for TYPE can be one of: custom\-access | custom\-debug | custom\-error | custom\-http\-access | file\-based\-access | file\-based\-audit | file\-based\-debug | file\-based\-error | file\-based\-http\-access
-.RE
-.SS "dsconfig create\-log\-retention\-policy"
-.PP
-Creates Log Retention Policies
-.PP
-\fB\-\-policy\-name {name}\fR
-.RS 4
-The name of the new Log Retention Policy
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Log Retention Policy which should be created\&. The value for TYPE can be one of: custom | file\-count | free\-disk\-space | size\-limit
-.RE
-.SS "dsconfig create\-log\-rotation\-policy"
-.PP
-Creates Log Rotation Policies
-.PP
-\fB\-\-policy\-name {name}\fR
-.RS 4
-The name of the new Log Rotation Policy
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Log Rotation Policy which should be created\&. The value for TYPE can be one of: custom | fixed\-time | size\-limit | time\-limit
-.RE
-.SS "dsconfig create\-matching\-rule"
-.PP
-Creates Matching Rules
-.PP
-\fB\-\-rule\-name {name}\fR
-.RS 4
-The name of the new Matching Rule
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Matching Rule which should be created (Default: generic)\&. The value for TYPE can be one of: collation | generic
-.RE
-.SS "dsconfig create\-monitor\-provider"
-.PP
-Creates Monitor Providers
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the new Monitor Provider
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Monitor Provider which should be created\&. The value for TYPE can be one of: client\-connection | custom | entry\-cache | memory\-usage | stack\-trace | system\-info | version
-.RE
-.SS "dsconfig create\-password\-generator"
-.PP
-Creates Password Generators
-.PP
-\fB\-\-generator\-name {name}\fR
-.RS 4
-The name of the new Password Generator
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Password Generator which should be created\&. The value for TYPE can be one of: custom | random
-.RE
-.SS "dsconfig create\-password\-policy"
-.PP
-Creates Authentication Policies
-.PP
-\fB\-\-policy\-name {name}\fR
-.RS 4
-The name of the new Authentication Policy
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Authentication Policy which should be created\&. The value for TYPE can be one of: ldap\-pass\-through | password\-policy
-.RE
-.SS "dsconfig create\-password\-storage\-scheme"
-.PP
-Creates Password Storage Schemes
-.PP
-\fB\-\-scheme\-name {name}\fR
-.RS 4
-The name of the new Password Storage Scheme
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Password Storage Scheme which should be created\&. The value for TYPE can be one of: aes | base64 | blowfish | clear | crypt | custom | md5 | pbkdf2 | pkcs5s2 | rc4 | salted\-md5 | salted\-sha1 | salted\-sha256 | salted\-sha384 | salted\-sha512 | sha1 | triple\-des
-.RE
-.SS "dsconfig create\-password\-validator"
-.PP
-Creates Password Validators
-.PP
-\fB\-\-validator\-name {name}\fR
-.RS 4
-The name of the new Password Validator
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Password Validator which should be created\&. The value for TYPE can be one of: attribute\-value | character\-set | custom | dictionary | length\-based | repeated\-characters | similarity\-based | unique\-characters
-.RE
-.SS "dsconfig create\-plugin"
-.PP
-Creates Plugins
-.PP
-\fB\-\-plugin\-name {name}\fR
-.RS 4
-The name of the new Plugin
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Plugin which should be created\&. The value for TYPE can be one of: attribute\-cleanup | change\-number\-control | custom | entry\-uuid | fractional\-ldif\-import | last\-mod | ldap\-attribute\-description\-list | password\-policy\-import | profiler | referential\-integrity | samba\-password | seven\-bit\-clean | unique\-attribute
-.RE
-.SS "dsconfig create\-replication\-domain"
-.PP
-Creates Replication Domains
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Replication Synchronization Provider
-.RE
-.PP
-\fB\-\-domain\-name {name}\fR
-.RS 4
-The name of the new Replication Domain
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Replication Domain which should be created (Default: generic)\&. The value for TYPE can be one of: generic
-.RE
-.SS "dsconfig create\-replication\-server"
-.PP
-Creates Replication Servers
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Replication Synchronization Provider
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Replication Server which should be created (Default: generic)\&. The value for TYPE can be one of: generic
-.RE
-.SS "dsconfig create\-sasl\-mechanism\-handler"
-.PP
-Creates SASL Mechanism Handlers
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the new SASL Mechanism Handler
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of SASL Mechanism Handler which should be created\&. The value for TYPE can be one of: anonymous | cram\-md5 | custom | digest\-md5 | external | gssapi | plain
-.RE
-.SS "dsconfig create\-synchronization\-provider"
-.PP
-Creates Synchronization Providers
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the new Synchronization Provider
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Synchronization Provider which should be created\&. The value for TYPE can be one of: custom | replication
-.RE
-.SS "dsconfig create\-trust\-manager\-provider"
-.PP
-Creates Trust Manager Providers
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the new Trust Manager Provider
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Trust Manager Provider which should be created\&. The value for TYPE can be one of: blind | custom | file\-based
-.RE
-.SS "dsconfig create\-virtual\-attribute"
-.PP
-Creates Virtual Attributes
-.PP
-\fB\-\-name {name}\fR
-.RS 4
-The name of the new Virtual Attribute
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of Virtual Attribute which should be created\&. The value for TYPE can be one of: collective\-attribute\-subentries | custom | 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
-.RE
-.SS "dsconfig delete\-access\-log\-filtering\-criteria"
-.PP
-Deletes Access Log Filtering Criteria
-.PP
-\fB\-\-publisher\-name {name}\fR
-.RS 4
-The name of the Access Log Publisher
-.RE
-.PP
-\fB\-\-criteria\-name {name}\fR
-.RS 4
-The name of the Access Log Filtering Criteria
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Access Log Filtering Criteria
-.RE
-.SS "dsconfig delete\-account\-status\-notification\-handler"
-.PP
-Deletes Account Status Notification Handlers
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the Account Status Notification Handler
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Account Status Notification Handlers
-.RE
-.SS "dsconfig delete\-alert\-handler"
-.PP
-Deletes Alert Handlers
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the Alert Handler
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Alert Handlers
-.RE
-.SS "dsconfig delete\-attribute\-syntax"
-.PP
-Deletes Attribute Syntaxes
-.PP
-\fB\-\-syntax\-name {name}\fR
-.RS 4
-The name of the Attribute Syntax
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Attribute Syntaxes
-.RE
-.SS "dsconfig delete\-backend"
-.PP
-Deletes Backends
-.PP
-\fB\-\-backend\-name {name}\fR
-.RS 4
-The name of the Backend
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Backends
-.RE
-.SS "dsconfig delete\-certificate\-mapper"
-.PP
-Deletes Certificate Mappers
-.PP
-\fB\-\-mapper\-name {name}\fR
-.RS 4
-The name of the Certificate Mapper
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Certificate Mappers
-.RE
-.SS "dsconfig delete\-connection\-handler"
-.PP
-Deletes Connection Handlers
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the Connection Handler
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Connection Handlers
-.RE
-.SS "dsconfig delete\-debug\-target"
-.PP
-Deletes Debug Targets
-.PP
-\fB\-\-publisher\-name {name}\fR
-.RS 4
-The name of the Debug Log Publisher
-.RE
-.PP
-\fB\-\-target\-name {name}\fR
-.RS 4
-The name of the Debug Target
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Debug Targets
-.RE
-.SS "dsconfig delete\-entry\-cache"
-.PP
-Deletes Entry Caches
-.PP
-\fB\-\-cache\-name {name}\fR
-.RS 4
-The name of the Entry Cache
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Entry Caches
-.RE
-.SS "dsconfig delete\-extended\-operation\-handler"
-.PP
-Deletes Extended Operation Handlers
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the Extended Operation Handler
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Extended Operation Handlers
-.RE
-.SS "dsconfig delete\-group\-implementation"
-.PP
-Deletes Group Implementations
-.PP
-\fB\-\-implementation\-name {name}\fR
-.RS 4
-The name of the Group Implementation
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Group Implementations
-.RE
-.SS "dsconfig delete\-identity\-mapper"
-.PP
-Deletes Identity Mappers
-.PP
-\fB\-\-mapper\-name {name}\fR
-.RS 4
-The name of the Identity Mapper
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Identity Mappers
-.RE
-.SS "dsconfig delete\-key\-manager\-provider"
-.PP
-Deletes Key Manager Providers
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Key Manager Provider
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Key Manager Providers
-.RE
-.SS "dsconfig delete\-local\-db\-index"
-.PP
-Deletes Local DB Indexes
-.PP
-\fB\-\-backend\-name {name}\fR
-.RS 4
-The name of the Local DB Backend
-.RE
-.PP
-\fB\-\-index\-name {name}\fR
-.RS 4
-The name of the Local DB Index
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Local DB Indexes
-.RE
-.SS "dsconfig delete\-local\-db\-vlv\-index"
-.PP
-Deletes Local DB VLV Indexes
-.PP
-\fB\-\-backend\-name {name}\fR
-.RS 4
-The name of the Local DB Backend
-.RE
-.PP
-\fB\-\-index\-name {name}\fR
-.RS 4
-The name of the Local DB VLV Index
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Local DB VLV Indexes
-.RE
-.SS "dsconfig delete\-log\-publisher"
-.PP
-Deletes Log Publishers
-.PP
-\fB\-\-publisher\-name {name}\fR
-.RS 4
-The name of the Log Publisher
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Log Publishers
-.RE
-.SS "dsconfig delete\-log\-retention\-policy"
-.PP
-Deletes Log Retention Policies
-.PP
-\fB\-\-policy\-name {name}\fR
-.RS 4
-The name of the Log Retention Policy
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Log Retention Policies
-.RE
-.SS "dsconfig delete\-log\-rotation\-policy"
-.PP
-Deletes Log Rotation Policies
-.PP
-\fB\-\-policy\-name {name}\fR
-.RS 4
-The name of the Log Rotation Policy
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Log Rotation Policies
-.RE
-.SS "dsconfig delete\-matching\-rule"
-.PP
-Deletes Matching Rules
-.PP
-\fB\-\-rule\-name {name}\fR
-.RS 4
-The name of the Matching Rule
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Matching Rules
-.RE
-.SS "dsconfig delete\-monitor\-provider"
-.PP
-Deletes Monitor Providers
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Monitor Provider
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Monitor Providers
-.RE
-.SS "dsconfig delete\-password\-generator"
-.PP
-Deletes Password Generators
-.PP
-\fB\-\-generator\-name {name}\fR
-.RS 4
-The name of the Password Generator
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Password Generators
-.RE
-.SS "dsconfig delete\-password\-policy"
-.PP
-Deletes Authentication Policies
-.PP
-\fB\-\-policy\-name {name}\fR
-.RS 4
-The name of the Authentication Policy
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Authentication Policies
-.RE
-.SS "dsconfig delete\-password\-storage\-scheme"
-.PP
-Deletes Password Storage Schemes
-.PP
-\fB\-\-scheme\-name {name}\fR
-.RS 4
-The name of the Password Storage Scheme
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Password Storage Schemes
-.RE
-.SS "dsconfig delete\-password\-validator"
-.PP
-Deletes Password Validators
-.PP
-\fB\-\-validator\-name {name}\fR
-.RS 4
-The name of the Password Validator
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Password Validators
-.RE
-.SS "dsconfig delete\-plugin"
-.PP
-Deletes Plugins
-.PP
-\fB\-\-plugin\-name {name}\fR
-.RS 4
-The name of the Plugin
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Plugins
-.RE
-.SS "dsconfig delete\-replication\-domain"
-.PP
-Deletes Replication Domains
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Replication Synchronization Provider
-.RE
-.PP
-\fB\-\-domain\-name {name}\fR
-.RS 4
-The name of the Replication Domain
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Replication Domains
-.RE
-.SS "dsconfig delete\-replication\-server"
-.PP
-Deletes Replication Servers
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Replication Synchronization Provider
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Replication Servers
-.RE
-.SS "dsconfig delete\-sasl\-mechanism\-handler"
-.PP
-Deletes SASL Mechanism Handlers
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the SASL Mechanism Handler
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent SASL Mechanism Handlers
-.RE
-.SS "dsconfig delete\-synchronization\-provider"
-.PP
-Deletes Synchronization Providers
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Synchronization Provider
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Synchronization Providers
-.RE
-.SS "dsconfig delete\-trust\-manager\-provider"
-.PP
-Deletes Trust Manager Providers
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Trust Manager Provider
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Trust Manager Providers
-.RE
-.SS "dsconfig delete\-virtual\-attribute"
-.PP
-Deletes Virtual Attributes
-.PP
-\fB\-\-name {name}\fR
-.RS 4
-The name of the Virtual Attribute
-.RE
-.PP
-\fB\-f | \-\-force\fR
-.RS 4
-Ignore non\-existent Virtual Attributes
-.RE
-.SS "dsconfig get\-access\-control\-handler\-prop"
-.PP
-Shows Access Control Handler properties
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-access\-log\-filtering\-criteria\-prop"
-.PP
-Shows Access Log Filtering Criteria properties
-.PP
-\fB\-\-publisher\-name {name}\fR
-.RS 4
-The name of the Access Log Publisher
-.RE
-.PP
-\fB\-\-criteria\-name {name}\fR
-.RS 4
-The name of the Access Log Filtering Criteria
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-account\-status\-notification\-handler\-prop"
-.PP
-Shows Account Status Notification Handler properties
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the Account Status Notification Handler
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-administration\-connector\-prop"
-.PP
-Shows Administration Connector properties
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-alert\-handler\-prop"
-.PP
-Shows Alert Handler properties
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the Alert Handler
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-attribute\-syntax\-prop"
-.PP
-Shows Attribute Syntax properties
-.PP
-\fB\-\-syntax\-name {name}\fR
-.RS 4
-The name of the Attribute Syntax
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-backend\-prop"
-.PP
-Shows Backend properties
-.PP
-\fB\-\-backend\-name {name}\fR
-.RS 4
-The name of the Backend
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-certificate\-mapper\-prop"
-.PP
-Shows Certificate Mapper properties
-.PP
-\fB\-\-mapper\-name {name}\fR
-.RS 4
-The name of the Certificate Mapper
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-connection\-handler\-prop"
-.PP
-Shows Connection Handler properties
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the Connection Handler
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-crypto\-manager\-prop"
-.PP
-Shows Crypto Manager properties
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-debug\-target\-prop"
-.PP
-Shows Debug Target properties
-.PP
-\fB\-\-publisher\-name {name}\fR
-.RS 4
-The name of the Debug Log Publisher
-.RE
-.PP
-\fB\-\-target\-name {name}\fR
-.RS 4
-The name of the Debug Target
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-entry\-cache\-prop"
-.PP
-Shows Entry Cache properties
-.PP
-\fB\-\-cache\-name {name}\fR
-.RS 4
-The name of the Entry Cache
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-extended\-operation\-handler\-prop"
-.PP
-Shows Extended Operation Handler properties
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the Extended Operation Handler
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-external\-changelog\-domain\-prop"
-.PP
-Shows External Changelog Domain properties
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Replication Synchronization Provider
-.RE
-.PP
-\fB\-\-domain\-name {name}\fR
-.RS 4
-The name of the Replication Domain
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-global\-configuration\-prop"
-.PP
-Shows Global Configuration properties
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-group\-implementation\-prop"
-.PP
-Shows Group Implementation properties
-.PP
-\fB\-\-implementation\-name {name}\fR
-.RS 4
-The name of the Group Implementation
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-identity\-mapper\-prop"
-.PP
-Shows Identity Mapper properties
-.PP
-\fB\-\-mapper\-name {name}\fR
-.RS 4
-The name of the Identity Mapper
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-key\-manager\-provider\-prop"
-.PP
-Shows Key Manager Provider properties
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Key Manager Provider
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-local\-db\-index\-prop"
-.PP
-Shows Local DB Index properties
-.PP
-\fB\-\-backend\-name {name}\fR
-.RS 4
-The name of the Local DB Backend
-.RE
-.PP
-\fB\-\-index\-name {name}\fR
-.RS 4
-The name of the Local DB Index
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-local\-db\-vlv\-index\-prop"
-.PP
-Shows Local DB VLV Index properties
-.PP
-\fB\-\-backend\-name {name}\fR
-.RS 4
-The name of the Local DB Backend
-.RE
-.PP
-\fB\-\-index\-name {name}\fR
-.RS 4
-The name of the Local DB VLV Index
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-log\-publisher\-prop"
-.PP
-Shows Log Publisher properties
-.PP
-\fB\-\-publisher\-name {name}\fR
-.RS 4
-The name of the Log Publisher
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-log\-retention\-policy\-prop"
-.PP
-Shows Log Retention Policy properties
-.PP
-\fB\-\-policy\-name {name}\fR
-.RS 4
-The name of the Log Retention Policy
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-log\-rotation\-policy\-prop"
-.PP
-Shows Log Rotation Policy properties
-.PP
-\fB\-\-policy\-name {name}\fR
-.RS 4
-The name of the Log Rotation Policy
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-matching\-rule\-prop"
-.PP
-Shows Matching Rule properties
-.PP
-\fB\-\-rule\-name {name}\fR
-.RS 4
-The name of the Matching Rule
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-monitor\-provider\-prop"
-.PP
-Shows Monitor Provider properties
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Monitor Provider
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-password\-generator\-prop"
-.PP
-Shows Password Generator properties
-.PP
-\fB\-\-generator\-name {name}\fR
-.RS 4
-The name of the Password Generator
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-password\-policy\-prop"
-.PP
-Shows Authentication Policy properties
-.PP
-\fB\-\-policy\-name {name}\fR
-.RS 4
-The name of the Authentication Policy
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-password\-storage\-scheme\-prop"
-.PP
-Shows Password Storage Scheme properties
-.PP
-\fB\-\-scheme\-name {name}\fR
-.RS 4
-The name of the Password Storage Scheme
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-password\-validator\-prop"
-.PP
-Shows Password Validator properties
-.PP
-\fB\-\-validator\-name {name}\fR
-.RS 4
-The name of the Password Validator
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-plugin\-prop"
-.PP
-Shows Plugin properties
-.PP
-\fB\-\-plugin\-name {name}\fR
-.RS 4
-The name of the Plugin
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-plugin\-root\-prop"
-.PP
-Shows Plugin Root properties
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-replication\-domain\-prop"
-.PP
-Shows Replication Domain properties
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Replication Synchronization Provider
-.RE
-.PP
-\fB\-\-domain\-name {name}\fR
-.RS 4
-The name of the Replication Domain
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-replication\-server\-prop"
-.PP
-Shows Replication Server properties
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Replication Synchronization Provider
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-root\-dn\-prop"
-.PP
-Shows Root DN properties
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-root\-dse\-backend\-prop"
-.PP
-Shows Root DSE Backend properties
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-sasl\-mechanism\-handler\-prop"
-.PP
-Shows SASL Mechanism Handler properties
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the SASL Mechanism Handler
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-synchronization\-provider\-prop"
-.PP
-Shows Synchronization Provider properties
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Synchronization Provider
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-trust\-manager\-provider\-prop"
-.PP
-Shows Trust Manager Provider properties
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Trust Manager Provider
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-virtual\-attribute\-prop"
-.PP
-Shows Virtual Attribute properties
-.PP
-\fB\-\-name {name}\fR
-.RS 4
-The name of the Virtual Attribute
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig get\-work\-queue\-prop"
-.PP
-Shows Work Queue properties
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-E | \-\-record\fR
-.RS 4
-Modifies the display output to show one property value per line
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-access\-log\-filtering\-criteria"
-.PP
-Lists existing Access Log Filtering Criteria
-.PP
-\fB\-\-publisher\-name {name}\fR
-.RS 4
-The name of the Access Log Publisher
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-account\-status\-notification\-handlers"
-.PP
-Lists existing Account Status Notification Handlers
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-alert\-handlers"
-.PP
-Lists existing Alert Handlers
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-attribute\-syntaxes"
-.PP
-Lists existing Attribute Syntaxes
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-backends"
-.PP
-Lists existing Backends
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-certificate\-mappers"
-.PP
-Lists existing Certificate Mappers
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-connection\-handlers"
-.PP
-Lists existing Connection Handlers
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-debug\-targets"
-.PP
-Lists existing Debug Targets
-.PP
-\fB\-\-publisher\-name {name}\fR
-.RS 4
-The name of the Debug Log Publisher
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-entry\-caches"
-.PP
-Lists existing Entry Caches
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-extended\-operation\-handlers"
-.PP
-Lists existing Extended Operation Handlers
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-group\-implementations"
-.PP
-Lists existing Group Implementations
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-identity\-mappers"
-.PP
-Lists existing Identity Mappers
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-key\-manager\-providers"
-.PP
-Lists existing Key Manager Providers
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-local\-db\-indexes"
-.PP
-Lists existing Local DB Indexes
-.PP
-\fB\-\-backend\-name {name}\fR
-.RS 4
-The name of the Local DB Backend
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-local\-db\-vlv\-indexes"
-.PP
-Lists existing Local DB VLV Indexes
-.PP
-\fB\-\-backend\-name {name}\fR
-.RS 4
-The name of the Local DB Backend
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-log\-publishers"
-.PP
-Lists existing Log Publishers
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-log\-retention\-policies"
-.PP
-Lists existing Log Retention Policies
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-log\-rotation\-policies"
-.PP
-Lists existing Log Rotation Policies
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-matching\-rules"
-.PP
-Lists existing Matching Rules
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-monitor\-providers"
-.PP
-Lists existing Monitor Providers
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-password\-generators"
-.PP
-Lists existing Password Generators
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-password\-policies"
-.PP
-Lists existing Password Policies
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-password\-storage\-schemes"
-.PP
-Lists existing Password Storage Schemes
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-password\-validators"
-.PP
-Lists existing Password Validators
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-plugins"
-.PP
-Lists existing Plugins
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-properties"
-.PP
-Describes managed objects and their properties
-.PP
-\fB\-c | \-\-category {category}\fR
-.RS 4
-The category of components whose properties should be described
-.RE
-.PP
-\fB\-t | \-\-type {type}\fR
-.RS 4
-The type of components whose properties should be described\&. The value for TYPE must be one of the component types associated with the CATEGORY specified using the "\-\-category" option
-.RE
-.PP
-\fB\-\-inherited\fR
-.RS 4
-Modifies the display output to show the inherited properties of components
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.SS "dsconfig list\-replication\-domains"
-.PP
-Lists existing Replication Domains
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Replication Synchronization Provider
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-replication\-server"
-.PP
-Lists existing Replication Server
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Replication Synchronization Provider
-.RE
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-sasl\-mechanism\-handlers"
-.PP
-Lists existing SASL Mechanism Handlers
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-synchronization\-providers"
-.PP
-Lists existing Synchronization Providers
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-trust\-manager\-providers"
-.PP
-Lists existing Trust Manager Providers
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig list\-virtual\-attributes"
-.PP
-Lists existing Virtual Attributes
-.PP
-\fB\-\-property {property}\fR
-.RS 4
-The name of a property to be displayed
-.RE
-.PP
-\fB\-z | \-\-unit\-size {unit}\fR
-.RS 4
-Display size data using the specified unit\&. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
-.RE
-.PP
-\fB\-m | \-\-unit\-time {unit}\fR
-.RS 4
-Display time data using the specified unit\&. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
-.RE
-.SS "dsconfig set\-access\-control\-handler\-prop"
-.PP
-Modifies Access Control Handler properties
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-access\-log\-filtering\-criteria\-prop"
-.PP
-Modifies Access Log Filtering Criteria properties
-.PP
-\fB\-\-publisher\-name {name}\fR
-.RS 4
-The name of the Access Log Publisher
-.RE
-.PP
-\fB\-\-criteria\-name {name}\fR
-.RS 4
-The name of the Access Log Filtering Criteria
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-account\-status\-notification\-handler\-prop"
-.PP
-Modifies Account Status Notification Handler properties
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the Account Status Notification Handler
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-administration\-connector\-prop"
-.PP
-Modifies Administration Connector properties
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-alert\-handler\-prop"
-.PP
-Modifies Alert Handler properties
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the Alert Handler
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-attribute\-syntax\-prop"
-.PP
-Modifies Attribute Syntax properties
-.PP
-\fB\-\-syntax\-name {name}\fR
-.RS 4
-The name of the Attribute Syntax
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-backend\-prop"
-.PP
-Modifies Backend properties
-.PP
-\fB\-\-backend\-name {name}\fR
-.RS 4
-The name of the Backend
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-certificate\-mapper\-prop"
-.PP
-Modifies Certificate Mapper properties
-.PP
-\fB\-\-mapper\-name {name}\fR
-.RS 4
-The name of the Certificate Mapper
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-connection\-handler\-prop"
-.PP
-Modifies Connection Handler properties
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the Connection Handler
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-crypto\-manager\-prop"
-.PP
-Modifies Crypto Manager properties
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-debug\-target\-prop"
-.PP
-Modifies Debug Target properties
-.PP
-\fB\-\-publisher\-name {name}\fR
-.RS 4
-The name of the Debug Log Publisher
-.RE
-.PP
-\fB\-\-target\-name {name}\fR
-.RS 4
-The name of the Debug Target
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-entry\-cache\-prop"
-.PP
-Modifies Entry Cache properties
-.PP
-\fB\-\-cache\-name {name}\fR
-.RS 4
-The name of the Entry Cache
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-extended\-operation\-handler\-prop"
-.PP
-Modifies Extended Operation Handler properties
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the Extended Operation Handler
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-external\-changelog\-domain\-prop"
-.PP
-Modifies External Changelog Domain properties
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Replication Synchronization Provider
-.RE
-.PP
-\fB\-\-domain\-name {name}\fR
-.RS 4
-The name of the Replication Domain
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-global\-configuration\-prop"
-.PP
-Modifies Global Configuration properties
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-group\-implementation\-prop"
-.PP
-Modifies Group Implementation properties
-.PP
-\fB\-\-implementation\-name {name}\fR
-.RS 4
-The name of the Group Implementation
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-identity\-mapper\-prop"
-.PP
-Modifies Identity Mapper properties
-.PP
-\fB\-\-mapper\-name {name}\fR
-.RS 4
-The name of the Identity Mapper
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-key\-manager\-provider\-prop"
-.PP
-Modifies Key Manager Provider properties
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Key Manager Provider
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-local\-db\-index\-prop"
-.PP
-Modifies Local DB Index properties
-.PP
-\fB\-\-backend\-name {name}\fR
-.RS 4
-The name of the Local DB Backend
-.RE
-.PP
-\fB\-\-index\-name {name}\fR
-.RS 4
-The name of the Local DB Index
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-local\-db\-vlv\-index\-prop"
-.PP
-Modifies Local DB VLV Index properties
-.PP
-\fB\-\-backend\-name {name}\fR
-.RS 4
-The name of the Local DB Backend
-.RE
-.PP
-\fB\-\-index\-name {name}\fR
-.RS 4
-The name of the Local DB VLV Index
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-log\-publisher\-prop"
-.PP
-Modifies Log Publisher properties
-.PP
-\fB\-\-publisher\-name {name}\fR
-.RS 4
-The name of the Log Publisher
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-log\-retention\-policy\-prop"
-.PP
-Modifies Log Retention Policy properties
-.PP
-\fB\-\-policy\-name {name}\fR
-.RS 4
-The name of the Log Retention Policy
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-log\-rotation\-policy\-prop"
-.PP
-Modifies Log Rotation Policy properties
-.PP
-\fB\-\-policy\-name {name}\fR
-.RS 4
-The name of the Log Rotation Policy
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-matching\-rule\-prop"
-.PP
-Modifies Matching Rule properties
-.PP
-\fB\-\-rule\-name {name}\fR
-.RS 4
-The name of the Matching Rule
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-monitor\-provider\-prop"
-.PP
-Modifies Monitor Provider properties
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Monitor Provider
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-password\-generator\-prop"
-.PP
-Modifies Password Generator properties
-.PP
-\fB\-\-generator\-name {name}\fR
-.RS 4
-The name of the Password Generator
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-password\-policy\-prop"
-.PP
-Modifies Authentication Policy properties
-.PP
-\fB\-\-policy\-name {name}\fR
-.RS 4
-The name of the Authentication Policy
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-password\-storage\-scheme\-prop"
-.PP
-Modifies Password Storage Scheme properties
-.PP
-\fB\-\-scheme\-name {name}\fR
-.RS 4
-The name of the Password Storage Scheme
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-password\-validator\-prop"
-.PP
-Modifies Password Validator properties
-.PP
-\fB\-\-validator\-name {name}\fR
-.RS 4
-The name of the Password Validator
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-plugin\-prop"
-.PP
-Modifies Plugin properties
-.PP
-\fB\-\-plugin\-name {name}\fR
-.RS 4
-The name of the Plugin
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-plugin\-root\-prop"
-.PP
-Modifies Plugin Root properties
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-replication\-domain\-prop"
-.PP
-Modifies Replication Domain properties
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Replication Synchronization Provider
-.RE
-.PP
-\fB\-\-domain\-name {name}\fR
-.RS 4
-The name of the Replication Domain
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-replication\-server\-prop"
-.PP
-Modifies Replication Server properties
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Replication Synchronization Provider
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-root\-dn\-prop"
-.PP
-Modifies Root DN properties
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-root\-dse\-backend\-prop"
-.PP
-Modifies Root DSE Backend properties
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-sasl\-mechanism\-handler\-prop"
-.PP
-Modifies SASL Mechanism Handler properties
-.PP
-\fB\-\-handler\-name {name}\fR
-.RS 4
-The name of the SASL Mechanism Handler
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-synchronization\-provider\-prop"
-.PP
-Modifies Synchronization Provider properties
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Synchronization Provider
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-trust\-manager\-provider\-prop"
-.PP
-Modifies Trust Manager Provider properties
-.PP
-\fB\-\-provider\-name {name}\fR
-.RS 4
-The name of the Trust Manager Provider
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-virtual\-attribute\-prop"
-.PP
-Modifies Virtual Attribute properties
-.PP
-\fB\-\-name {name}\fR
-.RS 4
-The name of the Virtual Attribute
-.RE
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SS "dsconfig set\-work\-queue\-prop"
-.PP
-Modifies Work Queue properties
-.PP
-\fB\-\-set {PROP:VALUE}\fR
-.RS 4
-Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned\&. Specify the same property multiple times in order to assign more than one value to it
-.RE
-.PP
-\fB\-\-reset {property}\fR
-.RS 4
-Resets a property back to its default values where PROP is the name of the property to be reset
-.RE
-.PP
-\fB\-\-add {PROP:VALUE}\fR
-.RS 4
-Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added
-.RE
-.PP
-\fB\-\-remove {PROP:VALUE}\fR
-.RS 4
-Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.PP
-Much of the
-OpenDJ Administration Guide
-consists of
-\fBdsconfig\fR
-examples with text in between\&. This section therefore remains short\&.
-.PP
-The following example starts
-\fBdsconfig\fR
-in interactive, menu\-driven mode on the default port of the current host\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ \fBdsconfig \-h opendj\&.example\&.com \-p 4444 \-D "cn=Directory Manager" \-w password\fR
-
->>>> 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:
-  
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-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\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ \fBdsconfig \e
- \-\-hostname opendj\&.example\&.com \e
- \-\-port 4444 \e
- \-\-bindDN "cn=Directory Manager" \e
- \-\-bindPassword password \e
- \-\-commandFilePath ~/enable\-debug\-log\&.batch\fR
- \&.\&.\&.
-$ \fBcat ~/enable\-debug\-log\&.batch\fR
-# 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 \e
-          \-\-publisher\-name File\-Based\e Debug\e Logger \e
-          \-\-set enabled:true \e
-          \-\-hostname opendj\&.example\&.com \e
-          \-\-port 4444 \e
-          \-\-trustStorePath /path/to/opendj/config/admin\-truststore \e
-          \-\-bindDN cn=Directory\e Manager \e
-          \-\-bindPassword ****** \e
-          \-\-no\-prompt
-
-$ \fBcp ~/enable\-debug\-log\&.batch ~/disable\-debug\-log\&.batch\fR
-$ \fBvi ~/disable\-debug\-log\&.batch\fR
-$ \fBcat ~/disable\-debug\-log\&.batch\fR
-set\-log\-publisher\-prop \e
-          \-\-publisher\-name File\-Based\e Debug\e Logger \e
-          \-\-set enabled:false \e
-          \-\-hostname opendj\&.example\&.com \e
-          \-\-port 4444 \e
-          \-\-trustStorePath /path/to/opendj/config/admin\-truststore \e
-          \-\-bindDN cn=Directory\e Manager \e
-          \-\-bindPassword password \e
-          \-\-no\-prompt
-
-$ \fBdsconfig \-\-batchFilePath ~/disable\-debug\-log\&.batch \-\-no\-prompt\fR
-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
-
-$
-  
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-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
-\fBdsconfig\fR, 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)\&.
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2014 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/dsjavaproperties.1 b/opendj-server-legacy/resource/man/man1/dsjavaproperties.1
deleted file mode 100644
index cae2ff2..0000000
--- a/opendj-server-legacy/resource/man/man1/dsjavaproperties.1
+++ /dev/null
@@ -1,95 +0,0 @@
-'\" t
-.\"     Title: dsjavaproperties
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2013
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.6.0
-.\"  Language: English
-.\"
-.TH "DSJAVAPROPERTIES" "1" "05/16/2013" "OpenDJ 2\&.6\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-dsjavaproperties \- apply OpenDJ Java home and JVM settings
-.SH "SYNOPSIS"
-.HP \w'\fBdsjavaproperties\fR\ 'u
-\fBdsjavaproperties\fR [options]
-.SH "DESCRIPTION"
-.PP
-This utility can be used to change the Java arguments and Java home that are used by other server commands\&.
-.PP
-Before launching the command, edit the properties file located in
-/path/to/opendj/config/java\&.properties
-to specify the Java arguments and Java home\&. When you have edited the properties file, run this command for the changes to be taken into account\&.
-.PP
-Changes apply to the current server installation\&. No modifications are made to your environment variables\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-Q, \-\-quiet\fR
-.RS 4
-Run the tool in quiet mode\&. Quiet mode will not output progress information to standard output\&.
-.RE
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information\&.
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information\&.
-.RE
-.SH "FILES"
-.PP
-This command depends on the content of the
-config/java\&.properties
-file\&.
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ dsjavaproperties 
-The operation was successful\&.  The server commands will use the java arguments
- and java home specified in the properties file located in
- /path/to/opendj/config/java\&.properties
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2013 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/dsreplication.1 b/opendj-server-legacy/resource/man/man1/dsreplication.1
deleted file mode 100644
index 7fe736f..0000000
--- a/opendj-server-legacy/resource/man/man1/dsreplication.1
+++ /dev/null
@@ -1,633 +0,0 @@
-'\" t
-.\"     Title: dsreplication
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 01/17/2014
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.7.0-SNAPSHOT
-.\"  Language: English
-.\"
-.TH "DSREPLICATION" "1" "01/17/2014" "OpenDJ 2\&.7\&.0\-SNAPSHOT" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-dsreplication \- manage OpenDJ directory data replication
-.SH "SYNOPSIS"
-.HP \w'\fBdsreplication\fR\fB\fIsubcommand\fR\fR\ 'u
-\fBdsreplication\fR\fB\fIsubcommand\fR\fR [options]
-.SH "DESCRIPTION"
-.PP
-This utility can be used to configure replication between servers so that the data of the servers is synchronized\&. For replication to work you must first enable replication using the
-\fBenable\fR
-subcommand and then initialize the contents of one of the servers with the contents of the other using the
-\fBinitialize\fR
-subcommand\&.
-.SH "GLOBAL OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-\-advanced\fR
-.RS 4
-Access advanced settings when running this command in interactive mode\&.
-.RE
-.PP
-\fB\-b, \-\-baseDN {baseDN}\fR
-.RS 4
-Base DN of the data to be replicated, initialized or for which you want to disable replication\&. Multiple base DNs can be provided by using this option multiple times\&.
-.RE
-.SS "LDAP Connection Options"
-.PP
-\fB\-\-connectTimeout {timeout}\fR
-.RS 4
-Maximum length of time (in milliseconds) that can be taken to establish a connection\&. Use \*(Aq0\*(Aq to specify no time out\&.
-.sp
-Default value: 30000
-.RE
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value: localhost\&.localdomain
-.RE
-.PP
-\fB\-I, \-\-adminUID {adminUID}\fR
-.RS 4
-User ID of the global administrator to use to bind to the server\&. For the
-\fBenable\fR
-subcommand, if no global administrator was defined previously for any servers, the global administrator will be created using the UID provided\&.
-.sp
-Default value: admin
-.RE
-.PP
-\fB\-j, \-\-adminPasswordFile {bindPasswordFile}\fR
-.RS 4
-Global administrator password file
-.RE
-.PP
-\fB\-K, \-\-keyStorePath {keyStorePath}\fR
-.RS 4
-Certificate key store path
-.RE
-.PP
-\fB\-N, \-\-certNickname {nickname}\fR
-.RS 4
-Nickname of certificate for SSL client authentication
-.RE
-.PP
-\fB\-o, \-\-saslOption {name=value}\fR
-.RS 4
-SASL bind options
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server administration port number
-.sp
-Default value: 4444
-.RE
-.PP
-\fB\-P, \-\-trustStorePath {trustStorePath}\fR
-.RS 4
-Certificate trust store path
-.sp
-Default value: /path/to/opendj/config/admin\-truststore
-.RE
-.PP
-\fB\-T, \-\-trustStorePassword {trustStorePassword}\fR
-.RS 4
-Certificate trust store PIN
-.RE
-.PP
-\fB\-u, \-\-keyStorePasswordFile {keyStorePasswordFile}\fR
-.RS 4
-Certificate key store PIN file
-.RE
-.PP
-\fB\-U, \-\-trustStorePasswordFile {path}\fR
-.RS 4
-Certificate trust store PIN file
-.RE
-.PP
-\fB\-w, \-\-adminPassword {bindPassword}\fR
-.RS 4
-Password for the global administrator
-.RE
-.PP
-\fB\-W, \-\-keyStorePassword {keyStorePassword}\fR
-.RS 4
-Certificate key store PIN
-.RE
-.PP
-\fB\-X, \-\-trustAll\fR
-.RS 4
-Trust all server SSL certificates
-.RE
-.SS "Utility Input/Output Options"
-.PP
-\fB\-\-commandFilePath {path}\fR
-.RS 4
-The full path to the file where the equivalent non\-interactive commands will be written when this command is run in interactive mode\&.
-.RE
-.PP
-\fB\-\-displayCommand\fR
-.RS 4
-Display the equivalent non\-interactive option on standard output when this command is run in interactive mode\&.
-.RE
-.PP
-\fB\-n, \-\-no\-prompt\fR
-.RS 4
-Use non\-interactive mode\&. If data in the command is missing, the user is not prompted and the command exits with an error\&.
-.RE
-.PP
-\fB\-\-noPropertiesFile\fR
-.RS 4
-No properties file will be used to get default command line argument values
-.RE
-.PP
-\fB\-\-propertiesFilePath {propertiesFilePath}\fR
-.RS 4
-Path to the file containing default property values used for command line arguments
-.RE
-.PP
-\fB\-Q, \-\-quiet\fR
-.RS 4
-Do not write progress information to standard output
-.RE
-.SS "General Options"
-.PP
-\fB\-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "SUBCOMMANDS"
-.PP
-The following subcommands are supported\&.
-.PP
-\fBdisable\fR
-.RS 4
-Disable replication on the specified server for the provided base DN and removes references in the other servers with which it is replicating data\&.
-In addition to global options, these subcommand options are supported\&.
-.PP
-\fB\-a, \-\-disableAll\fR
-.RS 4
-Disable the replication configuration on the specified server\&. The contents of the server are no longer replicated and the replication server (changelog and replication port) is disabled if it is configured\&.
-.RE
-.PP
-\fB\-D, \-\-bindDN {bindDN}\fR
-.RS 4
-DN to use to bind to the server where we want to disable replication\&. This option must be used when no Global Administrator has been defined on the server or if the user does not want to remove references in the other replicated servers\&. The password provided for the Global Administrator will be used when specifying this option\&.
-.sp
-Default value: cn=Directory Manager
-.RE
-.PP
-\fB\-\-disableReplicationServer\fR
-.RS 4
-Disable the replication server\&. The replication port and change log are disabled on the specified server\&.
-.RE
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value:
-\fIconfigured\-hostname\fR
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server administration port number
-.sp
-Default value:
-\fIconfigured\-admin\-port\fR
-.RE
-.RE
-.PP
-\fBenable\fR
-.RS 4
-Update the configuration of the servers to replicate the data under the specified base DN\&. If one of the specified servers is already replicating the data under the base DN with other servers, executing this subcommand will update the configuration of all the servers\&. Thus it is sufficient to execute the command line once for each server added to the replication topology\&.
-In addition to global options, these subcommand options are supported\&.
-.PP
-\fB\-h, \-\-host1 {host}\fR
-.RS 4
-Fully qualified host name or IP address of the first server whose contents will be replicated\&.
-.sp
-Default value:
-\fIconfigured\-hostname\fR
-.RE
-.PP
-\fB\-p, \-\-port1 {port}\fR
-.RS 4
-Directory server administration port number of the first server whose contents will be replicated\&.
-.sp
-Default value:
-\fIconfigured\-admin\-port\fR
-.RE
-.PP
-\fB\-D, \-\-bindDN1 {bindDN}\fR
-.RS 4
-DN to use to bind to the first server whose contents will be replicated\&. If not specified the global administrator will be used to bind\&.
-.sp
-Default value: cn=Directory Manager
-.RE
-.PP
-\fB\-\-bindPassword1 {bindPassword}\fR
-.RS 4
-Password to use to bind to the first server whose contents will be replicated\&. If no bind DN was specified for the first server the password of the global administrator will be used to bind\&.
-.RE
-.PP
-\fB\-\-bindPasswordFile1 {bindPasswordFile}\fR
-.RS 4
-File containing the password to use to bind to the first server whose contents will be replicated\&. If no bind DN was specified for the first server the password of the global administrator will be used to bind\&.
-.RE
-.PP
-\fB\-r, \-\-replicationPort1 {port}\fR
-.RS 4
-Port that will be used by the replication mechanism in the first server to communicate with the other servers\&. You have to specify this option only if replication was not previously configured in the first server\&.
-.sp
-Default value: 8989
-.RE
-.PP
-\fB\-\-secureReplication1\fR
-.RS 4
-Specifies whether or not the communication through the replication port of the first server is encrypted or not\&. This option will only be taken into account the first time replication is configured on the first server\&.
-.RE
-.PP
-\fB\-\-noReplicationServer1\fR
-.RS 4
-Do not configure a replication port or change log on the first server\&. The first server will contain replicated data but will not contain a change log of modifications made to the replicated data\&. Note that each replicated topology must contain at least two servers with a change log to avoid a single point of failure\&.
-.RE
-.PP
-\fB\-\-onlyReplicationServer1\fR
-.RS 4
-Configure only a change log and replication port on the first server\&. The first server will not contain replicated data, but will contain a change log of the modifications made to the replicated data on other servers\&.
-.RE
-.PP
-\fB\-O, \-\-host2 {host}\fR
-.RS 4
-Fully qualified host name or IP address of the second server whose contents will be replicated\&.
-.sp
-Default value:
-\fIconfigured\-hostname\fR
-.RE
-.PP
-\fB\-\-port2 {port}\fR
-.RS 4
-Directory server administration port number of the second server whose contents will be replicated\&.
-.sp
-Default value:
-\fIconfigured\-admin\-port\fR
-.RE
-.PP
-\fB\-\-bindDN2 {bindDN}\fR
-.RS 4
-DN to use to bind to the second server whose contents will be replicated\&. If not specified the global administrator will be used to bind\&.
-.sp
-Default value: cn=Directory Manager
-.RE
-.PP
-\fB\-\-bindPassword2 {bindPassword}\fR
-.RS 4
-Password to use to bind to the second server whose contents will be replicated\&. If no bind DN was specified for the second server the password of the global administrator will be used to bind\&.
-.RE
-.PP
-\fB\-F, \-\-bindPasswordFile2 {bindPasswordFile}\fR
-.RS 4
-File containing the password to use to bind to the second server whose contents will be replicated\&. If no bind DN was specified for the second server the password of the global administrator will be used to bind\&.
-.RE
-.PP
-\fB\-R, \-\-replicationPort2 {port}\fR
-.RS 4
-Port that will be used by the replication mechanism in the second server to communicate with the other servers\&. You have to specify this option only if replication was not previously configured in the second server\&.
-.sp
-Default value: 8989
-.RE
-.PP
-\fB\-\-secureReplication2\fR
-.RS 4
-Specifies whether or not the communication through the replication port of the second server is encrypted or not\&. This option will only be taken into account the first time replication is configured on the second server\&.
-.RE
-.PP
-\fB\-\-noReplicationServer2\fR
-.RS 4
-Do not configure a replication port or change log on the second server\&. The second server will contain replicated data but will not contain a change log of modifications made to the replicated data\&. Note that each replicated topology must contain at least two servers with a change log to avoid a single point of failure\&.
-.RE
-.PP
-\fB\-\-onlyReplicationServer2\fR
-.RS 4
-Configure only a change log and replication port on the second server\&. The second server will not contain replicated data, but will contain a change log of the modifications made to the replicated data on other servers\&.
-.RE
-.PP
-\fB\-S, \-\-skipPortCheck\fR
-.RS 4
-Skip the check to determine whether the specified replication ports are usable\&.
-.RE
-.PP
-\fB\-\-noSchemaReplication\fR
-.RS 4
-Do not replicate the schema between the servers\&.
-.RE
-.PP
-\fB\-\-useSecondServerAsSchemaSource\fR
-.RS 4
-Use the second server to initialize the schema of the first server\&. If this option nor option \-\-noSchemaReplication are specified the schema of the first server will be used to initialize the schema of the second server\&.
-.RE
-.RE
-.PP
-\fBinitialize\fR
-.RS 4
-Initialize the contents of the data under the specified base DN on the destination server with the contents on the source server\&. This operation is required after enabling replication in order replication to work\&.
-\fBinitialize\-all\fR
-can also be used for this purpose\&.
-In addition to global options, these subcommand options are supported\&.
-.PP
-\fB\-h, \-\-hostSource {host}\fR
-.RS 4
-Fully qualified host name or IP address of the source server whose contents will be used to initialize the destination server\&.
-.sp
-Default value:
-\fIconfigured\-hostname\fR
-.RE
-.PP
-\fB\-p, \-\-portSource {port}\fR
-.RS 4
-Directory server administration port number of the source server whose contents will be used to initialize the destination server\&.
-.sp
-Default value:
-\fIconfigured\-admin\-port\fR
-.RE
-.PP
-\fB\-O, \-\-hostDestination {host}\fR
-.RS 4
-Fully qualified host name or IP address of the destination server whose contents will be initialized\&.
-.sp
-Default value:
-\fIconfigured\-hostname\fR
-.RE
-.PP
-\fB\-\-portDestination {port}\fR
-.RS 4
-Directory server administration port number of the destination server whose contents will be initialized\&.
-.sp
-Default value:
-\fIconfigured\-admin\-port\fR
-.RE
-.RE
-.PP
-\fBinitialize\-all\fR
-.RS 4
-Initialize the contents of the data under the specified base DN on all the servers whose contents are being replicated with the contents on the specified server\&. This operation is required after enabling replication for replication to work\&. Run
-\fBinitialize\fR
-for each server to achieve the same effect\&.
-In addition to global options, these subcommand options are supported\&.
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value:
-\fIconfigured\-hostname\fR
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server administration port number
-.sp
-Default value:
-\fIconfigured\-admin\-port\fR
-.RE
-.RE
-.PP
-\fBpost\-external\-initialization\fR
-.RS 4
-This subcommand must be called after initializing the contents of all the replicated servers using the
-\fBimport\-ldif\fR
-command, or by copying the database\&. You must specify the list of base DNs that have been initialized, and you must provide the credentials of any of the servers that are being replicated\&. See
-\fBpre\-external\-initialization \-\-help\fR
-for more information\&.
-In addition to global options, these subcommand options are supported\&.
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value:
-\fIconfigured\-hostname\fR
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server administration port number
-.sp
-Default value:
-\fIconfigured\-admin\-port\fR
-.RE
-.RE
-.PP
-\fBpre\-external\-initialization\fR
-.RS 4
-This subcommand must be called before initializing the contents of all the replicated servers using the
-\fBimport\-ldif\fR
-command, or by copying the database\&. You must specify the list of base DNs that have been initialized, and you must provide the credentials of any of the servers that are being replicated\&. After calling this subcommand, initialize the contents of all the servers in the topology, either by using the same LDIF file or by copying the database to each of the servers, then call the
-\fBpost\-external\-initialization\fR
-subcommand\&.
-In addition to global options, these subcommand options are supported\&.
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value:
-\fIconfigured\-hostname\fR
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server administration port number
-.sp
-Default value:
-\fIconfigured\-admin\-port\fR
-.RE
-.RE
-.PP
-\fBpurge\-historical\fR
-.RS 4
-Launch a purge processing of the historical information stored in the user entries by replication\&. Since this processing may take a while, you must specify a maximum duration\&.
-In addition to global options, these subcommand options are supported\&.
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value:
-\fIconfigured\-hostname\fR
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server administration port number
-.sp
-Default value:
-\fIconfigured\-admin\-port\fR
-.RE
-.PP
-\fB\-\-maximumDuration {maximum duration}\fR
-.RS 4
-This argument specifies the maximum duration the purge processing must last expressed in seconds\&.
-.sp
-Default value: 3600
-.RE
-.PP
-\fB\-t, \-\-start {startTime}\fR
-.RS 4
-Indicates the date/time at which this operation will start when scheduled as a server task expressed in YYYYMMDDhhmmssZ format for UTC time or YYYYMMDDhhmmss for local time\&. A value of \*(Aq0\*(Aq will cause the task to be scheduled for immediate execution\&. When this option is specified the operation will be scheduled to start at the specified time after which this utility will exit immediately\&.
-.RE
-.PP
-\fB\-\-recurringTask {schedulePattern}\fR
-.RS 4
-Indicates the task is recurring and will be scheduled according to the value argument expressed in crontab(5) compatible time/date pattern
-.RE
-.PP
-\fB\-\-completionNotify {emailAddress}\fR
-.RS 4
-Email address of a recipient to be notified when the task completes\&. This option may be specified more than once\&.
-.RE
-.PP
-\fB\-\-errorNotify {emailAddress}\fR
-.RS 4
-Email address of a recipient to be notified if an error occurs when this task executes\&. This option may be specified more than once\&.
-.RE
-.PP
-\fB\-\-dependency {taskID}\fR
-.RS 4
-ID of a task upon which this task depends\&. A task will not start execution until all its dependencies have completed execution\&.
-.RE
-.PP
-\fB\-\-failedDependencyAction {action}\fR
-.RS 4
-Action this task will take should one if its dependent tasks fail\&. The value must be one of PROCESS,CANCEL,DISABLE\&. If not specified defaults to CANCEL\&.
-.RE
-.RE
-.PP
-\fBstatus\fR
-.RS 4
-Display a list with the basic replication configuration of the base DNs of the servers defined in the registration information\&. If no base DNs are specified as parameter, information for all base DNs is displayed\&.
-In addition to global options, these subcommand options are supported\&.
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value:
-\fIconfigured\-hostname\fR
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server administration port number
-.sp
-Default value:
-\fIconfigured\-admin\-port\fR
-.RE
-.PP
-\fB\-s, \-\-script\-friendly\fR
-.RS 4
-Use script\-friendly mode\&.
-.RE
-.RE
-.SH "EXAMPLES"
-.PP
-The following example enables and then initializes replication for a new replica on
-opendj2\&.example\&.com
-from an existing replica on
-opendj\&.example\&.com\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ dsreplication enable \-I admin \-w password \-X \-n \-b dc=example,dc=com
- \-\-host1 opendj\&.example\&.com \-\-port1 4444 \-\-bindDN1 "cn=Directory Manager"
- \-\-bindPassword1 password \-\-replicationPort1 8989
- \-\-host2 opendj2\&.example\&.com \-\-port2 4444 \-\-bindDN2 "cn=Directory Manager"
- \-\-bindPassword2 password \-\-replicationPort2 8989
-
-Establishing connections \&.\&.\&.\&.\&. Done\&.
-Checking registration information \&.\&.\&.\&.\&. Done\&.
-Updating remote references on server opendj\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
-Configuring Replication port on server opendj2\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
-Updating replication configuration for baseDN dc=example,dc=com on server
- opendj\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
-Updating replication configuration for baseDN dc=example,dc=com on server
- opendj2\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
-Updating registration configuration on server
- opendj\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
-Updating registration configuration on server
- opendj2\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
-Updating replication configuration for baseDN cn=schema on server
- opendj\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
-Updating replication configuration for baseDN cn=schema on server
- opendj2\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
-Initializing registration information on server opendj2\&.example\&.com:4444 with
- the contents of server opendj\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
-Initializing schema on server opendj2\&.example\&.com:4444 with the contents of
- server opendj\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
-
-Replication has been successfully enabled\&.  Note that for replication to
- work you must initialize the contents of the base DN\*(Aqs that are being
-  replicated (use dsreplication initialize to do so)\&.
-
-See
-/var/\&.\&.\&./opends\-replication\-7958637258600693490\&.log
-for a detailed log of this operation\&.
-$ dsreplication initialize\-all \-I admin \-w password \-X \-n \-b dc=example,dc=com
- \-h opendj\&.example\&.com \-p 4444
-
-Initializing base DN dc=example,dc=com with the contents from
- opendj\&.example\&.com:4444: 160 entries processed (100 % complete)\&.
-Base DN initialized successfully\&.
-
-See
-/var/\&.\&.\&./opends\-replication\-5020375834904394170\&.log
-for a detailed log of this operation\&.
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2014 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/encode-password.1 b/opendj-server-legacy/resource/man/man1/encode-password.1
deleted file mode 100644
index 99925a1..0000000
--- a/opendj-server-legacy/resource/man/man1/encode-password.1
+++ /dev/null
@@ -1,157 +0,0 @@
-'\" t
-.\"     Title: encode-password
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 03/21/2012
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "ENCODE\-PASSWORD" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-encode-password \- encode a password with an OpenDJ storage scheme
-.SH "SYNOPSIS"
-.HP \w'\fBencode\-password\fR\ 'u
-\fBencode\-password\fR {options}
-.SH "DESCRIPTION"
-.PP
-This utility can be used to encode user passwords with a specified storage scheme, or to determine whether a given clear\-text value matches a provided encoded password\&.
-.SH "OPTIONS"
-.PP
-The following global options are supported\&.
-.PP
-\fB\-a, \-\-authPasswordSyntax\fR
-.RS 4
-Use the authentication password syntax rather than the user password syntax\&.
-.RE
-.PP
-\fB\-c, \-\-clearPassword {clearPW}\fR
-.RS 4
-Clear\-text password to encode or to compare against an encoded password\&.
-.RE
-.PP
-\fB\-e, \-\-encodedPassword {encodedPW}\fR
-.RS 4
-Encoded password to compare against the clear\-text password\&.
-.RE
-.PP
-\fB\-E, \-\-encodedPasswordFile {file}\fR
-.RS 4
-Encoded password file\&.
-.RE
-.PP
-\fB\-f, \-\-clearPasswordFile {file}\fR
-.RS 4
-Clear\-text password file\&.
-.RE
-.PP
-\fB\-i, \-\-interactivePassword\fR
-.RS 4
-The password to encode or to compare against an encoded password is interactively asked to the user\&.
-.RE
-.PP
-\fB\-l, \-\-listSchemes\fR
-.RS 4
-List available password storage schemes\&.
-.RE
-.PP
-\fB\-r, \-\-useCompareResultCode\fR
-.RS 4
-Use the LDAP compare result as an exit code for the password comparison\&.
-.RE
-.PP
-\fB\-s, \-\-storageScheme {scheme}\fR
-.RS 4
-Scheme to use for the encoded password\&.
-.RE
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information\&.
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information\&.
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-5
-.RS 4
-The
-\fB\-r\fR
-option was used, and the compare did not match\&.
-.RE
-.PP
-6
-.RS 4
-The
-\fB\-r\fR
-option was used, and the compare did match\&.
-.RE
-.PP
-other
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following example encodes a password, and also shows comparison of a password with the encoded value\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ encode\-password \-l
-3DES
-AES
-BASE64
-BLOWFISH
-CLEAR
-CRYPT
-MD5
-RC4
-SHA
-SMD5
-SSHA
-SSHA256
-SSHA384
-SSHA512
-$ encode\-password \-c secret12 \-s CRYPT
-Encoded Password:  "{CRYPT}ZulJ6Dy3TFnrE"
-$ encode\-password \-c secret12 \-s CRYPT \-e "{CRYPT}ZulJ6Dy3TFnrE" \-r
-The provided clear\-text and encoded passwords match
-$ echo $?
-6
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2012 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/export-ldif.1 b/opendj-server-legacy/resource/man/man1/export-ldif.1
deleted file mode 100644
index 0a79018..0000000
--- a/opendj-server-legacy/resource/man/man1/export-ldif.1
+++ /dev/null
@@ -1,274 +0,0 @@
-'\" t
-.\"     Title: export-ldif
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 03/21/2012
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "EXPORT\-LDIF" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-export-ldif \- export OpenDJ directory data in LDIF
-.SH "SYNOPSIS"
-.HP \w'\fBexport\-ldif\fR\ 'u
-\fBexport\-ldif\fR {options}
-.SH "DESCRIPTION"
-.PP
-This utility can be used to export data from a directory server backend in LDIF form\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-a, \-\-appendToLDIF\fR
-.RS 4
-Append an existing LDIF file rather than overwriting it\&.
-.RE
-.PP
-\fB\-b, \-\-includeBranch {branchDN}\fR
-.RS 4
-Base DN of a branch to include in the LDIF export\&.
-.RE
-.PP
-\fB\-B, \-\-excludeBranch {branchDN}\fR
-.RS 4
-Base DN of a branch to exclude from the LDIF export\&.
-.RE
-.PP
-\fB\-c, \-\-compress\fR
-.RS 4
-Compress the LDIF data as it is exported\&.
-.RE
-.PP
-\fB\-e, \-\-excludeAttribute {attribute}\fR
-.RS 4
-Attribute to exclude from the LDIF export\&.
-.RE
-.PP
-\fB\-E, \-\-excludeFilter {filter}\fR
-.RS 4
-Filter to identify entries to exclude from the LDIF export\&.
-.RE
-.PP
-\fB\-i, \-\-includeAttribute {attribute}\fR
-.RS 4
-Attribute to include in the LDIF export\&.
-.RE
-.PP
-\fB\-I, \-\-includeFilter {filter}\fR
-.RS 4
-Filter to identify entries to include in the LDIF export\&.
-.RE
-.PP
-\fB\-l, \-\-ldifFile {ldifFile}\fR
-.RS 4
-Path to the LDIF file to be written\&.
-.RE
-.PP
-\fB\-n, \-\-backendID {backendName}\fR
-.RS 4
-Backend ID for the backend to export\&.
-.RE
-.PP
-\fB\-O, \-\-excludeOperational\fR
-.RS 4
-Exclude operational attributes from the LDIF export\&.
-.RE
-.PP
-\fB\-\-wrapColumn {wrapColumn}\fR
-.RS 4
-Column at which to wrap long lines (0 for no wrapping)\&.
-.sp
-Default value: 0
-.RE
-.SS "Task Backend Connection Options"
-.PP
-\fB\-\-connectTimeout {timeout}\fR
-.RS 4
-Maximum length of time (in milliseconds) that can be taken to establish a connection\&. Use \*(Aq0\*(Aq to specify no time out\&.
-.sp
-Default value: 30000
-.RE
-.PP
-\fB\-D, \-\-bindDN {bindDN}\fR
-.RS 4
-DN to use to bind to the server
-.sp
-Default value: cn=Directory Manager
-.RE
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value: localhost\&.localdomain
-.RE
-.PP
-\fB\-j, \-\-bindPasswordFile {bindPasswordFile}\fR
-.RS 4
-Bind password file
-.RE
-.PP
-\fB\-K, \-\-keyStorePath {keyStorePath}\fR
-.RS 4
-Certificate key store path
-.RE
-.PP
-\fB\-N, \-\-certNickname {nickname}\fR
-.RS 4
-Nickname of certificate for SSL client authentication
-.RE
-.PP
-\fB\-o, \-\-saslOption {name=value}\fR
-.RS 4
-SASL bind options
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server administration port number
-.sp
-Default value: 4444
-.RE
-.PP
-\fB\-P, \-\-trustStorePath {trustStorePath}\fR
-.RS 4
-Certificate trust store path
-.RE
-.PP
-\fB\-T, \-\-trustStorePassword {trustStorePassword}\fR
-.RS 4
-Certificate trust store PIN
-.RE
-.PP
-\fB\-u, \-\-keyStorePasswordFile {keyStorePasswordFile}\fR
-.RS 4
-Certificate key store PIN file
-.RE
-.PP
-\fB\-U, \-\-trustStorePasswordFile {path}\fR
-.RS 4
-Certificate trust store PIN file
-.RE
-.PP
-\fB\-w, \-\-bindPassword {bindPassword}\fR
-.RS 4
-Password to use to bind to the server
-.sp
-Use
-\fB\-w \-\fR
-to have the command prompt for the password, rather than enter the password on the command line\&.
-.RE
-.PP
-\fB\-W, \-\-keyStorePassword {keyStorePassword}\fR
-.RS 4
-Certificate key store PIN
-.RE
-.PP
-\fB\-X, \-\-trustAll\fR
-.RS 4
-Trust all server SSL certificates
-.RE
-.SS "Task Scheduling Options"
-.PP
-\fB\-\-completionNotify {emailAddress}\fR
-.RS 4
-Email address of a recipient to be notified when the task completes\&. This option may be specified more than once\&.
-.RE
-.PP
-\fB\-\-dependency {taskID}\fR
-.RS 4
-ID of a task upon which this task depends\&. A task will not start execution until all its dependencies have completed execution\&.
-.RE
-.PP
-\fB\-\-errorNotify {emailAddress}\fR
-.RS 4
-Email address of a recipient to be notified if an error occurs when this task executes\&. This option may be specified more than once\&.
-.RE
-.PP
-\fB\-\-failedDependencyAction {action}\fR
-.RS 4
-Action this task will take should one if its dependent tasks fail\&. The value must be one of PROCESS, CANCEL, DISABLE\&. If not specified defaults to CANCEL\&.
-.RE
-.PP
-\fB\-\-recurringTask {schedulePattern}\fR
-.RS 4
-Indicates the task is recurring and will be scheduled according to the value argument expressed in crontab(5) compatible time/date pattern\&.
-.RE
-.PP
-\fB\-t, \-\-start {startTime}\fR
-.RS 4
-Indicates the date/time at which this operation will start when scheduled as a server task expressed in YYYYMMDDhhmmssZ format for UTC time or YYYYMMDDhhmmss for local time\&. A value of \*(Aq0\*(Aq will cause the task to be scheduled for immediate execution\&. When this option is specified the operation will be scheduled to start at the specified time after which this utility will exit immediately\&.
-.RE
-.SS "Utility Input/Output Options"
-.PP
-\fB\-\-noPropertiesFile\fR
-.RS 4
-No properties file will be used to get default command line argument values
-.RE
-.PP
-\fB\-\-propertiesFilePath {propertiesFilePath}\fR
-.RS 4
-Path to the file containing default property values used for command line arguments
-.RE
-.SS "General Options"
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following example exports data to a file,
-Example\&.ldif, with the server offline\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ export\-ldif \-b dc=example,dc=com \-n userRoot \-l \&.\&./ldif/Example\&.ldif
-[21/Jun/2011:13:40:49 +0200] category=BACKEND severity=INFORMATION \&.\&.\&.
-\&.\&.\&.Exported 160 entries and skipped 0 in 0 seconds (average rate 1428\&.6/sec)
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2012 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/import-ldif.1 b/opendj-server-legacy/resource/man/man1/import-ldif.1
deleted file mode 100644
index b31014a..0000000
--- a/opendj-server-legacy/resource/man/man1/import-ldif.1
+++ /dev/null
@@ -1,327 +0,0 @@
-'\" t
-.\"     Title: import-ldif
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 10/01/2012
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "IMPORT\-LDIF" "1" "10/01/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-import-ldif \- import OpenDJ directory data from LDIF
-.SH "SYNOPSIS"
-.HP \w'\fBimport\-ldif\fR\ 'u
-\fBimport\-ldif\fR {options}
-.SH "DESCRIPTION"
-.PP
-This utility can be used to import LDIF data into a directory server backend\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-a, \-\-append\fR
-.RS 4
-Append to an existing database rather than overwriting it\&.
-.RE
-.PP
-\fB\-A, \-\-templateFile {templateFile}\fR
-.RS 4
-Path to a MakeLDIF template to use to generate the import data\&.
-.RE
-.PP
-\fB\-b, \-\-includeBranch {branchDN}\fR
-.RS 4
-Base DN of a branch to include in the LDIF import\&.
-.RE
-.PP
-\fB\-B, \-\-excludeBranch {branchDN}\fR
-.RS 4
-Base DN of a branch to exclude from the LDIF import\&.
-.RE
-.PP
-\fB\-c, \-\-isCompressed\fR
-.RS 4
-LDIF file is compressed\&.
-.RE
-.PP
-\fB\-\-countRejects\fR
-.RS 4
-Count the number of entries rejected by the server and return that value as the exit code (values > 255 will be reduced to 255 due to exit code restrictions)\&.
-.RE
-.PP
-\fB\-e, \-\-excludeAttribute {attribute}\fR
-.RS 4
-Attribute to exclude from the LDIF import\&.
-.RE
-.PP
-\fB\-E, \-\-excludeFilter {filter}\fR
-.RS 4
-Filter to identify entries to exclude from the LDIF import\&.
-.RE
-.PP
-\fB\-F, \-\-clearBackend\fR
-.RS 4
-Remove all entries for all base DNs in the backend before importing\&.
-.RE
-.PP
-\fB\-i, \-\-includeAttribute {attribute}\fR
-.RS 4
-Attribute to include in the LDIF import\&.
-.RE
-.PP
-\fB\-I, \-\-includeFilter {filter}\fR
-.RS 4
-Filter to identify entries to include in the LDIF import\&.
-.RE
-.PP
-\fB\-l, \-\-ldifFile {ldifFile}\fR
-.RS 4
-Path to the LDIF file to be imported\&.
-.RE
-.PP
-\fB\-n, \-\-backendID {backendName}\fR
-.RS 4
-Backend ID for the backend to import\&.
-.RE
-.PP
-\fB\-O, \-\-overwrite\fR
-.RS 4
-Overwrite an existing rejects and/or skip file rather than appending to it\&.
-.RE
-.PP
-\fB\-r, \-\-replaceExisting\fR
-.RS 4
-Replace existing entries when appending to the database\&.
-.RE
-.PP
-\fB\-R, \-\-rejectFile {rejectFile}\fR
-.RS 4
-Write rejected entries to the specified file\&.
-.RE
-.PP
-\fB\-s, \-\-randomSeed {seed}\fR
-.RS 4
-Seed for the MakeLDIF random number generator\&.
-.sp
-Default value: 0
-.RE
-.PP
-\fB\-S, \-\-skipSchemaValidation\fR
-.RS 4
-Skip schema validation during the LDIF import\&.
-.RE
-.PP
-\fB\-\-skipDNValidation\fR
-.RS 4
-Perform DN validation during later part of LDIF import\&.
-.RE
-.PP
-\fB\-\-skipFile {skipFile}\fR
-.RS 4
-Write skipped entries to the specified file\&.
-.RE
-.PP
-\fB\-\-threadCount {count}\fR
-.RS 4
-Number of threads used to read LDIF file during import\&. Default value (0) equals: 2 x (number of CPUs)\&.
-.RE
-.PP
-\fB\-\-tmpdirectory {directory}\fR
-.RS 4
-Path to temporary directory for index scratch files during LDIF import\&.
-.sp
-Default value:
-import\-tmp
-.RE
-.SS "Task Backend Connection Options"
-.PP
-\fB\-\-connectTimeout {timeout}\fR
-.RS 4
-Maximum length of time (in milliseconds) that can be taken to establish a connection\&. Use \*(Aq0\*(Aq to specify no time out\&.
-.sp
-Default value: 30000
-.RE
-.PP
-\fB\-D, \-\-bindDN {bindDN}\fR
-.RS 4
-DN to use to bind to the server
-.sp
-Default value: cn=Directory Manager
-.RE
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value: localhost\&.localdomain
-.RE
-.PP
-\fB\-j, \-\-bindPasswordFile {bindPasswordFile}\fR
-.RS 4
-Bind password file
-.RE
-.PP
-\fB\-K, \-\-keyStorePath {keyStorePath}\fR
-.RS 4
-Certificate key store path
-.RE
-.PP
-\fB\-N, \-\-certNickname {nickname}\fR
-.RS 4
-Nickname of certificate for SSL client authentication
-.RE
-.PP
-\fB\-o, \-\-saslOption {name=value}\fR
-.RS 4
-SASL bind options
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server administration port number
-.sp
-Default value: 4444
-.RE
-.PP
-\fB\-P, \-\-trustStorePath {trustStorePath}\fR
-.RS 4
-Certificate trust store path
-.RE
-.PP
-\fB\-T, \-\-trustStorePassword {trustStorePassword}\fR
-.RS 4
-Certificate trust store PIN
-.RE
-.PP
-\fB\-u, \-\-keyStorePasswordFile {keyStorePasswordFile}\fR
-.RS 4
-Certificate key store PIN file
-.RE
-.PP
-\fB\-U, \-\-trustStorePasswordFile {path}\fR
-.RS 4
-Certificate trust store PIN file
-.RE
-.PP
-\fB\-w, \-\-bindPassword {bindPassword}\fR
-.RS 4
-Password to use to bind to the server
-.sp
-Use
-\fB\-w \-\fR
-to have the command prompt for the password, rather than enter the password on the command line\&.
-.RE
-.PP
-\fB\-W, \-\-keyStorePassword {keyStorePassword}\fR
-.RS 4
-Certificate key store PIN
-.RE
-.PP
-\fB\-X, \-\-trustAll\fR
-.RS 4
-Trust all server SSL certificates
-.RE
-.SS "Task Scheduling Options"
-.PP
-\fB\-\-completionNotify {emailAddress}\fR
-.RS 4
-Email address of a recipient to be notified when the task completes\&. This option may be specified more than once\&.
-.RE
-.PP
-\fB\-\-dependency {taskID}\fR
-.RS 4
-ID of a task upon which this task depends\&. A task will not start execution until all its dependencies have completed execution\&.
-.RE
-.PP
-\fB\-\-errorNotify {emailAddress}\fR
-.RS 4
-Email address of a recipient to be notified if an error occurs when this task executes\&. This option may be specified more than once\&.
-.RE
-.PP
-\fB\-\-failedDependencyAction {action}\fR
-.RS 4
-Action this task will take should one if its dependent tasks fail\&. The value must be one of PROCESS, CANCEL, DISABLE\&. If not specified defaults to CANCEL\&.
-.RE
-.PP
-\fB\-\-recurringTask {schedulePattern}\fR
-.RS 4
-Indicates the task is recurring and will be scheduled according to the value argument expressed in crontab(5) compatible time/date pattern\&.
-.RE
-.PP
-\fB\-t, \-\-start {startTime}\fR
-.RS 4
-Indicates the date/time at which this operation will start when scheduled as a server task expressed in YYYYMMDDhhmmssZ format for UTC time or YYYYMMDDhhmmss for local time\&. A value of \*(Aq0\*(Aq will cause the task to be scheduled for immediate execution\&. When this option is specified the operation will be scheduled to start at the specified time after which this utility will exit immediately\&.
-.RE
-.SS "Utility Input/Output Options"
-.PP
-\fB\-\-noPropertiesFile\fR
-.RS 4
-No properties file will be used to get default command line argument values
-.RE
-.PP
-\fB\-\-propertiesFilePath {propertiesFilePath}\fR
-.RS 4
-Path to the file containing default property values used for command line arguments
-.RE
-.SS "General Options"
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following example imports the content of the LDIF file,
-Example\&.ldif, with the server offline\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-  $ import\-ldif \-b dc=example,dc=com \-n userRoot \-l /path/to/Example\&.ldif
-  [21/Jun/2011:13:38:03 +0200] category=RUNTIME_INFORMATION severity=NOTICE\&.\&.\&.
-  \&.\&.\&. msg=Import LDIF environment close took 0 seconds
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2012 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/ldapcompare.1 b/opendj-server-legacy/resource/man/man1/ldapcompare.1
deleted file mode 100644
index 791cfa1..0000000
--- a/opendj-server-legacy/resource/man/man1/ldapcompare.1
+++ /dev/null
@@ -1,304 +0,0 @@
-'\" t
-.\"     Title: ldapcompare
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 03/01/2013
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "LDAPCOMPARE" "1" "03/01/2013" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-ldapcompare \- perform LDAP compare operations
-.SH "SYNOPSIS"
-.HP \w'\fBldapcompare\fR\ 'u
-\fBldapcompare\fR {options} [[attribute] | [:] | [value]] [DN...]
-.SH "DESCRIPTION"
-.PP
-This utility can be used to perform LDAP compare operations in the directory\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-\-assertionFilter {filter}\fR
-.RS 4
-Use the LDAP assertion control with the provided filter
-.RE
-.PP
-\fB\-c, \-\-continueOnError\fR
-.RS 4
-Continue processing even if there are errors
-.RE
-.PP
-\fB\-f, \-\-filename {file}\fR
-.RS 4
-LDIF file containing one DN per line of entries to compare
-.RE
-.PP
-\fB\-J, \-\-control {controloid[:criticality[:value|::b64value|:<filePath]]}\fR
-.RS 4
-Use a request control with the provided information
-.RE
-.PP
-\fB\-m, \-\-useCompareResultCode\fR
-.RS 4
-Use the LDAP compare result as an exit code for the LDAP compare operations\&.
-.RE
-.PP
-\fB\-n, \-\-dry\-run\fR
-.RS 4
-Show what would be done but do not perform any operation
-.RE
-.SS "LDAP Connection Options"
-.PP
-\fB\-\-connectTimeout {timeout}\fR
-.RS 4
-Maximum length of time (in milliseconds) that can be taken to establish a connection\&. Use \*(Aq0\*(Aq to specify no time out\&.
-.sp
-Default value: 30000
-.RE
-.PP
-\fB\-D, \-\-bindDN {bindDN}\fR
-.RS 4
-DN to use to bind to the server
-.sp
-Default value: cn=Directory Manager
-.RE
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value: localhost\&.localdomain
-.RE
-.PP
-\fB\-j, \-\-bindPasswordFile {bindPasswordFile}\fR
-.RS 4
-Bind password file
-.RE
-.PP
-\fB\-K, \-\-keyStorePath {keyStorePath}\fR
-.RS 4
-Certificate key store path
-.RE
-.PP
-\fB\-N, \-\-certNickname {nickname}\fR
-.RS 4
-Nickname of certificate for SSL client authentication
-.RE
-.PP
-\fB\-o, \-\-saslOption {name=value}\fR
-.RS 4
-SASL bind options
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server port number
-.sp
-Default value: 389
-.RE
-.PP
-\fB\-P, \-\-trustStorePath {trustStorePath}\fR
-.RS 4
-Certificate trust store path
-.RE
-.PP
-\fB\-q, \-\-useStartTLS\fR
-.RS 4
-Use StartTLS to secure communication with the server
-.RE
-.PP
-\fB\-r, \-\-useSASLExternal\fR
-.RS 4
-Use the SASL EXTERNAL authentication mechanism
-.RE
-.PP
-\fB\-\-trustStorePassword {trustStorePassword}\fR
-.RS 4
-Certificate trust store PIN
-.RE
-.PP
-\fB\-u, \-\-keyStorePasswordFile {keyStorePasswordFile}\fR
-.RS 4
-Certificate key store PIN file
-.RE
-.PP
-\fB\-U, \-\-trustStorePasswordFile {path}\fR
-.RS 4
-Certificate trust store PIN file
-.RE
-.PP
-\fB\-V, \-\-ldapVersion {version}\fR
-.RS 4
-LDAP protocol version number
-.sp
-Default value: 3
-.RE
-.PP
-\fB\-w, \-\-bindPassword {bindPassword}\fR
-.RS 4
-Password to use to bind to the server
-.RE
-.PP
-\fB\-W, \-\-keyStorePassword {keyStorePassword}\fR
-.RS 4
-Certificate key store PIN
-.RE
-.PP
-\fB\-X, \-\-trustAll\fR
-.RS 4
-Trust all server SSL certificates
-.RE
-.PP
-\fB\-Z, \-\-useSSL\fR
-.RS 4
-Use SSL for secure communication with the server
-.RE
-.SS "Utility Input/Output Options"
-.PP
-\fB\-i, \-\-encoding {encoding}\fR
-.RS 4
-Use the specified character set for command\-line input
-.RE
-.PP
-\fB\-\-noPropertiesFile\fR
-.RS 4
-No properties file will be used to get default command line argument values
-.RE
-.PP
-\fB\-\-propertiesFilePath {propertiesFilePath}\fR
-.RS 4
-Path to the file containing default property values used for command line arguments
-.RE
-.PP
-\fB\-s, \-\-script\-friendly\fR
-.RS 4
-Use script\-friendly mode
-.RE
-.PP
-\fB\-v, \-\-verbose\fR
-.RS 4
-Use verbose mode
-.RE
-.SS "General Options"
-.PP
-\fB\-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-5
-.RS 4
-The \-m option was used, and at least one of the LDAP compare operations did not match\&.
-.RE
-.PP
-6
-.RS 4
-The \-m option was used, and all the LDAP compare operations did match\&.
-.RE
-.PP
-\fIldap\-error\fR
-.RS 4
-An LDAP error occurred while processing the operation\&.
-.sp
-LDAP result codes are described in
-\m[blue]\fBRFC 4511\fR\m[]\&. Also see the additional information for details\&.
-.RE
-.PP
-89
-.RS 4
-An error occurred while parsing the command\-line arguments\&.
-.RE
-.SH "FILES"
-.PP
-You can use
-~/\&.opendj/tools\&.properties
-to set the defaults for bind DN, host name, and port number as in the following example\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-hostname=directory\&.example\&.com
-port=1389
-bindDN=uid=kvaughan,ou=People,dc=example,dc=com
-
-ldapcompare\&.port=1389
-ldapdelete\&.port=1389
-ldapmodify\&.port=1389
-ldappasswordmodify\&.port=1389
-ldapsearch\&.port=1389
-.fi
-.if n \{\
-.RE
-.\}
-.SH "EXAMPLES"
-.PP
-The following examples demonstrate comparing Babs Jensen\*(Aqs UID\&.
-.PP
-The following example uses a matching UID value\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ ldapcompare \-p 1389 uid:bjensen uid=bjensen,ou=people,dc=example,dc=com
-Comparing type uid with value bjensen in entry
-uid=bjensen,ou=people,dc=example,dc=com
-Compare operation returned true for entry
-uid=bjensen,ou=people,dc=example,dc=com
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-The following example uses a UID value that does not match\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ ldapcompare \-p 1389 uid:beavis uid=bjensen,ou=people,dc=example,dc=com
-Comparing type uid with value beavis in entry
-uid=bjensen,ou=people,dc=example,dc=com
-Compare operation returned false for entry
-uid=bjensen,ou=people,dc=example,dc=com
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2013 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/ldapdelete.1 b/opendj-server-legacy/resource/man/man1/ldapdelete.1
deleted file mode 100644
index aa71c19..0000000
--- a/opendj-server-legacy/resource/man/man1/ldapdelete.1
+++ /dev/null
@@ -1,288 +0,0 @@
-'\" t
-.\"     Title: ldapdelete
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 03/21/2012
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "LDAPDELETE" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-ldapdelete \- perform LDAP delete operations
-.SH "SYNOPSIS"
-.HP \w'\fBldapdelete\fR\ 'u
-\fBldapdelete\fR {options} [\fIDN\fR]
-.SH "DESCRIPTION"
-.PP
-This utility can be used to perform LDAP delete operations in the directory\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-\-assertionFilter {filter}\fR
-.RS 4
-Use the LDAP assertion control with the provided filter
-.RE
-.PP
-\fB\-c, \-\-continueOnError\fR
-.RS 4
-Continue processing even if there are errors
-.RE
-.PP
-\fB\-f, \-\-filename {file}\fR
-.RS 4
-LDIF file containing the changes to apply
-.RE
-.PP
-\fB\-J, \-\-control {controloid[:criticality[:value|::b64value|:<filePath]]}\fR
-.RS 4
-Use a request control with the provided information
-.RE
-.PP
-\fB\-n, \-\-dry\-run\fR
-.RS 4
-Show what would be done but do not perform any operation
-.RE
-.PP
-\fB\-x, \-\-deleteSubtree\fR
-.RS 4
-Delete the specified entry and all entries below it
-.RE
-.PP
-\fB\-Y, \-\-proxyAs {authzID}\fR
-.RS 4
-Use the proxied authorization control with the given authorization ID
-.RE
-.SS "LDAP Connection Options"
-.PP
-\fB\-D, \-\-bindDN {bindDN}\fR
-.RS 4
-DN to use to bind to the server
-.sp
-Default value: cn=Directory Manager
-.RE
-.PP
-\fB\-E, \-\-reportAuthzID\fR
-.RS 4
-Use the authorization identity control
-.RE
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value: localhost\&.localdomain
-.RE
-.PP
-\fB\-j, \-\-bindPasswordFile {bindPasswordFile}\fR
-.RS 4
-Bind password file
-.RE
-.PP
-\fB\-K, \-\-keyStorePath {keyStorePath}\fR
-.RS 4
-Certificate key store path
-.RE
-.PP
-\fB\-N, \-\-certNickname {nickname}\fR
-.RS 4
-Nickname of certificate for SSL client authentication
-.RE
-.PP
-\fB\-o, \-\-saslOption {name=value}\fR
-.RS 4
-SASL bind options
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server port number
-.sp
-Default value: 389
-.RE
-.PP
-\fB\-P, \-\-trustStorePath {trustStorePath}\fR
-.RS 4
-Certificate trust store path
-.RE
-.PP
-\fB\-q, \-\-useStartTLS\fR
-.RS 4
-Use StartTLS to secure communication with the server
-.RE
-.PP
-\fB\-T, \-\-trustStorePassword {trustStorePassword}\fR
-.RS 4
-Certificate trust store PIN
-.RE
-.PP
-\fB\-u, \-\-keyStorePasswordFile {keyStorePasswordFile}\fR
-.RS 4
-Certificate key store PIN file
-.RE
-.PP
-\fB\-U, \-\-trustStorePasswordFile {path}\fR
-.RS 4
-Certificate trust store PIN file
-.RE
-.PP
-\fB\-\-usePasswordPolicyControl\fR
-.RS 4
-Use the password policy request control
-.RE
-.PP
-\fB\-V, \-\-ldapVersion {version}\fR
-.RS 4
-LDAP protocol version number
-.sp
-Default value: 3
-.RE
-.PP
-\fB\-w, \-\-bindPassword {bindPassword}\fR
-.RS 4
-Password to use to bind to the server
-.RE
-.PP
-\fB\-W, \-\-keyStorePassword {keyStorePassword}\fR
-.RS 4
-Certificate key store PIN
-.RE
-.PP
-\fB\-X, \-\-trustAll\fR
-.RS 4
-Trust all server SSL certificates
-.RE
-.PP
-\fB\-Z, \-\-useSSL\fR
-.RS 4
-Use SSL for secure communication with the server
-.RE
-.SS "Utility Input/Output Options"
-.PP
-\fB\-i, \-\-encoding {encoding}\fR
-.RS 4
-Use the specified character set for command\-line input
-.RE
-.PP
-\fB\-\-noPropertiesFile\fR
-.RS 4
-No properties file will be used to get default command line argument values
-.RE
-.PP
-\fB\-\-propertiesFilePath {propertiesFilePath}\fR
-.RS 4
-Path to the file containing default property values used for command line arguments
-.RE
-.PP
-\fB\-v, \-\-verbose\fR
-.RS 4
-Use verbose mode
-.RE
-.SS "General Options"
-.PP
-\fB\-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-\fIldap\-error\fR
-.RS 4
-An LDAP error occurred while processing the operation\&.
-.sp
-LDAP result codes are described in
-\m[blue]\fBRFC 4511\fR\m[]\&. Also see the additional information for details\&.
-.RE
-.PP
-89
-.RS 4
-An error occurred while parsing the command\-line arguments\&.
-.RE
-.SH "FILES"
-.PP
-You can use
-~/\&.opendj/tools\&.properties
-to set the defaults for bind DN, host name, and port number as in the following example\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-hostname=directory\&.example\&.com
-port=1389
-bindDN=uid=kvaughan,ou=People,dc=example,dc=com
-
-ldapcompare\&.port=1389
-ldapdelete\&.port=1389
-ldapmodify\&.port=1389
-ldappasswordmodify\&.port=1389
-ldapsearch\&.port=1389
-.fi
-.if n \{\
-.RE
-.\}
-.SH "EXAMPLES"
-.PP
-The following command deletes a user entry from the directory\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ ldapdelete \-p 1389 \-D "cn=Directory Manager" \-w password
- uid=bjensen,ou=people,dc=example,dc=com
-Processing DELETE request for uid=bjensen,ou=people,dc=example,dc=com
-DELETE operation successful for DN uid=bjensen,ou=people,dc=example,dc=com
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-The following command deletes the ou=Groups entry and all entries underneath ou=Groups\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ ldapdelete \-p 1389 \-D "cn=Directory Manager" \-w password \-x
- ou=groups,dc=example,dc=com
-Processing DELETE request for ou=groups,dc=example,dc=com
-DELETE operation successful for DN ou=groups,dc=example,dc=com
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2012 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/ldapmodify.1 b/opendj-server-legacy/resource/man/man1/ldapmodify.1
deleted file mode 100644
index 3c5297d..0000000
--- a/opendj-server-legacy/resource/man/man1/ldapmodify.1
+++ /dev/null
@@ -1,376 +0,0 @@
-'\" t
-.\"     Title: ldapmodify
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 03/21/2012
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "LDAPMODIFY" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-ldapmodify \- perform LDAP modify, add, delete, mod DN operations
-.SH "SYNOPSIS"
-.HP \w'\fBldapmodify\fR\ 'u
-\fBldapmodify\fR {options}
-.SH "DESCRIPTION"
-.PP
-This utility can be used to perform LDAP modify, add, delete, and modify DN operations in the directory\&.
-.PP
-When not using a file to specify modifications, end your input with EOF (Ctrl+D on UNIX, Ctrl+Z on Windows)\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-a, \-\-defaultAdd\fR
-.RS 4
-Treat records with no changetype as add operations
-.RE
-.PP
-\fB\-\-assertionFilter {filter}\fR
-.RS 4
-Use the LDAP assertion control with the provided filter
-.RE
-.PP
-\fB\-c, \-\-continueOnError\fR
-.RS 4
-Continue processing even if there are errors
-.RE
-.PP
-\fB\-f, \-\-filename {file}\fR
-.RS 4
-LDIF file containing the changes to apply
-.RE
-.PP
-\fB\-J, \-\-control {controloid[:criticality[:value|::b64value|:<filePath]]}\fR
-.RS 4
-Use a request control with the provided information
-.RE
-.PP
-\fB\-n, \-\-dry\-run\fR
-.RS 4
-Show what would be done but do not perform any operation
-.RE
-.PP
-\fB\-\-postReadAttributes {attrList}\fR
-.RS 4
-Use the LDAP ReadEntry post\-read control
-.RE
-.PP
-\fB\-\-preReadAttributes {attrList}\fR
-.RS 4
-Use the LDAP ReadEntry pre\-read control
-.RE
-.PP
-\fB\-Y, \-\-proxyAs {authzID}\fR
-.RS 4
-Use the proxied authorization control with the given authorization ID
-.RE
-.SS "LDAP Connection Options"
-.PP
-\fB\-\-connectTimeout {timeout}\fR
-.RS 4
-Maximum length of time (in milliseconds) that can be taken to establish a connection\&. Use \*(Aq0\*(Aq to specify no time out\&.
-.sp
-Default value: 30000
-.RE
-.PP
-\fB\-D, \-\-bindDN {bindDN}\fR
-.RS 4
-DN to use to bind to the server
-.sp
-Default value: cn=Directory Manager
-.RE
-.PP
-\fB\-E, \-\-reportAuthzID\fR
-.RS 4
-Use the authorization identity control
-.RE
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value: localhost\&.localdomain
-.RE
-.PP
-\fB\-j, \-\-bindPasswordFile {bindPasswordFile}\fR
-.RS 4
-Bind password file
-.RE
-.PP
-\fB\-K, \-\-keyStorePath {keyStorePath}\fR
-.RS 4
-Certificate key store path
-.RE
-.PP
-\fB\-N, \-\-certNickname {nickname}\fR
-.RS 4
-Nickname of certificate for SSL client authentication
-.RE
-.PP
-\fB\-o, \-\-saslOption {name=value}\fR
-.RS 4
-SASL bind options
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server port number
-.sp
-Default value: 389
-.RE
-.PP
-\fB\-P, \-\-trustStorePath {trustStorePath}\fR
-.RS 4
-Certificate trust store path
-.RE
-.PP
-\fB\-q, \-\-useStartTLS\fR
-.RS 4
-Use StartTLS to secure communication with the server
-.RE
-.PP
-\fB\-r, \-\-useSASLExternal\fR
-.RS 4
-Use the SASL EXTERNAL authentication mechanism
-.RE
-.PP
-\fB\-\-trustStorePassword {trustStorePassword}\fR
-.RS 4
-Certificate trust store PIN
-.RE
-.PP
-\fB\-u, \-\-keyStorePasswordFile {keyStorePasswordFile}\fR
-.RS 4
-Certificate key store PIN file
-.RE
-.PP
-\fB\-U, \-\-trustStorePasswordFile {path}\fR
-.RS 4
-Certificate trust store PIN file
-.RE
-.PP
-\fB\-V, \-\-ldapVersion {version}\fR
-.RS 4
-LDAP protocol version number
-.sp
-Default value: 3
-.RE
-.PP
-\fB\-w, \-\-bindPassword {bindPassword}\fR
-.RS 4
-Password to use to bind to the server
-.RE
-.PP
-\fB\-W, \-\-keyStorePassword {keyStorePassword}\fR
-.RS 4
-Certificate key store PIN
-.RE
-.PP
-\fB\-X, \-\-trustAll\fR
-.RS 4
-Trust all server SSL certificates
-.RE
-.PP
-\fB\-Z, \-\-useSSL\fR
-.RS 4
-Use SSL for secure communication with the server
-.RE
-.SS "Utility Input/Output Options"
-.PP
-\fB\-i, \-\-encoding {encoding}\fR
-.RS 4
-Use the specified character set for command\-line input
-.RE
-.PP
-\fB\-\-noPropertiesFile\fR
-.RS 4
-No properties file will be used to get default command line argument values
-.RE
-.PP
-\fB\-\-propertiesFilePath {propertiesFilePath}\fR
-.RS 4
-Path to the file containing default property values used for command line arguments
-.RE
-.PP
-\fB\-v, \-\-verbose\fR
-.RS 4
-Use verbose mode
-.RE
-.SS "General Options"
-.PP
-\fB\-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-\fIldap\-error\fR
-.RS 4
-An LDAP error occurred while processing the operation\&.
-.sp
-LDAP result codes are described in
-\m[blue]\fBRFC 4511\fR\m[]\&. Also see the additional information for details\&.
-.RE
-.PP
-89
-.RS 4
-An error occurred while parsing the command\-line arguments\&.
-.RE
-.SH "FILES"
-.PP
-You can use
-~/\&.opendj/tools\&.properties
-to set the defaults for bind DN, host name, and port number as in the following example\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-hostname=directory\&.example\&.com
-port=1389
-bindDN=uid=kvaughan,ou=People,dc=example,dc=com
-
-ldapcompare\&.port=1389
-ldapdelete\&.port=1389
-ldapmodify\&.port=1389
-ldappasswordmodify\&.port=1389
-ldapsearch\&.port=1389
-.fi
-.if n \{\
-.RE
-.\}
-.SH "EXAMPLES"
-.PP
-The following example demonstrates use of the command to add an entry to the directory\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ cat newuser\&.ldif 
-dn: uid=newuser,ou=People,dc=example,dc=com
-uid: newuser
-facsimileTelephoneNumber: +1 408 555 1213
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-objectClass: posixAccount
-objectClass: top
-givenName: New
-cn: New User
-cn: Real Name
-telephoneNumber: +1 408 555 1212
-sn: Jensen
-roomNumber: 1234
-homeDirectory: /home/newuser
-uidNumber: 10389
-mail: newuser@example\&.com
-l: South Pole
-ou: Product Development
-ou: People
-gidNumber: 10636
-
-$ ldapmodify \-p 1389 \-a \-f newuser\&.ldif
- \-D uid=kvaughan,ou=people,dc=example,dc=com \-w bribery
-Processing ADD request for uid=newuser,ou=People,dc=example,dc=com
-ADD operation successful for DN uid=newuser,ou=People,dc=example,dc=com
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-The following example demonstrates adding a Description attribute to the new user\*(Aqs entry\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ cat newdesc\&.ldif 
-dn: uid=newuser,ou=People,dc=example,dc=com
-changetype: modify
-add: description
-description: A new user\*(Aqs entry
-
-$ ldapmodify \-p 1389 \-f newdesc\&.ldif
- \-D uid=kvaughan,ou=people,dc=example,dc=com \-w bribery
-Processing MODIFY request for uid=newuser,ou=People,dc=example,dc=com
-MODIFY operation successful for DN uid=newuser,ou=People,dc=example,dc=com
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-The following example demonstrates changing the Description attribute for the new user\*(Aqs entry\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ cat moddesc\&.ldif 
-dn: uid=newuser,ou=People,dc=example,dc=com
-changetype: modify
-replace: description
-description: Another description
-
-$ ldapmodify \-p 1389 \-f moddesc\&.ldif
- \-D uid=kvaughan,ou=people,dc=example,dc=com \-w bribery
-Processing MODIFY request for uid=newuser,ou=People,dc=example,dc=com
-MODIFY operation successful for DN uid=newuser,ou=People,dc=example,dc=com
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-The following example demonstrates deleting the new user\*(Aqs entry\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ cat deluser\&.ldif 
-dn: uid=newuser,ou=People,dc=example,dc=com
-changetype: delete
-
-$ ldapmodify \-p 1389 \-f deluser\&.ldif
- \-D uid=kvaughan,ou=people,dc=example,dc=com \-w bribery
-Processing DELETE request for uid=newuser,ou=People,dc=example,dc=com
-DELETE operation successful for DN uid=newuser,ou=People,dc=example,dc=com
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2012 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/ldappasswordmodify.1 b/opendj-server-legacy/resource/man/man1/ldappasswordmodify.1
deleted file mode 100644
index b6c22b1..0000000
--- a/opendj-server-legacy/resource/man/man1/ldappasswordmodify.1
+++ /dev/null
@@ -1,270 +0,0 @@
-'\" t
-.\"     Title: ldappasswordmodify
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 03/21/2012
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "LDAPPASSWORDMODIFY" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-ldappasswordmodify \- perform LDAP password modifications
-.SH "SYNOPSIS"
-.HP \w'\fBldappasswordmodify\fR\ 'u
-\fBldappasswordmodify\fR {options}
-.SH "DESCRIPTION"
-.PP
-This utility can be used to perform LDAP password modify operations in the directory\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-a, \-\-authzID {authzID}\fR
-.RS 4
-Authorization ID for the user entry whose password should be changed
-.sp
-The authorization ID is a string having either the prefix
-dn:
-followed by the user\*(Aqs distinguished name, or the prefix
-u:
-followed by a user identifier that depends on the identity mapping used to match the user identifier to an entry in the directory\&. Examples include
-dn:uid=bjensen,ou=People,dc=example,dc=com, and, if we assume that
-bjensen
-is mapped to Barbara Jensen\*(Aqs entry,
-u:bjensen\&.
-.RE
-.PP
-\fB\-A, \-\-provideDNForAuthzID\fR
-.RS 4
-Use the bind DN as the authorization ID for the password modify operation
-.RE
-.PP
-\fB\-c, \-\-currentPassword {currentPassword}\fR
-.RS 4
-Current password for the target user
-.RE
-.PP
-\fB\-C, \-\-currentPasswordFile {file}\fR
-.RS 4
-Path to a file containing the current password for the target user
-.RE
-.PP
-\fB\-J, \-\-control {controloid[:criticality[:value|::b64value|:<filePath]]}\fR
-.RS 4
-Use a request control with the provided information
-.RE
-.PP
-\fB\-n, \-\-newPassword {newPassword}\fR
-.RS 4
-New password to provide for the target user
-.RE
-.PP
-\fB\-N, \-\-newPasswordFile {file}\fR
-.RS 4
-Path to a file containing the new password to provide for the target user
-.RE
-.SS "LDAP Connection Options"
-.PP
-\fB\-\-certNickname {nickname}\fR
-.RS 4
-Nickname of certificate for SSL client authentication
-.RE
-.PP
-\fB\-\-connectTimeout {timeout}\fR
-.RS 4
-Maximum length of time (in milliseconds) that can be taken to establish a connection\&. Use \*(Aq0\*(Aq to specify no time out\&.
-.sp
-Default: 30000
-.RE
-.PP
-\fB\-D, \-\-bindDN {bindDN}\fR
-.RS 4
-DN to use to bind to the server
-.sp
-Default value: cn=Directory Manager
-.RE
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value: localhost\&.localdomain
-.RE
-.PP
-\fB\-j, \-\-bindPasswordFile {bindPasswordFile}\fR
-.RS 4
-Bind password file
-.RE
-.PP
-\fB\-K, \-\-keyStorePath {keyStorePath}\fR
-.RS 4
-Certificate key store path
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server port number
-.sp
-Default value: 389
-.RE
-.PP
-\fB\-P, \-\-trustStorePath {trustStorePath}\fR
-.RS 4
-Certificate trust store path
-.RE
-.PP
-\fB\-q, \-\-useStartTLS\fR
-.RS 4
-Use StartTLS to secure communication with the server
-.RE
-.PP
-\fB\-\-trustStorePassword {trustStorePassword}\fR
-.RS 4
-Certificate trust store PIN
-.RE
-.PP
-\fB\-u, \-\-keyStorePasswordFile {keyStorePasswordFile}\fR
-.RS 4
-Certificate key store PIN file
-.RE
-.PP
-\fB\-U, \-\-trustStorePasswordFile {path}\fR
-.RS 4
-Certificate trust store PIN file
-.RE
-.PP
-\fB\-w, \-\-bindPassword {bindPassword}\fR
-.RS 4
-Password to use to bind to the server
-.RE
-.PP
-\fB\-W, \-\-keyStorePassword {keyStorePassword}\fR
-.RS 4
-Certificate key store PIN
-.RE
-.PP
-\fB\-X, \-\-trustAll\fR
-.RS 4
-Trust all server SSL certificates
-.RE
-.PP
-\fB\-Z, \-\-useSSL\fR
-.RS 4
-Use SSL for secure communication with the server
-.RE
-.SS "Utility Input/Output Options"
-.PP
-\fB\-\-noPropertiesFile\fR
-.RS 4
-No properties file will be used to get default command line argument values
-.RE
-.PP
-\fB\-\-propertiesFilePath {propertiesFilePath}\fR
-.RS 4
-Path to the file containing default property values used for command line arguments
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display directory server version information
-.RE
-.SS "General Options"
-.PP
-\fB\-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-\fIldap\-error\fR
-.RS 4
-An LDAP error occurred while processing the operation\&.
-.sp
-LDAP result codes are described in
-\m[blue]\fBRFC 4511\fR\m[]\&. Also see the additional information for details\&.
-.RE
-.PP
-89
-.RS 4
-An error occurred while parsing the command\-line arguments\&.
-.RE
-.SH "FILES"
-.PP
-You can use
-~/\&.opendj/tools\&.properties
-to set the defaults for bind DN, host name, and port number as in the following example\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-hostname=directory\&.example\&.com
-port=1389
-bindDN=uid=kvaughan,ou=People,dc=example,dc=com
-
-ldapcompare\&.port=1389
-ldapdelete\&.port=1389
-ldapmodify\&.port=1389
-ldappasswordmodify\&.port=1389
-ldapsearch\&.port=1389
-.fi
-.if n \{\
-.RE
-.\}
-.SH "EXAMPLES"
-.PP
-The following example demonstrates a user changing the password for her entry\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ cat /tmp/currpwd\&.txt /tmp/newpwd\&.txt
-bribery
-secret12
-$ ldappasswordmodify \-p 1389 \-C /tmp/currpwd\&.txt \-N /tmp/newpwd\&.txt
-\-A \-D uid=kvaughan,ou=people,dc=example,dc=com \-w bribery
-The LDAP password modify operation was successful
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2012 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/ldapsearch.1 b/opendj-server-legacy/resource/man/man1/ldapsearch.1
deleted file mode 100644
index 9582983..0000000
--- a/opendj-server-legacy/resource/man/man1/ldapsearch.1
+++ /dev/null
@@ -1,607 +0,0 @@
-'\" t
-.\"     Title: ldapsearch
-.\"    Author: 
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 01/27/2015
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 3.0.0
-.\"  Language: English
-.\"
-.TH "LDAPSEARCH" "1" "01/27/2015" "OpenDJ 3\&.0\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-ldapsearch \- perform LDAP search operations
-.SH "SYNOPSIS"
-.HP \w'\fBldapsearch\fR\ 'u
-\fBldapsearch\fR {options} [filter] [attributes...]
-.SH "DESCRIPTION"
-.PP
-This utility can be used to perform LDAP search operations in the directory\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-a, \-\-dereferencePolicy {dereferencePolicy}\fR
-.RS 4
-Alias dereference policy (\*(Aqnever\*(Aq, \*(Aqalways\*(Aq, \*(Aqsearch\*(Aq, or \*(Aqfind\*(Aq)
-.sp
-Default value: never
-.RE
-.PP
-\fB\-A, \-\-typesOnly\fR
-.RS 4
-Only retrieve attribute names but not their values
-.RE
-.PP
-\fB\-\-assertionFilter {filter}\fR
-.RS 4
-Use the LDAP assertion control with the provided filter
-.RE
-.PP
-\fB\-b, \-\-baseDN {baseDN}\fR
-.RS 4
-Base DN format string
-.RE
-.PP
-\fB\-c, \-\-continueOnError\fR
-.RS 4
-Continue processing even if there are errors
-.RE
-.PP
-\fB\-C, \-\-persistentSearch ps[:changetype[:changesonly[:entrychgcontrols]]]\fR
-.RS 4
-Use the persistent search control
-.sp
-A persistent search allows the client to continue receiving new results whenever changes are made to data that is in the scope of the search, thus using the search as a form of change notification\&.
-The optional
-changetype
-setting defines the kinds of updates that result in notification\&. By default the
-changetype
-is not set\&.
-.PP
-add
-.RS 4
-Send notifications for LDAP add operations\&.
-.RE
-.PP
-del, delete
-.RS 4
-Send notifications for LDAP delete operations\&.
-.RE
-.PP
-mod, modify
-.RS 4
-Send notifications for LDAP modify operations\&.
-.RE
-.PP
-moddn, modrdn, modifydn
-.RS 4
-Send notifications for LDAP modify DN (rename and move) operations\&.
-.RE
-.PP
-all, any
-.RS 4
-Send notifications for all LDAP update operations\&.
-.RE
-.sp
-The optional
-changesonly
-setting defines whether the server returns existing entries as well as changes\&.
-.PP
-true
-.RS 4
-Do not return existing entries, but instead only notifications about changes\&.
-.sp
-This is the default setting\&.
-.RE
-.PP
-false
-.RS 4
-Also return existing entries\&.
-.RE
-.sp
-The optional
-entrychgcontrols
-setting defines whether the server returns an Entry Change Notification control with each entry notification\&. The Entry Change Notification control provides additional information about the change that caused the entry to be returned by the search\&. In particular, it indicates the change type, the change number if available, and the previous DN if the change type was a modify DN operation\&.
-.PP
-true
-.RS 4
-Do request the Entry Change Notification control\&.
-.sp
-This is the default setting\&.
-.RE
-.PP
-false
-.RS 4
-Do not request the Entry Change Notification control\&.
-.RE
-.RE
-.PP
-\fB\-\-countEntries\fR
-.RS 4
-Count the number of entries returned by the server
-.RE
-.PP
-\fB\-e, \-\-getEffectiveRightsAttribute {attribute}\fR
-.RS 4
-Specifies geteffectiverights control specific attribute list
-.RE
-.PP
-\fB\-f, \-\-filename {file}\fR
-.RS 4
-LDIF file containing the changes to apply
-.RE
-.PP
-\fB\-g, \-\-getEffectiveRightsAuthzid {authzID}\fR
-.RS 4
-Use geteffectiverights control with the provided authzid
-.RE
-.PP
-\fB\-G, \-\-virtualListView {before:after:index:count | before:after:value}\fR
-.RS 4
-Use the virtual list view control to retrieve the specified results page
-.RE
-.PP
-\fB\-J, \-\-control {controloid[:criticality[:value|::b64value|:<filePath]]}\fR
-.RS 4
-Use a request control with the provided information
-.sp
-For some
-\fIcontroloid\fR
-values, you can replace object identifiers with user\-friendly strings\&. The strings are listed here in lower case, but the case is not important\&. You can use camelCase if you prefer, for example\&.
-.PP
-accountusable, accountusability
-.RS 4
-Account Usability Control, Object Identifier: 1\&.3\&.6\&.1\&.4\&.1\&.42\&.2\&.27\&.9\&.5\&.8
-.RE
-.PP
-authzid, authorizationidentity
-.RS 4
-Authorization Identity Request Control, Object Identifier: 2\&.16\&.840\&.1\&.113730\&.3\&.4\&.16
-.RE
-.PP
-effectiverights, geteffectiverights
-.RS 4
-Get Effective Rights Request Control, Object Identifier: 1\&.3\&.6\&.1\&.4\&.1\&.42\&.2\&.27\&.9\&.5\&.2
-.RE
-.PP
-managedsait
-.RS 4
-Manage DSAIT Request Control, Object Identifier: 2\&.16\&.840\&.1\&.113730\&.3\&.4\&.2
-.RE
-.PP
-noop, no\-op
-.RS 4
-No\-Op Control, Object Identifier: 1\&.3\&.6\&.1\&.4\&.1\&.4203\&.1\&.10\&.2
-.RE
-.PP
-pwpolicy, passwordpolicy
-.RS 4
-Password Policy Control, Object Identifier: 1\&.3\&.6\&.1\&.4\&.1\&.42\&.2\&.27\&.8\&.5\&.1
-.RE
-.PP
-realattrsonly, realattributesonly
-.RS 4
-Real Attributes Only Request Control, Object Identifier: 2\&.16\&.840\&.1\&.113730\&.3\&.4\&.17
-.RE
-.PP
-subtreedelete, treedelete
-.RS 4
-Subtree Delete Request Control, Object Identifier: 1\&.2\&.840\&.113556\&.1\&.4\&.805
-.RE
-.PP
-virtualattrsonly, virtualattributesonly
-.RS 4
-Virtual Attributes Only Request Control, Object Identifier: 2\&.16\&.840\&.1\&.113730\&.3\&.4\&.19
-.RE
-.RE
-.PP
-\fB\-l, \-\-timeLimit {timeLimit}\fR
-.RS 4
-Maximum length of time in seconds to allow for the search
-.sp
-Default value: 0
-.RE
-.PP
-\fB\-\-matchedValuesFilter {filter}\fR
-.RS 4
-Use the LDAP matched values control with the provided filter
-.RE
-.PP
-\fB\-n, \-\-dry\-run\fR
-.RS 4
-Show what would be done but do not perform any operation
-.RE
-.PP
-\fB\-s, \-\-searchScope {searchScope}\fR
-.RS 4
-Search scope (\*(Aqbase\*(Aq, \*(Aqone\*(Aq, \*(Aqsub\*(Aq, or \*(Aqsubordinate\*(Aq)
-.sp
-Default value: sub
-.sp
-subordinate
-is an LDAP extension that might not work with all LDAP servers\&.
-.RE
-.PP
-\fB\-S, \-\-sortOrder {sortOrder}\fR
-.RS 4
-Sort the results using the provided sort order
-.RE
-.PP
-\fB\-\-simplePageSize {numEntries}\fR
-.RS 4
-Use the simple paged results control with the given page size
-.sp
-Default value: 1000
-.RE
-.PP
-\fB\-\-subEntries\fR
-.RS 4
-Use subentries control to specify that subentries are visible and normal entries are not
-.RE
-.PP
-\fB\-Y, \-\-proxyAs {authzID}\fR
-.RS 4
-Use the proxied authorization control with the given authorization ID
-.RE
-.PP
-\fB\-z, \-\-sizeLimit {sizeLimit}\fR
-.RS 4
-Maximum number of entries to return from the search
-.sp
-Default value: 0
-.RE
-.SS "LDAP Connection Options"
-.PP
-\fB\-\-connectTimeout {timeout}\fR
-.RS 4
-Maximum length of time (in milliseconds) that can be taken to establish a connection\&. Use \*(Aq0\*(Aq to specify no time out\&.
-.sp
-Default value: 30000
-.RE
-.PP
-\fB\-D, \-\-bindDN {bindDN}\fR
-.RS 4
-DN to use to bind to the server
-.sp
-Default value: cn=Directory Manager
-.RE
-.PP
-\fB\-E, \-\-reportAuthzID\fR
-.RS 4
-Use the authorization identity control
-.RE
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value: localhost\&.localdomain
-.RE
-.PP
-\fB\-j, \-\-bindPasswordFile {bindPasswordFile}\fR
-.RS 4
-Bind password file
-.RE
-.PP
-\fB\-K, \-\-keyStorePath {keyStorePath}\fR
-.RS 4
-Certificate key store path
-.RE
-.PP
-\fB\-N, \-\-certNickname {nickname}\fR
-.RS 4
-Nickname of certificate for SSL client authentication
-.RE
-.PP
-\fB\-o, \-\-saslOption {name=value}\fR
-.RS 4
-SASL bind options
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server port number
-.sp
-Default value: 389
-.RE
-.PP
-\fB\-P, \-\-trustStorePath {trustStorePath}\fR
-.RS 4
-Certificate trust store path
-.RE
-.PP
-\fB\-q, \-\-useStartTLS\fR
-.RS 4
-Use StartTLS to secure communication with the server
-.RE
-.PP
-\fB\-r, \-\-useSASLExternal\fR
-.RS 4
-Use the SASL EXTERNAL authentication mechanism
-.RE
-.PP
-\fB\-\-trustStorePassword {trustStorePassword}\fR
-.RS 4
-Certificate trust store PIN
-.RE
-.PP
-\fB\-u, \-\-keyStorePasswordFile {keyStorePasswordFile}\fR
-.RS 4
-Certificate key store PIN file
-.RE
-.PP
-\fB\-U, \-\-trustStorePasswordFile {path}\fR
-.RS 4
-Certificate trust store PIN file
-.RE
-.PP
-\fB\-\-usePasswordPolicyControl\fR
-.RS 4
-Use the password policy request control
-.RE
-.PP
-\fB\-V, \-\-ldapVersion {version}\fR
-.RS 4
-LDAP protocol version number
-.sp
-Default value: 3
-.RE
-.PP
-\fB\-w, \-\-bindPassword {bindPassword}\fR
-.RS 4
-Password to use to bind to the server
-.RE
-.PP
-\fB\-W, \-\-keyStorePassword {keyStorePassword}\fR
-.RS 4
-Certificate key store PIN
-.RE
-.PP
-\fB\-X, \-\-trustAll\fR
-.RS 4
-Trust all server SSL certificates
-.RE
-.PP
-\fB\-Z, \-\-useSSL\fR
-.RS 4
-Use SSL for secure communication with the server
-.RE
-.SS "Utility Input/Output Options"
-.PP
-\fB\-i, \-\-encoding {encoding}\fR
-.RS 4
-Use the specified character set for command\-line input
-.RE
-.PP
-\fB\-\-noPropertiesFile\fR
-.RS 4
-No properties file will be used to get default command line argument values
-.RE
-.PP
-\fB\-\-propertiesFilePath {propertiesFilePath}\fR
-.RS 4
-Path to the file containing default property values used for command line arguments
-.RE
-.PP
-\fB\-T, \-\-dontWrap\fR
-.RS 4
-Do not wrap long lines
-.RE
-.PP
-\fB\-v, \-\-verbose\fR
-.RS 4
-Use verbose mode
-.RE
-.SS "General Options"
-.PP
-\fB\-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "FILTER"
-.PP
-The filter argument is a string representation of an LDAP search filter as in
-(cn=Babs Jensen),
-(&(objectClass=Person)(|(sn=Jensen)(cn=Babs J*))), or
-(cn:caseExactMatch:=Fred Flintstone)\&.
-.SH "ATTRIBUTE"
-.PP
-The optional attribute list specifies the attributes to return in the entries found by the search\&. In addition to identifying attributes by name such as
-cn sn mail
-and so forth, you can use the following notations, too\&.
-.PP
-*
-.RS 4
-Return all user attributes such as
-cn,
-sn, and
-mail\&.
-.RE
-.PP
-+
-.RS 4
-Return all operational attributes such as
-etag
-and
-pwdPolicySubentry\&.
-.RE
-.PP
-@\fIobjectclass\fR
-.RS 4
-Return all attributes of the specified object class, where
-\fIobjectclass\fR
-is one of the object classes on the entries returned by the search\&.
-.RE
-.PP
-1\&.1
-.RS 4
-Return no attributes, only the DNs of matching entries\&.
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-\fIldap\-error\fR
-.RS 4
-An LDAP error occurred while processing the operation\&.
-.sp
-LDAP result codes are described in
-\m[blue]\fBRFC 4511\fR\m[]\&. Also see the additional information for details\&.
-.RE
-.PP
-89
-.RS 4
-An error occurred while parsing the command\-line arguments\&.
-.RE
-.SH "FILES"
-.PP
-You can use
-~/\&.opendj/tools\&.properties
-to set the defaults for bind DN, host name, and port number as in the following example\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-hostname=directory\&.example\&.com
-port=1389
-bindDN=uid=kvaughan,ou=People,dc=example,dc=com
-
-ldapcompare\&.port=1389
-ldapdelete\&.port=1389
-ldapmodify\&.port=1389
-ldappasswordmodify\&.port=1389
-ldapsearch\&.port=1389
-  
-.fi
-.if n \{\
-.RE
-.\}
-.SH "EXAMPLES"
-.PP
-The following example searches for entries with UID containing
-jensen, returning only DNs and uid values\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ \fBldapsearch \-p 1389 \-b dc=example,dc=com "(uid=*jensen*)" uid\fR
-dn: uid=ajensen,ou=People,dc=example,dc=com
-uid: ajensen
-
-dn: uid=bjensen,ou=People,dc=example,dc=com
-uid: bjensen
-
-dn: uid=gjensen,ou=People,dc=example,dc=com
-uid: gjensen
-
-dn: uid=jjensen,ou=People,dc=example,dc=com
-uid: jjensen
-
-dn: uid=kjensen,ou=People,dc=example,dc=com
-uid: kjensen
-
-dn: uid=rjensen,ou=People,dc=example,dc=com
-uid: rjensen
-
-dn: uid=tjensen,ou=People,dc=example,dc=com
-uid: tjensen
-
-
-Result Code:  0 (Success)
-  
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-You can also use
-@\fIobjectclass\fR
-notation in the attribute list to return the attributes of a particular object class\&. The following example shows how to return attributes of the
-inetOrgPerson
-object class\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ \fBldapsearch \-p 1389 \-b dc=example,dc=com "(uid=bjensen)" @inetorgperson\fR
-dn: uid=bjensen,ou=People,dc=example,dc=com
-givenName: Barbara
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-objectClass: posixAccount
-objectClass: top
-uid: bjensen
-cn: Barbara Jensen
-cn: Babs Jensen
-telephoneNumber: +1 408 555 1862
-sn: Jensen
-roomNumber: 0209
-mail: bjensen@example\&.com
-l: Cupertino
-ou: Product Development
-ou: People
-facsimileTelephoneNumber: +1 408 555 1992
-  
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-You can use
-+
-in the attribute list to return all operational attributes, as in the following example\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ \fBldapsearch \-p 1389 \-b dc=example,dc=com "(uid=bjensen)" +\fR
-dn: uid=bjensen,ou=People,dc=example,dc=com
-numSubordinates: 0
-structuralObjectClass: inetOrgPerson
-etag: 0000000073c29972
-pwdPolicySubentry: cn=Default Password Policy,cn=Password Policies,cn=config
-subschemaSubentry: cn=schema
-hasSubordinates: false
-entryDN: uid=bjensen,ou=people,dc=example,dc=com
-entryUUID: fc252fd9\-b982\-3ed6\-b42a\-c76d2546312c
-  
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2015 ForgeRock AS.
-.br
diff --git a/opendj-server-legacy/resource/man/man1/ldif-diff.1 b/opendj-server-legacy/resource/man/man1/ldif-diff.1
deleted file mode 100644
index 770ad61..0000000
--- a/opendj-server-legacy/resource/man/man1/ldif-diff.1
+++ /dev/null
@@ -1,170 +0,0 @@
-'\" t
-.\"     Title: ldif-diff
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 03/01/2013
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "LDIF\-DIFF" "1" "03/01/2013" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-ldif-diff \- compare small LDIF files
-.SH "SYNOPSIS"
-.HP \w'\fBldif\-diff\fR\ 'u
-\fBldif\-diff\fR {options}
-.SH "DESCRIPTION"
-.PP
-This utility can be used to compare two LDIF files and report the differences in LDIF format\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-a, \-\-ignoreAttrs {file}\fR
-.RS 4
-File containing a list of attributes to ignore when computing the difference\&.
-.RE
-.PP
-\fB\-\-checkSchema\fR
-.RS 4
-Takes into account the syntax of the attributes as defined in the schema to make the value comparison\&. The provided LDIF files must conform to the server schema\&.
-.RE
-.PP
-\fB\-e, \-\-ignoreEntries {file}\fR
-.RS 4
-File containing a list of entries (DN) to ignore when computing the difference\&.
-.RE
-.PP
-\fB\-o, \-\-outputLDIF {file}\fR
-.RS 4
-File to which the output should be written\&.
-.RE
-.PP
-\fB\-O, \-\-overwriteExisting\fR
-.RS 4
-Any existing output file should be overwritten rather than appending to it\&.
-.RE
-.PP
-\fB\-r, \-\-useCompareResultCode\fR
-.RS 4
-Use the LDAP compare result as an exit code for reporting differences between the two LDIF files\&.
-.RE
-.PP
-\fB\-s, \-\-sourceLDIF {file}\fR
-.RS 4
-LDIF file to use as the source data\&.
-.RE
-.PP
-\fB\-S, \-\-singleValueChanges\fR
-.RS 4
-Each attribute\-level change should be written as a separate modification per attribute value rather than one modification per entry\&.
-.RE
-.PP
-\fB\-t, \-\-targetLDIF {file}\fR
-.RS 4
-LDIF file to use as the target data\&.
-.RE
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information\&.
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information\&.
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-5
-.RS 4
-The \-r option was used, and no differences are reported\&.
-.RE
-.PP
-6
-.RS 4
-The\-r option was used, and differences are reported\&.
-.RE
-.PP
-other
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following example demonstrates use of the command with two small LDIF files\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ cat /path/to/newuser\&.ldif 
-dn: uid=newuser,ou=People,dc=example,dc=com
-uid: newuser
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-objectClass: top
-cn: New User
-sn: User
-ou: People
-mail: newuser@example\&.com
-userPassword: changeme
-
-$ cat /path/to/neweruser\&.ldif 
-dn: uid=newuser,ou=People,dc=example,dc=com
-uid: newuser
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-objectClass: top
-cn: New User
-sn: User
-ou: People
-mail: newuser@example\&.com
-userPassword: secret12
-description: A new description\&.
-
-$ ldif\-diff \-s /path/to/newuser\&.ldif \-t /path/to/neweruser\&.ldif
-dn: uid=newuser,ou=People,dc=example,dc=com
-changetype: modify
-add: userPassword
-userPassword: secret12
-\-
-delete: userPassword
-userPassword: changeme
-\-
-add: description
-description: A new description\&.
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2012 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/ldifmodify.1 b/opendj-server-legacy/resource/man/man1/ldifmodify.1
deleted file mode 100644
index db470d3..0000000
--- a/opendj-server-legacy/resource/man/man1/ldifmodify.1
+++ /dev/null
@@ -1,132 +0,0 @@
-'\" t
-.\"     Title: ldifmodify
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 03/21/2012
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "LDIFMODIFY" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-ldifmodify \- apply LDIF changes to LDIF
-.SH "SYNOPSIS"
-.HP \w'\fBldifmodify\fR\ 'u
-\fBldifmodify\fR {options}
-.SH "DESCRIPTION"
-.PP
-This utility can be used to apply a set of modify, add, and delete operations against data in an LDIF file\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-m, \-\-changesLDIF {ldifFile}\fR
-.RS 4
-LDIF file containing the changes to apply\&.
-.RE
-.PP
-\fB\-s, \-\-sourceLDIF {ldifFile}\fR
-.RS 4
-LDIF file containing the data to be updated\&.
-.RE
-.PP
-\fB\-t, \-\-targetLDIF {ldifFile}\fR
-.RS 4
-File to which the updated data should be written\&.
-.RE
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information\&.
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information\&.
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following example demonstrates use of the command\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ cat /path/to/newuser\&.ldif 
-dn: uid=newuser,ou=People,dc=example,dc=com
-uid: newuser
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-objectClass: top
-cn: New User
-sn: User
-ou: People
-mail: newuser@example\&.com
-userPassword: changeme
-  
-$ cat /path/to/newdiff\&.ldif 
-dn: uid=newuser,ou=People,dc=example,dc=com
-changetype: modify
-add: userPassword
-userPassword: secret12
-\-
-delete: userPassword
-userPassword: changeme
-\-
-add: description
-description: A new description\&.
-
-$ ldifmodify \-s /path/to/newuser\&.ldif \-m /path/to/newdiff\&.ldif \-t neweruser\&.ldif
-$ cat neweruser\&.ldif 
-dn: uid=newuser,ou=People,dc=example,dc=com
-objectClass: person
-objectClass: inetOrgPerson
-objectClass: organizationalPerson
-objectClass: top
-uid: newuser
-description: A new description\&.
-cn: New User
-sn: User
-userPassword: secret12
-mail: newuser@example\&.com
-ou: People
-
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2012 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/ldifsearch.1 b/opendj-server-legacy/resource/man/man1/ldifsearch.1
deleted file mode 100644
index 7cc19e2..0000000
--- a/opendj-server-legacy/resource/man/man1/ldifsearch.1
+++ /dev/null
@@ -1,220 +0,0 @@
-'\" t
-.\"     Title: ldifsearch
-.\"    Author: 
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 10/22/2014
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 3.0.0
-.\"  Language: English
-.\"
-.TH "LDIFSEARCH" "1" "10/22/2014" "OpenDJ 3\&.0\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-ldifsearch \- search LDIF with LDAP filters
-.SH "SYNOPSIS"
-.HP \w'\fBldifsearch\fR\ 'u
-\fBldifsearch\fR {options} [filter] [attribute...]
-.SH "DESCRIPTION"
-.PP
-This utility can be used to perform search operations against data in an LDIF file\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-b, \-\-baseDN {baseDN}\fR
-.RS 4
-The base DN for the search\&. Multiple base DNs may be specified by providing the option multiple times\&. If no base DN is provided, then the root DSE will be used\&.
-.RE
-.PP
-\fB\-f, \-\-filterFile {filterFile}\fR
-.RS 4
-The path to the file containing the search filter(s) to use\&. If this is not provided, then the filter must be provided on the command line after all configuration options\&.
-.RE
-.PP
-\fB\-l, \-\-ldifFile {ldifFile}\fR
-.RS 4
-LDIF file containing the data to search\&. Multiple files may be specified by providing the option multiple times\&. If no files are provided, the data will be read from standard input\&.
-.RE
-.PP
-\fB\-o, \-\-outputFile {outputFile}\fR
-.RS 4
-The path to the output file to which the matching entries should be written\&. If this is not provided, then the data will be written to standard output\&.
-.RE
-.PP
-\fB\-O, \-\-overwriteExisting\fR
-.RS 4
-Any existing output file should be overwritten rather than appending to it\&.
-.RE
-.PP
-\fB\-s, \-\-searchScope {scope}\fR
-.RS 4
-The scope for the search\&. It must be one of \*(Aqbase\*(Aq, \*(Aqone\*(Aq, \*(Aqsub\*(Aq, or \*(Aqsubordinate\*(Aq\&. If it is not provided, then \*(Aqsub\*(Aq will be used\&.
-.RE
-.PP
-\fB\-t, \-\-timeLimit {timeLimit}\fR
-.RS 4
-Maximum length of time (in seconds) to spend processing\&.
-.sp
-Default value: 0
-.RE
-.PP
-\fB\-T, \-\-dontWrap\fR
-.RS 4
-Long lines should not be wrapped\&.
-.RE
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information\&.
-.RE
-.PP
-\fB\-z, \-\-sizeLimit {sizeLimit}\fR
-.RS 4
-Maximum number of matching entries to return\&.
-.sp
-Default value: 0
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information\&.
-.RE
-.SH "FILTER"
-.PP
-The filter argument is a string representation of an LDAP search filter as in
-(cn=Babs Jensen),
-(&(objectClass=Person)(|(sn=Jensen)(cn=Babs J*))), or
-(cn:caseExactMatch:=Fred Flintstone)\&.
-.SH "ATTRIBUTE"
-.PP
-The optional attribute list specifies the attributes to return in the entries found by the search\&. In addition to identifying attributes by name such as
-cn sn mail
-and so forth, you can use the following notations, too\&.
-.PP
-*
-.RS 4
-Return all user attributes such as
-cn,
-sn, and
-mail\&.
-.RE
-.PP
-+
-.RS 4
-Return all operational attributes such as
-etag
-and
-pwdPolicySubentry\&.
-.RE
-.PP
-@\fIobjectclass\fR
-.RS 4
-Return all attributes of the specified object class, where
-\fIobjectclass\fR
-is one of the object classes on the entries returned by the search\&.
-.RE
-.PP
-1\&.1
-.RS 4
-Return no attributes, only the DNs of matching entries\&.
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following example demonstrates use of the command\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ \fBldifsearch \-l /path/to/Example\&.ldif \-b dc=example,dc=com uid=bjensen\fR
-dn: uid=bjensen,ou=People,dc=example,dc=com
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-objectClass: posixAccount
-objectClass: top
-uid: bjensen
-userpassword: hifalutin
-facsimiletelephonenumber: +1 408 555 1992
-givenname: Barbara
-cn: Barbara Jensen
-cn: Babs Jensen
-telephonenumber: +1 408 555 1862
-sn: Jensen
-roomnumber: 0209
-homeDirectory: /home/bjensen
-mail: bjensen@example\&.com
-l: Cupertino
-ou: Product Development
-ou: People
-uidNumber: 1076
-gidNumber: 1000
-  
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-You can also use
-@\fIobjectclass\fR
-notation in the attribute list to return the attributes of a particular object class\&. The following example shows how to return attributes of the
-posixAccount
-object class\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ \fBldifsearch \-\-ldifFile /path/to/Example\&.ldif \e
- \-\-baseDN dc=example,dc=com "(uid=bjensen)" @posixaccount\fR
-dn: uid=bjensen,ou=People,dc=example,dc=com
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-objectClass: posixAccount
-objectClass: top
-uid: bjensen
-userpassword: hifalutin
-cn: Barbara Jensen
-cn: Babs Jensen
-homeDirectory: /home/bjensen
-uidNumber: 1076
-gidNumber: 1000
-  
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2014 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/list-backends.1 b/opendj-server-legacy/resource/man/man1/list-backends.1
deleted file mode 100644
index e07ffec..0000000
--- a/opendj-server-legacy/resource/man/man1/list-backends.1
+++ /dev/null
@@ -1,98 +0,0 @@
-'\" t
-.\"     Title: list-backends
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 03/21/2012
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "LIST\-BACKENDS" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-list-backends \- list OpenDJ backends and base DNs
-.SH "SYNOPSIS"
-.HP \w'\fBlist\-backends\fR\ 'u
-\fBlist\-backends\fR [options]
-.SH "DESCRIPTION"
-.PP
-This utility can be used to list the backends and base DNs configured in the Directory Server\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-b, \-\-baseDN {baseDN}\fR
-.RS 4
-Base DN for which to list the backend ID\&.
-.RE
-.PP
-\fB\-n, \-\-backendID {backendName}\fR
-.RS 4
-Backend ID of the backend for which to list the base DNs\&.
-.RE
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information\&.
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information\&.
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ list\-backends 
-Backend ID         : Base DN
-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-:\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
-adminRoot          : cn=admin data
-ads\-truststore     : cn=ads\-truststore
-backup             : cn=backups
-config             : cn=config
-monitor            : cn=monitor
-myCompanyRoot      : "dc=myCompany,dc=com"
-myOrgRoot          : o=myOrg
-schema             : cn=schema
-tasks              : cn=tasks
-userRoot           : "dc=example,dc=com"
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2012 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/make-ldif.1 b/opendj-server-legacy/resource/man/man1/make-ldif.1
deleted file mode 100644
index 463eaef..0000000
--- a/opendj-server-legacy/resource/man/man1/make-ldif.1
+++ /dev/null
@@ -1,100 +0,0 @@
-'\" t
-.\"     Title: make-ldif
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 03/21/2012
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "MAKE\-LDIF" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-make-ldif \- generate test LDIF
-.SH "SYNOPSIS"
-.HP \w'\fBmake\-ldif\fR\ 'u
-\fBmake\-ldif\fR {options}
-.SH "DESCRIPTION"
-.PP
-This utility can be used to generate LDIF data based on a definition in a template file\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-o, \-\-ldifFile {file}\fR
-.RS 4
-The path to the LDIF file to be written\&.
-.RE
-.PP
-\fB\-s, \-\-randomSeed {seed}\fR
-.RS 4
-The seed to use to initialize the random number generator\&.
-.sp
-Default value: 0
-.RE
-.PP
-\fB\-t, \-\-templateFile {file}\fR
-.RS 4
-The path to the template file with information about the LDIF data to generate\&.
-.RE
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information\&.
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information\&.
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following example uses the default template to generate LDIF\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ make\-ldif \-t \&.\&./config/MakeLDIF/example\&.template \-o \&.\&./ldif/generated\&.ldif
-Processed 1000 entries
-Processed 2000 entries
-\&.\&.\&.
-Processed 10000 entries
-LDIF processing complete\&.  10003 entries written
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2012 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/manage-account.1 b/opendj-server-legacy/resource/man/man1/manage-account.1
deleted file mode 100644
index 31cc249..0000000
--- a/opendj-server-legacy/resource/man/man1/manage-account.1
+++ /dev/null
@@ -1,317 +0,0 @@
-'\" t
-.\"     Title: manage-account
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 03/21/2012
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "MANAGE\-ACCOUNT" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-manage-account \- manage state of directory server accounts
-.SH "SYNOPSIS"
-.HP \w'\fBmanage\-account\fR\fB\fIsubcommand\fR\fR\ 'u
-\fBmanage\-account\fR\fB\fIsubcommand\fR\fR {options}
-.SH "DESCRIPTION"
-.PP
-This utility can be used to retrieve and manipulate the values of password policy state variables\&.
-.SH "SUBCOMMANDS"
-.PP
-The following subcommands are supported\&.
-.PP
-\fBmanage\-account clear\-account\-is\-disabled\fR
-.RS 4
-Clear account disabled state information from the user account
-.RE
-.PP
-\fBmanage\-account get\-account\-expiration\-time\fR
-.RS 4
-Display when the user account will expire
-.RE
-.PP
-\fBmanage\-account get\-account\-is\-disabled\fR
-.RS 4
-Display information about whether the user account has been administratively disabled
-.RE
-.PP
-\fBmanage\-account get\-all\fR
-.RS 4
-Display all password policy state information for the user
-.RE
-.PP
-\fBmanage\-account get\-authentication\-failure\-times\fR
-.RS 4
-Display the authentication failure times for the user
-.RE
-.PP
-\fBmanage\-account get\-grace\-login\-use\-times\fR
-.RS 4
-Display the grace login use times for the user
-.RE
-.PP
-\fBmanage\-account get\-last\-login\-time\fR
-.RS 4
-Display the time that the user last authenticated to the server
-.RE
-.PP
-\fBmanage\-account get\-password\-changed\-by\-required\-time\fR
-.RS 4
-Display the required password change time with which the user last complied
-.RE
-.PP
-\fBmanage\-account get\-password\-changed\-time\fR
-.RS 4
-Display the time that the user\*(Aqs password was last changed
-.RE
-.PP
-\fBmanage\-account get\-password\-expiration\-warned\-time\fR
-.RS 4
-Display the time that the user first received an expiration warning notice
-.RE
-.PP
-\fBmanage\-account get\-password\-history\fR
-.RS 4
-Display password history state values for the user
-.RE
-.PP
-\fBmanage\-account get\-password\-is\-reset\fR
-.RS 4
-Display information about whether the user will be required to change his or her password on the next successful authentication
-.RE
-.PP
-\fBmanage\-account get\-password\-policy\-dn\fR
-.RS 4
-Display the DN of the password policy for the user
-.RE
-.PP
-\fBmanage\-account get\-remaining\-authentication\-failure\-count\fR
-.RS 4
-Display the number of remaining authentication failures until the user\*(Aqs account is locked
-.RE
-.PP
-\fBmanage\-account get\-remaining\-grace\-login\-count\fR
-.RS 4
-Display the number of grace logins remaining for the user
-.RE
-.PP
-\fBmanage\-account get\-seconds\-until\-account\-expiration\fR
-.RS 4
-Display the length of time in seconds until the user account expires
-.RE
-.PP
-\fBmanage\-account get\-seconds\-until\-authentication\-failure\-unlock\fR
-.RS 4
-Display the length of time in seconds until the authentication failure lockout expires
-.RE
-.PP
-\fBmanage\-account get\-seconds\-until\-idle\-lockout\fR
-.RS 4
-Display the length of time in seconds until user\*(Aqs account is locked because it has remained idle for too long
-.RE
-.PP
-\fBmanage\-account get\-seconds\-until\-password\-expiration\fR
-.RS 4
-Display length of time in seconds until the user\*(Aqs password expires
-.RE
-.PP
-\fBmanage\-account get\-seconds\-until\-password\-expiration\-warning\fR
-.RS 4
-Display the length of time in seconds until the user should start receiving password expiration warning notices
-.RE
-.PP
-\fBmanage\-account get\-seconds\-until\-password\-reset\-lockout\fR
-.RS 4
-Display the length of time in seconds until user\*(Aqs account is locked because the user failed to change the password in a timely manner after an administrative reset
-.RE
-.PP
-\fBmanage\-account get\-seconds\-until\-required\-change\-time\fR
-.RS 4
-Display the length of time in seconds that the user has remaining to change his or her password before the account becomes locked due to the required change time
-.RE
-.PP
-\fBmanage\-account set\-account\-is\-disabled\fR
-.RS 4
-Specify whether the user account has been administratively disabled
-.RE
-.SH "GLOBAL OPTIONS"
-.PP
-The following global options are supported\&.
-.PP
-\fB\-b, \-\-targetDN {targetDN}\fR
-.RS 4
-The DN of the user entry for which to get and set password policy state information
-.RE
-.SS "LDAP Connection Options"
-.PP
-\fB\-D, \-\-bindDN {bindDN}\fR
-.RS 4
-DN to use to bind to the server
-.sp
-Default value: cn=Directory Manager
-.RE
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value: localhost\&.localdomain
-.RE
-.PP
-\fB\-j, \-\-bindPasswordFile {bindPasswordFile}\fR
-.RS 4
-Bind password file
-.RE
-.PP
-\fB\-K, \-\-keyStorePath {keyStorePath}\fR
-.RS 4
-Certificate key store path
-.RE
-.PP
-\fB\-N, \-\-certNickname {nickname}\fR
-.RS 4
-Nickname of certificate for SSL client authentication
-.RE
-.PP
-\fB\-o, \-\-saslOption {name=value}\fR
-.RS 4
-SASL bind options
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server administration port number
-.sp
-Default value: 4444
-.RE
-.PP
-\fB\-P, \-\-trustStorePath {trustStorePath}\fR
-.RS 4
-Certificate trust store path
-.RE
-.PP
-\fB\-T, \-\-trustStorePassword {trustStorePassword}\fR
-.RS 4
-Certificate trust store PIN
-.RE
-.PP
-\fB\-u, \-\-keyStorePasswordFile {keyStorePasswordFile}\fR
-.RS 4
-Certificate key store PIN file
-.RE
-.PP
-\fB\-U, \-\-trustStorePasswordFile {path}\fR
-.RS 4
-Certificate trust store PIN file
-.RE
-.PP
-\fB\-w, \-\-bindPassword {bindPassword}\fR
-.RS 4
-Password to use to bind to the server
-.sp
-Use
-\fB\-w \-\fR
-to have the command prompt for the password, rather than enter the password on the command line\&.
-.RE
-.PP
-\fB\-W, \-\-keyStorePassword {keyStorePassword}\fR
-.RS 4
-Certificate key store PIN
-.RE
-.PP
-\fB\-X, \-\-trustAll\fR
-.RS 4
-Trust all server SSL certificates
-.RE
-.SS "General Options"
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-89
-.RS 4
-An error occurred while parsing the command\-line arguments\&.
-.RE
-.SH "EXAMPLES"
-.PP
-For the following examples, the directory admin user, Kirsten Vaughan, has
-ds\-privilege\-name: password\-reset, and the following ACI on
-ou=People,dc=example,dc=com\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-(target="ldap:///ou=People,dc=example,dc=com") (targetattr ="*||+")(
- version 3\&.0;acl "Admins can run amok"; allow(all) groupdn =
- "ldap:///cn=Directory Administrators,ou=Groups,dc=example,dc=com";)
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-The following command locks a user account\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ manage\-account \-p 4444 \-D "uid=kvaughan,ou=people,dc=example,dc=com"
- \-w bribery set\-account\-is\-disabled \-O true
- \-b uid=bjensen,ou=people,dc=example,dc=com \-X
-Account Is Disabled:  true
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-The following command unlocks a user account\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ manage\-account \-p 4444 \-D "uid=kvaughan,ou=people,dc=example,dc=com"
- \-w bribery clear\-account\-is\-disabled
- \-b uid=bjensen,ou=people,dc=example,dc=com \-X
-Account Is Disabled:  false
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2012 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/manage-tasks.1 b/opendj-server-legacy/resource/man/man1/manage-tasks.1
deleted file mode 100644
index 069a31d..0000000
--- a/opendj-server-legacy/resource/man/man1/manage-tasks.1
+++ /dev/null
@@ -1,200 +0,0 @@
-'\" t
-.\"     Title: manage-tasks
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 03/21/2012
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "MANAGE\-TASKS" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-manage-tasks \- manage OpenDJ server administration tasks
-.SH "SYNOPSIS"
-.HP \w'\fBmanage\-tasks\fR\ 'u
-\fBmanage\-tasks\fR {options}
-.SH "DESCRIPTION"
-.PP
-This utility can be used to obtain a list of tasks scheduled to run within the directory server as well as information about individual tasks\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-c, \-\-cancel {taskID}\fR
-.RS 4
-ID of a particular task to cancel
-.RE
-.PP
-\fB\-i, \-\-info {taskID}\fR
-.RS 4
-ID of a particular task about which this tool will display information
-.RE
-.PP
-\fB\-s, \-\-summary\fR
-.RS 4
-Print a summary of tasks
-.RE
-.SS "LDAP Connection Options"
-.PP
-\fB\-\-connectTimeout {timeout}\fR
-.RS 4
-Maximum length of time (in milliseconds) that can be taken to establish a connection\&. Use \*(Aq0\*(Aq to specify no time out\&.
-.sp
-Default value: 30000
-.RE
-.PP
-\fB\-D, \-\-bindDN {bindDN}\fR
-.RS 4
-DN to use to bind to the server
-.sp
-Default value: cn=Directory Manager
-.RE
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value: localhost\&.localdomain
-.RE
-.PP
-\fB\-j, \-\-bindPasswordFile {bindPasswordFile}\fR
-.RS 4
-Bind password file
-.RE
-.PP
-\fB\-K, \-\-keyStorePath {keyStorePath}\fR
-.RS 4
-Certificate key store path
-.RE
-.PP
-\fB\-N, \-\-certNickname {nickname}\fR
-.RS 4
-Nickname of certificate for SSL client authentication
-.RE
-.PP
-\fB\-o, \-\-saslOption {name=value}\fR
-.RS 4
-SASL bind options
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server administration port number
-.sp
-Default value: 4444
-.RE
-.PP
-\fB\-P, \-\-trustStorePath {trustStorePath}\fR
-.RS 4
-Certificate trust store path
-.RE
-.PP
-\fB\-T, \-\-trustStorePassword {trustStorePassword}\fR
-.RS 4
-Certificate trust store PIN
-.RE
-.PP
-\fB\-u, \-\-keyStorePasswordFile {keyStorePasswordFile}\fR
-.RS 4
-Certificate key store PIN file
-.RE
-.PP
-\fB\-U, \-\-trustStorePasswordFile {path}\fR
-.RS 4
-Certificate trust store PIN file
-.RE
-.PP
-\fB\-w, \-\-bindPassword {bindPassword}\fR
-.RS 4
-Password to use to bind to the server
-.RE
-.PP
-\fB\-W, \-\-keyStorePassword {keyStorePassword}\fR
-.RS 4
-Certificate key store PIN
-.RE
-.PP
-\fB\-X, \-\-trustAll\fR
-.RS 4
-Trust all server SSL certificates
-.RE
-.SS "Utility Input/Output Options"
-.PP
-\fB\-n, \-\-no\-prompt\fR
-.RS 4
-Use non\-interactive mode\&. If data in the command is missing, the user is not prompted and the tool will fail
-.RE
-.PP
-\fB\-\-noPropertiesFile\fR
-.RS 4
-No properties file will be used to get default command line argument values
-.RE
-.PP
-\fB\-\-propertiesFilePath {propertiesFilePath}\fR
-.RS 4
-Path to the file containing default property values used for command line arguments
-.RE
-.SS "General Options"
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following example demonstrates use of the command with a server that does daily backups at 2:00 AM\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ manage\-tasks \-p 4444 \-h opendj\&.example\&.com \-D "cn=Directory Manager"
- \-w password \-s
-
-  ID                                Type    Status
-  \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
-  example\-backup                    Backup  Recurring
-  example\-backup\-20110622020000000  Backup  Waiting on start time
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2012 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/rebuild-index.1 b/opendj-server-legacy/resource/man/man1/rebuild-index.1
deleted file mode 100644
index afc341b..0000000
--- a/opendj-server-legacy/resource/man/man1/rebuild-index.1
+++ /dev/null
@@ -1,259 +0,0 @@
-'\" t
-.\"     Title: rebuild-index
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 02/12/2013
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "REBUILD\-INDEX" "1" "02/12/2013" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-rebuild-index \- rebuild index after configuration change
-.SH "SYNOPSIS"
-.HP \w'\fBrebuild\-index\fR\ 'u
-\fBrebuild\-index\fR {options}
-.SH "DESCRIPTION"
-.PP
-This utility can be used to rebuild index data within a backend based on the Berkeley DB Java Edition\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-b, \-\-baseDN {baseDN}\fR
-.RS 4
-Base DN of a backend supporting indexing\&. Rebuild is performed on indexes within the scope of the given base DN\&.
-.RE
-.PP
-\fB\-\-clearDegradedState\fR
-.RS 4
-Indicates that indexes do not need rebuilding because they are known to be empty and forcefully marks them as valid\&.
-\fIThis is an advanced option which must only be used in cases where a degraded index is known to be empty and does not therefore need rebuilding\&.\fR
-This situation typically arises when an index is created for an attribute which has just been added to the schema\&.
-.RE
-.PP
-\fB\-i, \-\-index {index}\fR
-.RS 4
-Names of index(es) to rebuild\&. For an attribute index this is simply an attribute name\&. At least one index must be specified for rebuild\&. Cannot be used with the
-\fB\-\-rebuildAll\fR
-or
-\fB\-\-rebuildDegraded\fR
-options\&.
-.RE
-.PP
-\fB\-\-rebuildAll\fR
-.RS 4
-Rebuild all indexes, including any DN2ID, DN2URI, VLV and extensible indexes\&. Cannot be used with the
-\fB\-\-index\fR
-or
-\fB\-\-rebuildDegraded\fR
-options\&.
-.RE
-.PP
-\fB\-\-rebuildDegraded\fR
-.RS 4
-Rebuild all degraded indexes, including any DN2ID, DN2URI, VLV and extensible indexes\&. Cannot be used with the
-\fB\-\-index\fR
-or
-\fB\-\-rebuildAll\fR
-options\&.
-.RE
-.PP
-\fB\-\-tmpdirectory {directory}\fR
-.RS 4
-Path to temporary directory for index scratch files during index rebuilding\&.
-.sp
-Default value: import\-tmp
-.RE
-.SS "Task Backend Connection Options"
-.PP
-\fB\-\-connectTimeout {timeout}\fR
-.RS 4
-Maximum length of time (in milliseconds) that can be taken to establish a connection\&. Use \*(Aq0\*(Aq to specify no time out\&.
-.sp
-Default value: 30000
-.RE
-.PP
-\fB\-D, \-\-bindDN {bindDN}\fR
-.RS 4
-DN to use to bind to the server
-.sp
-Default value: cn=Directory Manager
-.RE
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value: localhost\&.localdomain
-.RE
-.PP
-\fB\-j, \-\-bindPasswordFile {bindPasswordFile}\fR
-.RS 4
-Bind password file
-.RE
-.PP
-\fB\-K, \-\-keyStorePath {keyStorePath}\fR
-.RS 4
-Certificate key store path
-.RE
-.PP
-\fB\-N, \-\-certNickname {nickname}\fR
-.RS 4
-Nickname of certificate for SSL client authentication
-.RE
-.PP
-\fB\-o, \-\-saslOption {name=value}\fR
-.RS 4
-SASL bind options
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server administration port number
-.sp
-Default value: 4444
-.RE
-.PP
-\fB\-P, \-\-trustStorePath {trustStorePath}\fR
-.RS 4
-Certificate trust store path
-.RE
-.PP
-\fB\-T, \-\-trustStorePassword {trustStorePassword}\fR
-.RS 4
-Certificate trust store PIN
-.RE
-.PP
-\fB\-u, \-\-keyStorePasswordFile {keyStorePasswordFile}\fR
-.RS 4
-Certificate key store PIN file
-.RE
-.PP
-\fB\-U, \-\-trustStorePasswordFile {path}\fR
-.RS 4
-Certificate trust store PIN file
-.RE
-.PP
-\fB\-w, \-\-bindPassword {bindPassword}\fR
-.RS 4
-Password to use to bind to the server
-.sp
-Use
-\fB\-w \-\fR
-to have the command prompt for the password, rather than enter the password on the command line\&.
-.RE
-.PP
-\fB\-W, \-\-keyStorePassword {keyStorePassword}\fR
-.RS 4
-Certificate key store PIN
-.RE
-.PP
-\fB\-X, \-\-trustAll\fR
-.RS 4
-Trust all server SSL certificates
-.RE
-.SS "Task Scheduling Options"
-.PP
-\fB\-\-completionNotify {emailAddress}\fR
-.RS 4
-Email address of a recipient to be notified when the task completes\&. This option may be specified more than once\&.
-.RE
-.PP
-\fB\-\-dependency {taskID}\fR
-.RS 4
-ID of a task upon which this task depends\&. A task will not start execution until all its dependencies have completed execution\&.
-.RE
-.PP
-\fB\-\-errorNotify {emailAddress}\fR
-.RS 4
-Email address of a recipient to be notified if an error occurs when this task executes\&. This option may be specified more than once\&.
-.RE
-.PP
-\fB\-\-failedDependencyAction {action}\fR
-.RS 4
-Action this task will take should one if its dependent tasks fail\&. The value must be one of PROCESS, CANCEL, DISABLE\&. If not specified defaults to CANCEL\&.
-.RE
-.PP
-\fB\-\-recurringTask {schedulePattern}\fR
-.RS 4
-Indicates the task is recurring and will be scheduled according to the value argument expressed in crontab(5) compatible time/date pattern\&.
-.RE
-.PP
-\fB\-t, \-\-start {startTime}\fR
-.RS 4
-Indicates the date/time at which this operation will start when scheduled as a server task expressed in YYYYMMDDhhmmssZ format for UTC time or YYYYMMDDhhmmss for local time\&. A value of \*(Aq0\*(Aq will cause the task to be scheduled for immediate execution\&. When this option is specified the operation will be scheduled to start at the specified time after which this utility will exit immediately\&.
-.RE
-.SS "Utility Input/Output Options"
-.PP
-\fB\-\-noPropertiesFile\fR
-.RS 4
-No properties file will be used to get default command line argument values
-.RE
-.PP
-\fB\-\-propertiesFilePath {propertiesFilePath}\fR
-.RS 4
-Path to the file containing default property values used for command line arguments
-.RE
-.SS "General Options"
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-1
-.RS 4
-An error occurred while parsing the command\-line arguments\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following example schedules a task to start immediately that rebuilds the
-cn
-(common name) index\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ rebuild\-index \-p 4444 \-h opendj\&.example\&.com \-D "cn=Directory Manager"
- \-w password \-b dc=example,dc=com \-i cn \-t 0
-Rebuild Index task 20110607160349596 scheduled to start Jun 7, 2011 4:03:49 PM
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2013 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/restore.1 b/opendj-server-legacy/resource/man/man1/restore.1
deleted file mode 100644
index 95e7a10..0000000
--- a/opendj-server-legacy/resource/man/man1/restore.1
+++ /dev/null
@@ -1,261 +0,0 @@
-'\" t
-.\"     Title: restore
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 07/16/2013
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.8.0
-.\"  Language: English
-.\"
-.TH "RESTORE" "1" "07/16/2013" "OpenDJ 2\&.8\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-restore \- restore OpenDJ directory data backups
-.SH "SYNOPSIS"
-.HP \w'\fBrestore\fR\ 'u
-\fBrestore\fR {options}
-.SH "DESCRIPTION"
-.PP
-This utility can be used to restore a backup of a directory server backend\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-d, \-\-backupDirectory {backupDir}\fR
-.RS 4
-Path to the target directory for the backup file(s)
-.RE
-.PP
-\fB\-I, \-\-backupID {backupID}\fR
-.RS 4
-Use the provided identifier for the backup
-.RE
-.PP
-\fB\-l, \-\-listBackups\fR
-.RS 4
-List available backups in the backup directory
-.RE
-.PP
-\fB\-n, \-\-dry\-run\fR
-.RS 4
-Verify the contents of the backup but do not restore it
-.RE
-.SS "Task Backend Connection Options"
-.PP
-\fB\-\-connectTimeout {timeout}\fR
-.RS 4
-Maximum length of time (in milliseconds) that can be taken to establish a connection\&. Use \*(Aq0\*(Aq to specify no time out\&.
-.sp
-Default value: 30000
-.RE
-.PP
-\fB\-D, \-\-bindDN {bindDN}\fR
-.RS 4
-DN to use to bind to the server
-.sp
-Default value: cn=Directory Manager
-.RE
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value: localhost\&.localdomain
-.RE
-.PP
-\fB\-j, \-\-bindPasswordFile {bindPasswordFile}\fR
-.RS 4
-Bind password file
-.RE
-.PP
-\fB\-K, \-\-keyStorePath {keyStorePath}\fR
-.RS 4
-Certificate key store path
-.RE
-.PP
-\fB\-N, \-\-certNickname {nickname}\fR
-.RS 4
-Nickname of certificate for SSL client authentication
-.RE
-.PP
-\fB\-o, \-\-saslOption {name=value}\fR
-.RS 4
-SASL bind options
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server administration port number
-.sp
-Default value: 4444
-.RE
-.PP
-\fB\-P, \-\-trustStorePath {trustStorePath}\fR
-.RS 4
-Certificate trust store path
-.RE
-.PP
-\fB\-T, \-\-trustStorePassword {trustStorePassword}\fR
-.RS 4
-Certificate trust store PIN
-.RE
-.PP
-\fB\-u, \-\-keyStorePasswordFile {keyStorePasswordFile}\fR
-.RS 4
-Certificate key store PIN file
-.RE
-.PP
-\fB\-U, \-\-trustStorePasswordFile {path}\fR
-.RS 4
-Certificate trust store PIN file
-.RE
-.PP
-\fB\-w, \-\-bindPassword {bindPassword}\fR
-.RS 4
-Password to use to bind to the server
-.sp
-Use
-\fB\-w \-\fR
-to have the command prompt for the password, rather than enter the password on the command line\&.
-.RE
-.PP
-\fB\-W, \-\-keyStorePassword {keyStorePassword}\fR
-.RS 4
-Certificate key store PIN
-.RE
-.PP
-\fB\-X, \-\-trustAll\fR
-.RS 4
-Trust all server SSL certificates
-.RE
-.SS "Task Scheduling Options"
-.PP
-\fB\-\-completionNotify {emailAddress}\fR
-.RS 4
-Email address of a recipient to be notified when the task completes\&. This option may be specified more than once\&.
-.RE
-.PP
-\fB\-\-dependency {taskID}\fR
-.RS 4
-ID of a task upon which this task depends\&. A task will not start execution until all its dependencies have completed execution\&.
-.RE
-.PP
-\fB\-\-errorNotify {emailAddress}\fR
-.RS 4
-Email address of a recipient to be notified if an error occurs when this task executes\&. This option may be specified more than once\&.
-.RE
-.PP
-\fB\-\-failedDependencyAction {action}\fR
-.RS 4
-Action this task will take should one if its dependent tasks fail\&. The value must be one of PROCESS, CANCEL, DISABLE\&. If not specified defaults to CANCEL\&.
-.RE
-.PP
-\fB\-\-recurringTask {schedulePattern}\fR
-.RS 4
-Indicates the task is recurring and will be scheduled according to the value argument expressed in crontab(5) compatible time/date pattern\&.
-.RE
-.PP
-\fB\-t, \-\-start {startTime}\fR
-.RS 4
-Indicates the date/time at which this operation will start when scheduled as a server task expressed in YYYYMMDDhhmmssZ format for UTC time or YYYYMMDDhhmmss for local time\&. A value of \*(Aq0\*(Aq will cause the task to be scheduled for immediate execution\&. When this option is specified the operation will be scheduled to start at the specified time after which this utility will exit immediately\&.
-.RE
-.SS "Utility Input/Output Options"
-.PP
-\fB\-\-noPropertiesFile\fR
-.RS 4
-No properties file will be used to get default command line argument values
-.RE
-.PP
-\fB\-\-propertiesFilePath {propertiesFilePath}\fR
-.RS 4
-Path to the file containing default property values used for command line arguments
-.RE
-.SS "General Options"
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-1
-.RS 4
-An error occurred while parsing the command\-line arguments\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following example schedules a restore as a task to begin immediately while OpenDJ directory server is online\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ restore \-p 4444 \-D "cn=Directory Manager" \-w password
- \-d /path/to/opendj/bak \-I 20110613080032 \-t 0
-Restore task 20110613155052932 scheduled to start Jun 13, 2011 3:50:52 PM CEST
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-The following example restores data while OpenDJ is offline\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ stop\-ds
-Stopping Server\&.\&.\&.
-\&.\&.\&.
-$ restore \-\-backupDirectory /path/to/opendj/bak/userRoot
- \-\-listBackups
-Backup ID:          20120928102414Z
-Backup Date:        28/Sep/2012:12:24:17 +0200
-Is Incremental:     false
-Is Compressed:      false
-Is Encrypted:       false
-Has Unsigned Hash:  false
-Has Signed Hash:    false
-Dependent Upon:     none
-
-$ restore \-\-backupDirectory /path/to/opendj/bak/userRoot
- \-\-backupID 20120928102414Z
-[28/Sep/2012:12:26:20 +0200] \&.\&.\&. msg=Restored: 00000000\&.jdb (size 355179)
-$ start\-ds
-[28/Sep/2012:12:27:29 +0200] \&.\&.\&. The Directory Server has started successfully
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2013 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/setup.1 b/opendj-server-legacy/resource/man/man1/setup.1
deleted file mode 100644
index c4d7adf..0000000
--- a/opendj-server-legacy/resource/man/man1/setup.1
+++ /dev/null
@@ -1,266 +0,0 @@
-'\" t
-.\"     Title: setup
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 07/16/2013
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.8.0
-.\"  Language: English
-.\"
-.TH "SETUP" "1" "07/16/2013" "OpenDJ 2\&.8\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-setup \- install OpenDJ directory server
-.SH "SYNOPSIS"
-.HP \w'\fBsetup\fR\ 'u
-\fBsetup\fR [options]
-.SH "DESCRIPTION"
-.PP
-This utility can be used to setup the directory server\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-a, \-\-addBaseEntry\fR
-.RS 4
-Indicates whether to create the base entry in the directory server database
-.RE
-.PP
-\fB\-\-adminConnectorPort {port}\fR
-.RS 4
-Port on which the Administration Connector should listen for communication
-.sp
-Default value: 4444
-.RE
-.PP
-\fB\-b, \-\-baseDN {baseDN}\fR
-.RS 4
-Base DN for user information in the directory server\&. Multiple base DNs may be provided by using this option multiple times
-.sp
-Default value: dc=example,dc=com
-.RE
-.PP
-\fB\-d, \-\-sampleData {numEntries}\fR
-.RS 4
-Specifies that the database should be populated with the specified number of sample entries
-.sp
-Default value: 0
-.RE
-.PP
-\fB\-D, \-\-rootUserDN {rootUserDN}\fR
-.RS 4
-DN for the initial root user for the directory server
-.sp
-Default value: cn=Directory Manager
-.RE
-.PP
-\fB\-\-generateSelfSignedCertificate\fR
-.RS 4
-Generate a self\-signed certificate that the server should use when accepting SSL\-based connections or performing StartTLS negotiation
-.RE
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-The fully\-qualified directory server host name that will be used when generating self\-signed certificates for LDAP SSL/StartTLS, the administration connector, and replication
-.sp
-Default value: localhost\&.localdomain
-.RE
-.PP
-\fB\-i, \-\-cli\fR
-.RS 4
-Use the command line install\&. If not specified the graphical interface will be launched\&. The rest of the options (excluding help and version) will only be taken into account if this option is specified
-.RE
-.PP
-\fB\-j, \-\-rootUserPasswordFile {rootUserPasswordFile}\fR
-.RS 4
-Path to a file containing the password for the initial root user for the directory server
-.RE
-.PP
-\fB\-l, \-\-ldifFile {ldifFile}\fR
-.RS 4
-Path to an LDIF file containing data that should be added to the directory server database\&. Multiple LDIF files may be provided by using this option multiple times
-.RE
-.PP
-\fB\-N, \-\-certNickname {nickname}\fR
-.RS 4
-Nickname of the certificate that the server should use when accepting SSL\-based connections or performing StartTLS negotiation
-.RE
-.PP
-\fB\-O, \-\-doNotStart\fR
-.RS 4
-Do not start the server when the configuration is completed
-.RE
-.PP
-\fB\-p, \-\-ldapPort {port}\fR
-.RS 4
-Port on which the Directory Server should listen for LDAP communication
-.sp
-Default value: 389
-.RE
-.PP
-\fB\-q, \-\-enableStartTLS\fR
-.RS 4
-Enable StartTLS to allow secure communication with the server using the LDAP port
-.RE
-.PP
-\fB\-R, \-\-rejectFile {rejectFile}\fR
-.RS 4
-Write rejected entries to the specified file
-.RE
-.PP
-\fB\-S, \-\-skipPortCheck\fR
-.RS 4
-Skip the check to determine whether the specified ports are usable
-.RE
-.PP
-\fB\-\-skipFile {skipFile}\fR
-.RS 4
-Write skipped entries to the specified file
-.RE
-.PP
-\fB\-u, \-\-keyStorePasswordFile {keyStorePasswordFile}\fR
-.RS 4
-Certificate key store PIN file\&. A PIN is required when you specify to use an existing certificate (JKS, JCEKS, PKCS#12 or PKCS#11) as server certificate
-.RE
-.PP
-\fB\-\-useJavaKeystore {keyStorePath}\fR
-.RS 4
-Path of a Java Key Store (JKS) containing a certificate to be used as the server certificate
-.RE
-.PP
-\fB\-\-useJCEKS {keyStorePath}\fR
-.RS 4
-Path of a JCEKS containing a certificate to be used as the server certificate
-.RE
-.PP
-\fB\-\-usePkcs11Keystore\fR
-.RS 4
-Use a certificate in a PKCS#11 token that the server should use when accepting SSL\-based connections or performing StartTLS negotiation
-.RE
-.PP
-\fB\-\-usePkcs12keyStore {keyStorePath}\fR
-.RS 4
-Path of a PKCS#12 key store containing the certificate that the server should use when accepting SSL\-based connections or performing StartTLS negotiation
-.RE
-.PP
-\fB\-w, \-\-rootUserPassword {rootUserPassword}\fR
-.RS 4
-Password for the initial root user for the Directory Server
-.RE
-.PP
-\fB\-W, \-\-keyStorePassword {keyStorePassword}\fR
-.RS 4
-Certificate key store PIN\&. A PIN is required when you specify to use an existing certificate (JKS, JCEKS, PKCS#12 or PKCS#11) as server certificate
-.RE
-.PP
-\fB\-x, \-\-jmxPort {jmxPort}\fR
-.RS 4
-Port on which the Directory Server should listen for JMX communication
-.sp
-Default value: 1689
-.RE
-.PP
-\fB\-Z, \-\-ldapsPort {port}\fR
-.RS 4
-Port on which the Directory Server should listen for LDAPS communication\&. The LDAPS port will be configured and SSL will be enabled only if this argument is explicitly specified
-.sp
-Default value: 636
-.RE
-.SS "Utility Input/Output Options"
-.PP
-\fB\-n, \-\-no\-prompt\fR
-.RS 4
-Use non\-interactive mode\&. If data in the command is missing, the user is not prompted and the tool will fail
-.RE
-.PP
-\fB\-\-noPropertiesFile\fR
-.RS 4
-No properties file will be used to get default command line argument values
-.RE
-.PP
-\fB\-\-propertiesFilePath {propertiesFilePath}\fR
-.RS 4
-Path to the file containing default property values used for command line arguments
-.RE
-.PP
-\fB\-Q, \-\-quiet\fR
-.RS 4
-Run setup in quiet mode\&. Quiet mode will not output progress information to standard output
-.RE
-.PP
-\fB\-v, \-\-verbose\fR
-.RS 4
-Use verbose mode
-.RE
-.SS "General Options"
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following command installs OpenDJ directory server, enabling StartTLS and importing 100 example entries without interaction\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ /path/to/opendj/setup \-\-cli \-b dc=example,dc=com \-d 100
- \-D "cn=Directory Manager" \-w password \-h opendj\&.example\&.com \-p 1389
- \-\-generateSelfSignedCertificate \-\-enableStartTLS \-n 
-
-OpenDJ 2\&.8\&.0
-Please wait while the setup program initializes\&.\&.\&.
-
-See /var/\&.\&.\&./opends\-setup\-484\&.\&.\&.561\&.log for a detailed log of this operation\&.
-
-Configuring Directory Server \&.\&.\&.\&.\&. Done\&.
-Configuring Certificates \&.\&.\&.\&.\&. Done\&.
-Importing Automatically\-Generated Data (100 Entries) \&.\&.\&.\&.\&.\&.\&.\&.\&. Done\&.
-Starting Directory Server \&.\&.\&.\&.\&.\&.\&.\&.\&.\&. Done\&.
-
-To see basic server configuration status and configuration you can launch
- /path/to/opendj/bin/status
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2013 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/start-ds.1 b/opendj-server-legacy/resource/man/man1/start-ds.1
deleted file mode 100644
index d1ae17f..0000000
--- a/opendj-server-legacy/resource/man/man1/start-ds.1
+++ /dev/null
@@ -1,105 +0,0 @@
-'\" t
-.\"     Title: start-ds
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 03/21/2012
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "START\-DS" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-start-ds \- start OpenDJ directory server
-.SH "SYNOPSIS"
-.HP \w'\fBstart\-ds\fR\ 'u
-\fBstart\-ds\fR [options]
-.SH "DESCRIPTION"
-.PP
-This utility can be used to start the directory server, as well as to obtain the server version and other forms of general server information\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-L, \-\-useLastKnownGoodConfig\fR
-.RS 4
-Attempt to start using the configuration that was in place at the last successful startup (if it is available) rather than using the current active configuration\&.
-.RE
-.PP
-\fB\-N, \-\-nodetach\fR
-.RS 4
-Do not detach from the terminal and continue running in the foreground\&. This option cannot be used with the \-t, \-\-timeout option\&.
-.RE
-.PP
-\fB\-Q, \-\-quiet\fR
-.RS 4
-Use quiet mode\&.
-.RE
-.PP
-\fB\-s, \-\-systemInfo\fR
-.RS 4
-Display general system information\&.
-.RE
-.PP
-\fB\-t, \-\-timeout {seconds}\fR
-.RS 4
-Maximum time (in seconds) to wait before the command returns (the server continues the startup process, regardless)\&. A value of \*(Aq0\*(Aq indicates an infinite timeout, which means that the command returns only when the server startup is completed\&. The default value is 60 seconds\&. This option cannot be used with the \-N, \-\-nodetach option\&.
-.sp
-Default value: 200
-.RE
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information\&.
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information\&.
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following command starts the server without displaying information about the startup process\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ start\-ds \-Q
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2012 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/status.1 b/opendj-server-legacy/resource/man/man1/status.1
deleted file mode 100644
index 98f43fc..0000000
--- a/opendj-server-legacy/resource/man/man1/status.1
+++ /dev/null
@@ -1,208 +0,0 @@
-'\" t
-.\"     Title: status
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 05/16/2013
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.6.0
-.\"  Language: English
-.\"
-.TH "STATUS" "1" "05/16/2013" "OpenDJ 2\&.6\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-status \- display basic OpenDJ server information
-.SH "SYNOPSIS"
-.HP \w'\fBstatus\fR\ 'u
-\fBstatus\fR [options]
-.SH "DESCRIPTION"
-.PP
-This utility can be used to display basic server information\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.SS "LDAP Connection Options"
-.PP
-\fB\-\-connectTimeout {timeout}\fR
-.RS 4
-Maximum length of time (in milliseconds) that can be taken to establish a connection\&. Use \*(Aq0\*(Aq to specify no time out\&.
-.sp
-Default value: 30000
-.RE
-.PP
-\fB\-D, \-\-bindDN {bindDN}\fR
-.RS 4
-DN to use to bind to the server
-.sp
-Default value: cn=Directory Manager
-.RE
-.PP
-\fB\-j, \-\-bindPasswordFile {bindPasswordFile}\fR
-.RS 4
-Bind password file
-.RE
-.PP
-\fB\-K, \-\-keyStorePath {keyStorePath}\fR
-.RS 4
-Certificate key store path
-.RE
-.PP
-\fB\-N, \-\-certNickname {nickname}\fR
-.RS 4
-Nickname of certificate for SSL client authentication
-.RE
-.PP
-\fB\-o, \-\-saslOption {name=value}\fR
-.RS 4
-SASL bind options
-.RE
-.PP
-\fB\-P, \-\-trustStorePath {trustStorePath}\fR
-.RS 4
-Certificate trust store path
-.RE
-.PP
-\fB\-T, \-\-trustStorePassword {trustStorePassword}\fR
-.RS 4
-Certificate trust store PIN
-.RE
-.PP
-\fB\-u, \-\-keyStorePasswordFile {keyStorePasswordFile}\fR
-.RS 4
-Certificate key store PIN file
-.RE
-.PP
-\fB\-U, \-\-trustStorePasswordFile {path}\fR
-.RS 4
-Certificate trust store PIN file
-.RE
-.PP
-\fB\-w, \-\-bindPassword {bindPassword}\fR
-.RS 4
-Password to use to bind to the server
-.RE
-.PP
-\fB\-W, \-\-keyStorePassword {keyStorePassword}\fR
-.RS 4
-Certificate key store PIN
-.RE
-.PP
-\fB\-X, \-\-trustAll\fR
-.RS 4
-Trust all server SSL certificates
-.RE
-.SS "Utility Input/Output Options"
-.PP
-\fB\-n, \-\-no\-prompt\fR
-.RS 4
-Use non\-interactive mode\&. If data in the command is missing, the user is not prompted and the tool will fail
-.RE
-.PP
-\fB\-\-noPropertiesFile\fR
-.RS 4
-No properties file will be used to get default command line argument values
-.RE
-.PP
-\fB\-r, \-\-refresh {period}\fR
-.RS 4
-When this argument is specified, the status command will display its contents periodically\&. Used to specify the period (in seconds) between two status displays
-.RE
-.PP
-\fB\-s, \-\-script\-friendly\fR
-.RS 4
-Use script\-friendly mode
-.RE
-.SS "General Options"
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ status \-D "cn=Directory Manager" \-w password
-
-          \-\-\- Server Status \-\-\-
-Server Run Status:        Started
-Open Connections:         1
-
-          \-\-\- Server Details \-\-\-
-Host Name:                localhost\&.localdomain
-Administrative Users:     cn=Directory Manager
-Installation Path:        /path/to/opendj
-Version:                  OpenDJ 2\&.6\&.0
-Java Version:             1\&.6\&.0_29
-Administration Connector: Port 4444 (LDAPS)
-
-          \-\-\- Connection Handlers \-\-\-
-Address:Port : Protocol    : State
-\-\-\-\-\-\-\-\-\-\-\-\-\-:\-\-\-\-\-\-\-\-\-\-\-\-\-:\-\-\-\-\-\-\-\-\-
-\-\-           : LDIF        : Disabled
-8989         : Replication : Enabled
-0\&.0\&.0\&.0:161  : SNMP        : Disabled
-0\&.0\&.0\&.0:636  : LDAPS       : Disabled
-0\&.0\&.0\&.0:1389 : LDAP        : Enabled
-0\&.0\&.0\&.0:1689 : JMX         : Disabled
-
-          \-\-\- Data Sources \-\-\-
-Base DN:                      dc=example,dc=com
-Backend ID:                   userRoot
-Entries:                      160
-Replication:                  Enabled
-Missing Changes:              0
-Age of Oldest Missing Change: <not available>
-
-Base DN:     dc=myCompany,dc=com
-Backend ID:  myCompanyRoot
-Entries:     3
-Replication: Disabled
-
-Base DN:     o=myOrg
-Backend ID:  myOrgRoot
-Entries:     3
-Replication: Disabled
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2013 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/stop-ds.1 b/opendj-server-legacy/resource/man/man1/stop-ds.1
deleted file mode 100644
index 91753c6..0000000
--- a/opendj-server-legacy/resource/man/man1/stop-ds.1
+++ /dev/null
@@ -1,203 +0,0 @@
-'\" t
-.\"     Title: stop-ds
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 03/21/2012
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "STOP\-DS" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-stop-ds \- stop OpenDJ directory server
-.SH "SYNOPSIS"
-.HP \w'\fBstop\-ds\fR\ 'u
-\fBstop\-ds\fR [options]
-.SH "DESCRIPTION"
-.PP
-This utility can be used to request that the directory server stop running or perform a restart\&.
-.PP
-When run without connection options,
-\fBstop\-ds\fR
-sends a signal to the OpenDJ process to stop the server\&. When run with connection options, the
-\fBstop\-ds\fR
-connects to the OpenDJ administration port and creates a shutdown task to stop the server\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-r, \-\-stopReason {stopReason}\fR
-.RS 4
-Reason the server is being stopped or restarted\&.
-.RE
-.PP
-\fB\-R, \-\-restart\fR
-.RS 4
-Attempt to automatically restart the server once it has stopped\&.
-.RE
-.PP
-\fB\-t, \-\-stopTime {stopTime}\fR
-.RS 4
-Indicates the date/time at which the shutdown operation will begin as a server task expressed in format YYYYMMDDhhmmssZ for UTC time or YYYYMMDDhhmmss for local time\&. A value of \*(Aq0\*(Aq will cause the shutdown to be scheduled for immediate execution\&. When this option is specified the operation will be scheduled to start at the specified time after which this utility will exit immediately\&.
-.RE
-.PP
-\fB\-Y, \-\-proxyAs {authzID}\fR
-.RS 4
-Use the proxied authorization control with the given authorization ID\&.
-.RE
-.SS "LDAP Connection Options"
-.PP
-\fB\-D, \-\-bindDN {bindDN}\fR
-.RS 4
-DN to use to bind to the server
-.RE
-.PP
-\fB\-h, \-\-hostname {host}\fR
-.RS 4
-Directory server hostname or IP address
-.sp
-Default value: 127\&.0\&.0\&.1
-.RE
-.PP
-\fB\-j, \-\-bindPasswordFile {bindPasswordFile}\fR
-.RS 4
-Bind password file
-.RE
-.PP
-\fB\-K, \-\-keyStorePath {keyStorePath}\fR
-.RS 4
-Certificate key store path
-.RE
-.PP
-\fB\-N, \-\-certNickname {nickname}\fR
-.RS 4
-Nickname of certificate for SSL client authentication
-.RE
-.PP
-\fB\-o, \-\-saslOption {name=value}\fR
-.RS 4
-SASL bind options
-.RE
-.PP
-\fB\-p, \-\-port {port}\fR
-.RS 4
-Directory server administration port number
-.sp
-Default value: 4444
-.RE
-.PP
-\fB\-P, \-\-trustStorePath {trustStorePath}\fR
-.RS 4
-Certificate trust store path
-.RE
-.PP
-\fB\-T, \-\-trustStorePassword {trustStorePassword}\fR
-.RS 4
-Certificate trust store PIN
-.RE
-.PP
-\fB\-u, \-\-keyStorePasswordFile {keyStorePasswordFile}\fR
-.RS 4
-Certificate key store PIN file
-.RE
-.PP
-\fB\-U, \-\-trustStorePasswordFile {path}\fR
-.RS 4
-Certificate trust store PIN file
-.RE
-.PP
-\fB\-w, \-\-bindPassword {bindPassword}\fR
-.RS 4
-Password to use to bind to the server
-.sp
-Use
-\fB\-w \-\fR
-to have the command prompt for the password, rather than enter the password on the command line\&.
-.RE
-.PP
-\fB\-W, \-\-keyStorePassword {keyStorePassword}\fR
-.RS 4
-Certificate key store PIN
-.RE
-.PP
-\fB\-X, \-\-trustAll\fR
-.RS 4
-Trust all server SSL certificates
-.RE
-.SS "Utility Input/Output Options"
-.PP
-\fB\-\-noPropertiesFile\fR
-.RS 4
-No properties file will be used to get default command line argument values
-.RE
-.PP
-\fB\-\-propertiesFilePath {propertiesFilePath}\fR
-.RS 4
-Path to the file containing default property values used for command line arguments
-.RE
-.PP
-\fB\-Q, \-\-quiet\fR
-.RS 4
-Use quiet mode
-.RE
-.SS "General Options"
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following example restarts OpenDJ directory server\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ stop\-ds \-\-restart
-Stopping Server\&.\&.\&.
-
-\&.\&.\&.The Directory Server has started successfully
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2012 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/uninstall.1 b/opendj-server-legacy/resource/man/man1/uninstall.1
deleted file mode 100644
index 8543e6c..0000000
--- a/opendj-server-legacy/resource/man/man1/uninstall.1
+++ /dev/null
@@ -1,237 +0,0 @@
-'\" t
-.\"     Title: uninstall
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 07/16/2013
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.8.0
-.\"  Language: English
-.\"
-.TH "UNINSTALL" "1" "07/16/2013" "OpenDJ 2\&.8\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-uninstall \- remove OpenDJ directory server software
-.SH "SYNOPSIS"
-.HP \w'\fBuninstall\fR\ 'u
-\fBuninstall\fR [options]
-.SH "DESCRIPTION"
-.PP
-This utility can be used to uninstall the directory server\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-a, \-\-remove\-all\fR
-.RS 4
-Remove all components of the server (this option is not compatible with the rest of remove options)
-.RE
-.PP
-\fB\-b, \-\-backup\-files\fR
-.RS 4
-Remove backup files
-.RE
-.PP
-\fB\-c, \-\-configuration\-files\fR
-.RS 4
-Remove configuration files
-.RE
-.PP
-\fB\-d, \-\-databases\fR
-.RS 4
-Remove database contents
-.RE
-.PP
-\fB\-e, \-\-ldif\-files\fR
-.RS 4
-Remove LDIF files
-.RE
-.PP
-\fB\-f, \-\-forceOnError\fR
-.RS 4
-Specifies whether the uninstall should continue if there is an error updating references to this server in remote server instances or not\&. This option can only be used with the \-\-no\-prompt option\&.
-.RE
-.PP
-\fB\-i, \-\-cli\fR
-.RS 4
-Specifies to use the command line install\&. If not specified the graphical interface will be launched\&. The rest of the options (excluding help and version) will only be taken into account if this option is specified
-.RE
-.PP
-\fB\-l, \-\-server\-libraries\fR
-.RS 4
-Remove Server Libraries and Administrative Tools
-.RE
-.PP
-\fB\-L, \-\-log\-files\fR
-.RS 4
-Remove log files
-.RE
-.SS "LDAP Connection Options"
-.PP
-\fB\-\-connectTimeout {timeout}\fR
-.RS 4
-Maximum length of time (in milliseconds) that can be taken to establish a connection\&. Use \*(Aq0\*(Aq to specify no time out\&.
-.sp
-Default value: 30000
-.RE
-.PP
-\fB\-h, \-\-referencedHostName {host}\fR
-.RS 4
-The name of this host (or IP address) as it is referenced in remote servers for replication
-.sp
-Default value: localhost\&.localdomain
-.RE
-.PP
-\fB\-I, \-\-adminUID {adminUID}\fR
-.RS 4
-User ID of the Global Administrator to use to bind to the server\&.
-.sp
-Default value: admin
-.RE
-.PP
-\fB\-j, \-\-bindPasswordFile {bindPasswordFile}\fR
-.RS 4
-Bind password file
-.RE
-.PP
-\fB\-K, \-\-keyStorePath {keyStorePath}\fR
-.RS 4
-Certificate key store path
-.RE
-.PP
-\fB\-N, \-\-certNickname {nickname}\fR
-.RS 4
-Nickname of certificate for SSL client authentication
-.RE
-.PP
-\fB\-o, \-\-saslOption {name=value}\fR
-.RS 4
-SASL bind options
-.RE
-.PP
-\fB\-P, \-\-trustStorePath {trustStorePath}\fR
-.RS 4
-Certificate trust store path
-.RE
-.PP
-\fB\-T, \-\-trustStorePassword {trustStorePassword}\fR
-.RS 4
-Certificate trust store PIN
-.RE
-.PP
-\fB\-u, \-\-keyStorePasswordFile {keyStorePasswordFile}\fR
-.RS 4
-Certificate key store PIN file
-.RE
-.PP
-\fB\-U, \-\-trustStorePasswordFile {path}\fR
-.RS 4
-Certificate trust store PIN file
-.RE
-.PP
-\fB\-w, \-\-bindPassword {bindPassword}\fR
-.RS 4
-Password to use to bind to the server
-.RE
-.PP
-\fB\-W, \-\-keyStorePassword {keyStorePassword}\fR
-.RS 4
-Certificate key store PIN
-.RE
-.PP
-\fB\-X, \-\-trustAll\fR
-.RS 4
-Trust all server SSL certificates
-.RE
-.SS "Utility Input/Output Options"
-.PP
-\fB\-n, \-\-no\-prompt\fR
-.RS 4
-Use non\-interactive mode\&. If data in the command is missing, the user is not prompted and the tool will fail
-.RE
-.PP
-\fB\-\-noPropertiesFile\fR
-.RS 4
-No properties file will be used to get default command line argument values
-.RE
-.PP
-\fB\-\-propertiesFilePath {propertiesFilePath}\fR
-.RS 4
-Path to the file containing default property values used for command line arguments
-.RE
-.PP
-\fB\-Q, \-\-quiet\fR
-.RS 4
-Run setup in quiet mode\&. Quiet mode will not output progress information to standard output
-.RE
-.PP
-\fB\-v, \-\-verbose\fR
-.RS 4
-Use verbose mode
-.RE
-.SS "General Options"
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-> 0
-.RS 4
-An error occurred\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following command removes OpenDJ directory server without interaction\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ /path/to/opendj/uninstall \-a \-\-cli \-I admin \-w password \-n
-
-Stopping Directory Server \&.\&.\&.\&.\&. Done\&.
-Deleting Files under the Installation Path \&.\&.\&.\&.\&. Done\&.
-
-The Uninstall Completed Successfully\&.
-To complete the uninstallation, you must delete manually the following files
-and directories:
-/path/to/opendj/lib
-See /var/\&.\&.\&./opends\-uninstall\-3\&.\&.\&.0\&.log for a detailed log of this operation\&.
-$ rm \-rf opendj
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2013 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/upgrade.1 b/opendj-server-legacy/resource/man/man1/upgrade.1
deleted file mode 100644
index 9b8212a..0000000
--- a/opendj-server-legacy/resource/man/man1/upgrade.1
+++ /dev/null
@@ -1,200 +0,0 @@
-'\" t
-.\"     Title: upgrade
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 05/28/2013
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.6.0
-.\"  Language: English
-.\"
-.TH "UPGRADE" "1" "05/28/2013" "OpenDJ 2\&.6\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-upgrade \- upgrade OpenDJ configuration & application data
-.SH "SYNOPSIS"
-.HP \w'\fBupgrade\fR\ 'u
-\fBupgrade\fR {options}
-.SH "DESCRIPTION"
-.PP
-This utility upgrades OpenDJ configuration (schema, directory server configuration, and other configuration files) and application data (primarily directory data) so that it is compatible with the binary files and scripts that are installed\&.
-.PP
-The
-\fBupgrade\fR
-command thus performs only part of the upgrade process, which includes the following phases for a single server\&.
-.sp
-.RS 4
-.ie n \{\
-\h'-04' 1.\h'+01'\c
-.\}
-.el \{\
-.sp -1
-.IP "  1." 4.2
-.\}
-Get and unpack a newer version of OpenDJ directory server software\&.
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04' 2.\h'+01'\c
-.\}
-.el \{\
-.sp -1
-.IP "  2." 4.2
-.\}
-Stop the current OpenDJ directory server\&.
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04' 3.\h'+01'\c
-.\}
-.el \{\
-.sp -1
-.IP "  3." 4.2
-.\}
-Overwrite existing binary and script files with those of the newer version, and then run this utility, the
-\fBupgrade\fR
-command, before restarting OpenDJ\&.
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04' 4.\h'+01'\c
-.\}
-.el \{\
-.sp -1
-.IP "  4." 4.2
-.\}
-Start the upgraded OpenDJ directory server\&.
-.RE
-.if n \{\
-.sp
-.\}
-.RS 4
-.it 1 an-trap
-.nr an-no-space-flag 1
-.nr an-break-flag 1
-.br
-.ps +1
-\fBImportant\fR
-.ps -1
-.br
-.PP
-The
-\fBupgrade\fR
-command
-\fIdoes not back up OpenDJ before you upgrade, nor does it restore OpenDJ if the \fR\fI\fBupgrade\fR\fR\fI command fails\fR\&. In order to revert a failed upgrade, make sure you back up OpenDJ directory server before you overwrite existing binary and script files\&.
-.sp .5v
-.RE
-.PP
-By default, the
-\fBupgrade\fR
-command requests confirmation before making important configuration changes\&. You can use the
-\fB\-\-no\-prompt\fR
-option to run the command non\-interactively\&.
-.PP
-When using the
-\fB\-\-no\-prompt\fR
-option, if the
-\fBupgrade\fR
-command cannot complete because it requires confirmation for a potentially very long or critical task, then it exits with an error and a message about how to finish making the changes\&. You can add the
-\fB\-\-force\fR
-option to force a non\-interactive upgrade to continue in this case, also performing long running and critical tasks\&.
-.PP
-After upgrading, see the resulting
-upgrade\&.log
-file for a full list of operations performed\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-\-acceptLicense\fR
-.RS 4
-Automatically accepts the product license if there is one in the delivery\&.
-.RE
-.PP
-\fB\-\-force\fR
-.RS 4
-Forces a non\-interactive upgrade to continue even if it requires user interaction\&. In particular, long running or critical upgrade tasks, such as re\-indexing, which require user confirmation will be skipped\&. This option may only be used with the
-\fB\-\-no\-prompt\fR
-option\&.
-.RE
-.PP
-\fB\-\-ignoreErrors\fR
-.RS 4
-Ignores any errors which occur during the upgrade\&. This option should be used with caution and may be useful in automated deployments where potential errors are known in advance and resolved after the upgrade has completed\&.
-.RE
-.SS "Utility Input/Output Options"
-.PP
-\fB\-n, \-\-no\-prompt\fR
-.RS 4
-Use non\-interactive mode\&. Prompt for any required information rather than fail\&.
-.RE
-.PP
-\fB\-Q, \-\-quiet\fR
-.RS 4
-Use quiet mode\&.
-.RE
-.PP
-\fB\-v, \-\-verbose\fR
-.RS 4
-Use verbose mode\&.
-.RE
-.SS "General Options"
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information\&.
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information\&.
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-2
-.RS 4
-The command was run in non\-interactive mode, but could not complete because confirmation was required to run a long or critical task\&.
-.sp
-See the error message or the log for details\&.
-.RE
-.PP
-Other
-.RS 4
-An error occurred\&.
-.RE
-.PP
-See the
-Installation Guide
-for an example upgrade process for OpenDJ directory server installed from the cross\-platform (\&.zip) delivery,
-\m[blue]\fBUpgrading From OpenDJ 2\&.4\&.5\fR\m[]\&.
-.PP
-Native packages (\&.deb, \&.rpm) perform more of the upgrade process, stopping OpenDJ if it is running, overwriting older files with newer files, running this utility, and starting OpenDJ if it was running when you upgraded the package(s)\&.
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2013 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man1/verify-index.1 b/opendj-server-legacy/resource/man/man1/verify-index.1
deleted file mode 100644
index 262c6fc..0000000
--- a/opendj-server-legacy/resource/man/man1/verify-index.1
+++ /dev/null
@@ -1,126 +0,0 @@
-'\" t
-.\"     Title: verify-index
-.\"    Author: 
-.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 03/21/2012
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 2.5.0
-.\"  Language: English
-.\"
-.TH "VERIFY\-INDEX" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-verify-index \- check index for consistency or errors
-.SH "SYNOPSIS"
-.HP \w'\fBverify\-index\fR\ 'u
-\fBverify\-index\fR {options}
-.SH "DESCRIPTION"
-.PP
-This utility can be used to ensure that index data is consistent within a backend based on the Berkeley DB Java Edition\&.
-.SH "OPTIONS"
-.PP
-The following options are supported\&.
-.PP
-\fB\-b, \-\-baseDN {baseDN}\fR
-.RS 4
-Base DN of a backend supporting indexing\&. Verification is performed on indexes within the scope of the given base DN\&.
-.RE
-.PP
-\fB\-c, \-\-clean\fR
-.RS 4
-Specifies that a single index should be verified to ensure it is clean\&. An index is clean if each index value references only entries containing that value\&. Only one index at a time may be verified in this way\&.
-.RE
-.PP
-\fB\-\-countErrors\fR
-.RS 4
-Count the number of errors found during the verification and return that value as the exit code (values > 255 will be reduced to 255 due to exit code restrictions)\&.
-.RE
-.PP
-\fB\-i, \-\-index {index}\fR
-.RS 4
-Name of an index to be verified\&. For an attribute index this is simply an attribute name\&. Multiple indexes may be verified for completeness, or all indexes if no indexes are specified\&. An index is complete if each index value references all entries containing that value\&.
-.RE
-.SS "General Options"
-.PP
-\fB\-V, \-\-version\fR
-.RS 4
-Display version information
-.RE
-.PP
-\fB\-?, \-H, \-\-help\fR
-.RS 4
-Display usage information
-.RE
-.SH "EXIT CODES"
-.PP
-0
-.RS 4
-The command completed successfully\&.
-.RE
-.PP
-1
-.RS 4
-An error occurred while parsing the command\-line arguments\&.
-.RE
-.PP
-0\-255
-.RS 4
-The number of errors in the index, as indicated for the
-\fB\-\-countErrors\fR
-option\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following example verifies the
-cn
-(common name) index for completeness and for errors\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-$ verify\-index \-b dc=example,dc=com \-i cn \-\-clean \-\-countErrors
-[07/Jun/2011:16:06:50 +0200] category=BACKEND severity=INFORMATION
- msgID=9437595 msg=Local DB backend userRoot does not specify the number of
- lock tables: defaulting to 97
-[07/Jun/2011:16:06:50 +0200] category=BACKEND severity=INFORMATION
- msgID=9437594 msg=Local DB backend userRoot does not specify the number of
- cleaner threads: defaulting to 24 threads
-[07/Jun/2011:16:06:51 +0200] category=JEB severity=NOTICE msgID=8847461
- msg=Checked 1316 records and found 0 error(s) in 0 seconds
- (average rate 2506\&.7/sec)
-[07/Jun/2011:16:06:51 +0200] category=JEB severity=INFORMATION
- msgID=8388710 msg=Number of records referencing more than one entry: 315
-[07/Jun/2011:16:06:51 +0200] category=JEB severity=INFORMATION
- msgID=8388711 msg=Number of records that exceed the entry limit: 0
-[07/Jun/2011:16:06:51 +0200] category=JEB severity=INFORMATION
- msgID=8388712 msg=Average number of entries referenced is 1\&.58/record
-[07/Jun/2011:16:06:51 +0200] category=JEB severity=INFORMATION
- msgID=8388713 msg=Maximum number of entries referenced by any
- record is 32
-.fi
-.if n \{\
-.RE
-.\}
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2011-2012 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man5/make-ldif.template.5 b/opendj-server-legacy/resource/man/man5/make-ldif.template.5
deleted file mode 100644
index 14ac4d8..0000000
--- a/opendj-server-legacy/resource/man/man5/make-ldif.template.5
+++ /dev/null
@@ -1,541 +0,0 @@
-'\" t
-.\"     Title: make-ldif.template
-.\"    Author: 
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 10/13/2014
-.\"    Manual: Tools Reference
-.\"    Source: OpenDJ 3.0.0-SNAPSHOT
-.\"  Language: English
-.\"
-.TH "MAKE\-LDIF\&.TEMPLATE" "5" "10/13/2014" "OpenDJ 3\&.0\&.0" "Tools Reference"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-make-ldif.template \- template file for the make\-ldif command
-.SH "SYNOPSIS"
-.sp
-.nf
-# Comment lines start with #\&.
-#
-# Notice that this synopsis includes blank lines after entries\&.
-# In the same way you would use blank lines after entries in normal LDIF,
-# leave empty lines after "entries" in template files\&.
-
-# Optionally include classes that define custom tags\&.
-# Custom tag classes extend org\&.opends\&.server\&.tools\&.makeldif\&.Tag and
-# must be on the class path when you run make\-ldif\&.
-#
-include \fIcustom\&.makeldif\&.tag\&.ClassName\fR
-\&.\&.\&.
-
-# Optionally define constants used in the template\&.
-# To reference constants later, put brackets around the name: [constant\-name]
-#
-define \fIconstant\-name\fR=\fIvalue\fR
-\&.\&.\&.
-
-# Define branches by suffix DN, such as the following:
-#
-#  dc=example,dc=com
-#  ou=People,dc=example,dc=com
-#  ou=Groups,dc=example,dc=com
-#
-# make\-ldif generates the necessary object class definitions and RDNs\&.
-#
-# A branch can have subordinateTemplates that define templates to use for
-# the branch entry\&.
-#
-# A branch can have additional attributes generated on the branch entry\&. See
-# the Description below for more information on specifying attribute values\&.
-#
-branch: \fIsuffix\-dn\fR
-[subordinateTemplate: \fItemplate\-name\fR:\fInumber\fR
-\&.\&.\&.]
-[\fIattribute\fR: \fIattr\-value\fR
-\&.\&.\&.]
-
-\&.\&.\&.
-
-# Define entries using templates\&.
-#
-# A template can extend another template\&.
-# A template defines the RDN attribute(s) used for generated entries\&.
-# A template can have a subordinateTemplate that defines a template to use for
-# the generated entries\&.
-#
-# A template then defines attributes\&. See the Description below for more
-# information on specifying attribute values\&.
-#
-template: \fItemplate\-name\fR
-[extends: \fItemplate\-name\fR]
-rdnAttr: \fIattribute\fR[+\fIattribute\fR \&.\&.\&.]
-[subordinateTemplate: \fItemplate\-name\fR:\fInumber\fR]
-[\fIattribute\fR: \fIattr\-value\fR
-\&.\&.\&.]
-
-\&.\&.\&.
-.fi
-.SH "DESCRIPTION"
-.PP
-Template files specify how to build LDIF\&. They allow you to define variables, insert random values from other files, and generally build arbitrarily large LDIF files for testing purposes\&. You pass template files to the
-\fBmake\-ldif\fR
-command when generating LDIF\&.
-.PP
-The Synopsis above shows the layout for a
-\fBmake\-ldif\fR
-template file\&. This section focuses on what you can do to specify entry attribute values, called
-\fIattr\-value\fR
-in the Synopsis section\&.
-.PP
-\fBSpecifying Attribute Values\fR
-.PP
-When specifying attribute values in
-\fBmake\-ldif\fR
-templates, you can use static text and constants that you have defined, enclosing names for constants in brackets,
-[myConstant]\&. You can use more than one constant per line, as in the following example\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-description: Description for [org] under [suffix]
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-You can also use two kinds of tags when specifying attribute values\&. One kind of tag gets replaced with the value of another attribute in the generated entry\&. Such tags are delimited with braces,
-{ }\&. For example, if your template includes definitions for first name and last name attributes:
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-givenName: <first>
-sn: <last>
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-Then you can define a mail attribute that uses the values of both attributes, and an initials attribute that takes the first character of each\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-mail: {givenName}\&.{sn}@[myDomain]
-initials: {givenName:1}{sn:1}
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-The other kind of tag is delimited with
-<
-and
->, as shown above in the example with
-<first>
-and
-<last>\&. Tag names are not case sensitive\&. Many tags can take arguments separated by colons,
-:, from the tag names within the tag\&.
-.PP
-Use backslashes to escape literal start tag characters (< [ {) as shown in the following example, and to escape literal end tag characters within tags (> ] })\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-scimMail: \e{"emails": \e[\e{"value": "{mail}", "type": "work", "primary": true}]}
-xml: \e<id>{uid}\e</id>
-.fi
-.if n \{\
-.RE
-.\}
-.PP
-OpenDJ supports the following tags\&.
-.PP
-<DN>
-.RS 4
-The DN tag gets replaced by the distinguished name of the current entry\&. An optional integer argument specifies the subcomponents of the DN to generate\&. For example, if the DN of the entry is
-uid=bjensen,ou=People,dc=example,dc=com<DN:1>
-gets replaced by
-uid=bjensen, and
-<DN:\-2>
-gets replaced by
-dc=example,dc=com\&.
-.RE
-.PP
-<File>
-.RS 4
-The File tag gets replaced by a line from a text file you specify\&. The File tag takes a required argument, the path to the text file, and an optional second argument, either
-random
-or
-sequential\&. For the file argument, either you specify an absolute path to the file such as
-<file:/path/to/myDescriptions>, or you specify a path relative to the
-/path/to/opendj/config/MakeLDIF/
-directory such as
-<file:streets>\&. For the second argument, if you specify
-sequential
-then lines from the file are read in sequential order\&. Otherwise, lines from the file are read in random order\&.
-.RE
-.PP
-<First>
-.RS 4
-The first name tag gets replaced by a random line from
-/path/to/opendj/config/MakeLDIF/first\&.names\&. Combinations of generated first and last names are unique, with integers appended to the name strings if not enough combinations are available\&.
-.RE
-.PP
-<GUID>
-.RS 4
-The GUID tag gets replaced by a 128\-bit, type 4 (random) universally unique identifier, such as
-f47ac10b\-58cc\-4372\-a567\-0e02b2c3d479\&.
-.RE
-.PP
-<IfAbsent>
-.RS 4
-The IfAbsent tag takes as its first argument the name of another attribute, and optionally as its second argument a value to use\&. This tag causes the attribute to be generated only if the named attribute is not present on the generated entry\&. Use this tag when you have used
-<Presence>
-to define another attribute that is not always present on generated entries\&.
-.RE
-.PP
-<IfPresent>
-.RS 4
-The IfPresent takes as its first argument the name of another attribute, and optionally as its second argument a value to use\&. This tag causes the attribute to be generated only if the named attribute is also present on the generated entry\&. Use this tag when you have used
-<Presence>
-to define another attribute that is sometimes present on generated entries\&.
-.RE
-.PP
-<Last>
-.RS 4
-The last name tag gets replaced by a random line from
-/path/to/opendj/config/MakeLDIF/last\&.names\&. Combinations of generated first and last names are unique, with integers appended to the name strings if not enough combinations are available\&.
-.RE
-.PP
-<List>
-.RS 4
-The List tag gets replaced by one of the values from the list of arguments you provide\&. For example,
-<List:bronze:silver:gold>
-gets replaced with
-bronze,
-silver, or
-gold\&.
-.sp
-You can weight arguments to ensure some arguments are selected more often than others\&. For example, if you want two bronze for one silver and one gold, use
-<List:bronze;2:silver;1:gold;1>\&.
-.RE
-.PP
-<ParentDN>
-.RS 4
-The ParentDN tag gets replaced by the distinguished name of the parent entry\&. For example, if the DN of the entry is
-uid=bjensen,ou=People,dc=example,dc=com,
-<ParentDN>
-gets replaced by
-ou=People,dc=example,dc=com\&.
-.RE
-.PP
-<Presence>
-.RS 4
-The Presence tag takes a percent argument\&. It does not get replaced by a value itself, but instead results in the attribute being generated on the percentage of entries you specify in the argument\&. For example,
-description: <Presence:50>A description
-generates
-description: A description
-on half the entries\&.
-.RE
-.PP
-<Random>
-.RS 4
-The Random tag lets you generate a variety of random numbers and strings\&. The Random tag has the following subtypes, which you include as arguments, that is
-<Random:\fIsubtype\fR>\&.
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-alpha:\fIlength\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-alpha:\fIminlength\fR:\fImaxlength\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-numeric:\fIlength\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-numeric:\fIminvalue\fR:\fImaxvalue\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-numeric:\fIminvalue\fR:\fImaxvalue\fR:\fIformat\fR, where
-\fIformat\fR
-is a
-java\&.text\&.DecimalFormat
-pattern
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-alphanumeric:\fIlength\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-alphanumeric:\fIminlength\fR:\fImaxlength\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-chars:\fIcharacters\fR:\fIlength\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-chars:\fIcharacters\fR:\fIminlength\fR:\fImaxlength\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-hex:\fIlength\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-hex:\fIminlength\fR:\fImaxlength\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-base64:\fIlength\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-base64:\fIminlength\fR:\fImaxlength\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-month
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-month:\fImaxlength\fR
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-telephone, a telephone number starting with the country code
-+1
-.RE
-.RE
-.PP
-<RDN>
-.RS 4
-The RDN tag gets replaced with the RDN of the entry\&. Use this in the template after you have specified
-rdnAttr
-so that the RDN has already been generated when this tag is replaced\&.
-.sp
-An optional integer argument specifies the subcomponents of the RDN to generate\&.
-.RE
-.PP
-<Sequential>
-.RS 4
-The Sequential tag gets replaced by a sequentially increasing generated integer\&. The first optional integer argument specifies the starting number\&. The second optional boolean argument specifies whether to start over when generating entries for a new parent entry\&. For example,
-<Sequential>:42:true
-starts counting from 42, and starts over when the parent entry changes from
-o=Engineering
-to
-o=Marketing\&.
-.RE
-.PP
-<_DN>
-.RS 4
-The _DN tag gets replaced by the DN of the current entry with underscores in the place of commas\&.
-.RE
-.PP
-<_ParentDN>
-.RS 4
-The _ParentDN tag gets replaced by the DN the parent entry with underscores in the place of commas\&.
-.RE
-.SH "EXAMPLES"
-.PP
-The following example generates 10 organization units, each containing 50 entries\&.
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-define suffix=dc=example,dc=com
-define maildomain=example\&.com
-define numusers=50
-define numorgs=10
-
-branch: [suffix]
-
-branch: ou=People,[suffix]
-subordinateTemplate: orgunit:[numorgs]
-description: This is the People container
-telephoneNumber: +33 00010002
-
-template: orgunit
-subordinateTemplate: person:[numusers]
-rdnAttr: ou
-ou: Org\-<sequential:0>
-objectClass: top
-objectClass: organizationalUnit
-description: This is the {ou} organizational unit
-
-template: person
-rdnAttr: uid
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-givenName: <first>
-sn: <last>
-cn: {givenName} {sn}
-initials: {givenName:1}<random:chars:ABCDEFGHIJKLMNOPQRSTUVWXYZ:1>{sn:1}
-employeeNumber: <sequential:0>
-uid: user\&.{employeeNumber}
-mail: {uid}@[maildomain]
-userPassword: password
-telephoneNumber: <random:telephone>
-homePhone: <random:telephone>
-pager: <random:telephone>
-mobile: <random:telephone>
-street: <random:numeric:5> <file:streets> Street
-l: <file:cities>
-st: <file:states>
-postalCode: <random:numeric:5>
-postalAddress: {cn}${street}${l}, {st}  {postalCode}
-description: This is the description for {cn}\&.
-.fi
-.if n \{\
-.RE
-.\}
-.SH "SEE ALSO"
-.PP
-\m[blue]\fB\fBmake-ldif\fR(1)\fR\m[],
-/path/to/opendj/config/MakeLDIF/example\&.template
-.SH "COPYRIGHT"
-.br
-Copyright \(co 2012-2014 ForgeRock AS
-.br
diff --git a/opendj-server-legacy/resource/man/man5/opendj.5 b/opendj-server-legacy/resource/man/man5/opendj.5
deleted file mode 100644
index eff3629..0000000
--- a/opendj-server-legacy/resource/man/man5/opendj.5
+++ /dev/null
@@ -1,107 +0,0 @@
-'\" te
-.\" Copyright (c) 2008, Sun Microsystems Inc. All
-.\" Rights Reserved.
-.\" Portions Copyright (c) 2011 ForgeRock AS.
-.TH opendj 5 "October 2011" "1.2" "&man5;"
-.SH NAME
-OpenDJ \- a high-performance, highly-extensible,
-LDAPv3 compliant directory server
-.SH DESCRIPTION
-.sp
-.LP
-OpenDJ is a high-performance, highly-extensible, pure Java directory
-server. The server is fully compliant with the LDAPv3 standard, and passes
-all of the compliance, interoperability and security tests suites. The
-directory server implements most of the standard and experimental LDAP extensions
-defined in the IETF as RFCs or Internet-Drafts, ensuring maximum
-interoperability with LDAP client applications.
-.sp
-.LP
-The OpenDJ software includes a rich set of APIs making the directory
-server easy to extend. The directory server supports a loosely consistent
-multi-master replication model that guarantees high availability of data for
-all operations, searches or updates. While theoretically unlimited with regard
-to the number of masters, the directory server has been stressed under heavy
-and durable load with four masters.
-.sp
-.LP
-The OpenDJ software includes:
-.RS +4
-.TP
-.ie t \(bu
-.el o
-A graphical installation tool (QuickSetup) that enables you
-to have a server configured, and up and running in less than 3 minutes.
-.RE
-.RS +4
-.TP
-.ie t \(bu
-.el o
-A graphical control panel (\fBbin/control-panel\fR)
-that displays server status information and enables you to perform basic directory
-server administration
-.RE
-.RS +4
-.TP
-.ie t \(bu
-.el o
-A rich set of command-line utilities to perform all online
-administrative tasks both interactively and scripted
-.RE
-.RS +4
-.TP
-.ie t \(bu
-.el o
-Advanced security and password policies
-.RE
-.RS +4
-.TP
-.ie t \(bu
-.el o
-Advanced backup and restore capabilities
-.RE
-.RS +4
-.TP
-.ie t \(bu
-.el o
-Extensive user documentation at http://opendj.forgerock.org/docs.html.
-.RE
-.LP
-Note -
-.sp
-.RS 2
-The default settings for the directory server are targeted
-at the initial evaluator or developer, running on a machine with a limited
-amount of resources. To scale the server, it is important to do initial tuning
-of the Java VM and of the server itself.
-.RE
-.sp
-.LP
-Support for OpenDJ is available from ForgeRock. More information
-at http://www.forgerock.com.
-.SH USAGE
-.sp
-.LP
-To install the directory server from IPS packages perform the following
-steps:
-.RS +4
-.TP
-.ie t \(bu
-.el o
-As the root user, run the \fBconfigure\fR
-command to create an instance of the directory server in a specific location,
-running as a specific user. For more information, see the configure (1) man page.
-.RE
-.RS +4
-.TP
-.ie t \(bu
-.el o
-Run the \fBsetup\fR command as this user to
-install and configure the directory server instance. For more information,
-see http://opendj.forgerock.org/doc/install-guide/OpenDJ-Install-Guide.html\&.
-.RE
-.sp
-.LP
-For additional configuration of the directory server, use the \fBcontrol-panel\fR or the \fBdsconfig\fR command. For more information,
-see http://opendj.forgerock.org/doc/admin-guide/OpenDJ-Admin-Guide/control-panel-1.html
-and http://opendj.forgerock.org/doc/admin-guide/OpenDJ-Admin-Guide/dsconfig-1.html\&.
diff --git a/opendj-server-legacy/src/main/docbkx/install-guide/chap-install-cli.xml b/opendj-server-legacy/src/main/docbkx/install-guide/chap-install-cli.xml
index 26381d4..5f963e1 100644
--- a/opendj-server-legacy/src/main/docbkx/install-guide/chap-install-cli.xml
+++ b/opendj-server-legacy/src/main/docbkx/install-guide/chap-install-cli.xml
@@ -9,8 +9,7 @@
   ! 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.
+  ! You can also obtain a copy of the license at legal-notices/CC-BY-NC-ND.txt.
   ! See the License for the specific language governing permissions
   ! and limitations under the License.
   !
@@ -24,12 +23,12 @@
   !
 -->
 <chapter xml:id='chap-install-cli'
- 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'>
+         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'>
  <title>Installing OpenDJ From the Command Line</title>
 
  <para>This chapter covers command-line installation with additional
@@ -482,9 +481,13 @@
 $
    </screen>
 
-   <para>The .deb installs OpenDJ directory server in the directory
-   <filename>/opt/opendj</filename>, generates service management scripts, and
-   adds documentation files under <filename>/usr/share/doc/opendj</filename>.</para>
+   <para>
+    The .deb installs OpenDJ directory server
+    in the <filename>/opt/opendj</filename> directory,
+    generates service management scripts,
+    adds documentation files under <filename>/usr/share/doc/opendj</filename>,
+    and adds man pages under <filename>/opt/opendj/share/man</filename>.
+   </para>
 
    <para>The files are owned by root by default, making it easier to have OpenDJ
    listen on ports 389 and 636.</para>
@@ -589,10 +592,14 @@
 #
    </screen>
 
-   <para>The .rpm installs OpenDJ directory server in the directory
-   <filename>/opt/opendj</filename>, generates service management scripts, and
-   adds documentation files under <filename>/usr/share/doc/opendj-<replaceable
-   >version</replaceable></filename>.</para>
+   <para>
+    The .rpm installs OpenDJ directory server
+    in the <filename>/opt/opendj</filename> directory,
+    generates service management scripts,
+    adds documentation files under
+    <filename>/usr/share/doc/opendj-<replaceable>version</replaceable></filename>,
+    and adds man pages under <filename>/opt/opendj/share/man</filename>.
+   </para>
 
    <para>The files are owned by root by default, making it easier to have OpenDJ
    listen on ports 389 and 636.</para>
diff --git a/opendj-server-legacy/src/main/docbkx/man-pages/man-configure.xml b/opendj-server-legacy/src/main/docbkx/man-pages/man-configure.xml
new file mode 100644
index 0000000..02e0e04
--- /dev/null
+++ b/opendj-server-legacy/src/main/docbkx/man-pages/man-configure.xml
@@ -0,0 +1,166 @@
+<?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/opendj/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-2015 ForgeRock AS.
+  !    
+-->
+<refentry xml:id='configure-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'>
+ <info>
+  <copyright>
+   <year>2011-2015</year>
+   <holder>ForgeRock AS.</holder>
+  </copyright>
+ </info>
+
+ <refmeta>
+  <refentrytitle>configure</refentrytitle><manvolnum>1</manvolnum>
+  <refmiscinfo class="software">OpenDJ</refmiscinfo>
+  <refmiscinfo class="version">${docTargetVersion}</refmiscinfo>
+ </refmeta>
+
+ <refnamediv>
+  <refname>configure</refname>
+  <refpurpose>sets the instance location of an OpenDJ package installation</refpurpose>
+ </refnamediv>
+
+ <refsect1>
+  <title>Description</title>
+
+  <para>
+   The <command>configure</command> command configures an OpenDJ package installation.
+   The command registers the directory server as an SMF service,
+   specifies where the directory server instance will be located,
+   and specifies the user and group names of the instance owner.
+  </para>
+
+  <para>
+   This command is available
+   in the <trademark>OpenSolaris</trademark> package installation only.
+  </para>
+ </refsect1>
+
+ <refsect1>
+  <title>Options</title>
+
+  <variablelist>
+   <para>
+    The following options are supported:
+   </para>
+
+   <varlistentry>
+    <term><option>--groupName {groupName}</option></term>
+    <listitem>
+     <para>
+      The group name of the instance owner.
+      If no group name is specified,
+      the primary group of the <replaceable>userName</replaceable> is used.
+     </para>
+    </listitem>
+   </varlistentry>
+
+   <varlistentry>
+    <term><option>--instancePath {path}</option></term>
+    <listitem>
+     <para>
+      The path where the instance will be located.
+      If no path is specified, the default <filename>/var/opendj</filename> is used.
+     </para>
+    </listitem>
+   </varlistentry>
+
+   <varlistentry>
+    <term><option>--userName {userName}</option></term>
+    <listitem>
+     <para>
+      The user name of the instance owner.
+      If no user name is specified, the default <literal>ldap</literal> is used.
+     </para>
+    </listitem>
+   </varlistentry>
+
+   <varlistentry>
+    <term><option>-V, --version</option></term>
+    <listitem>
+     <para>
+      Displays directory server version information.
+     </para>
+    </listitem>
+   </varlistentry>
+
+   <varlistentry>
+    <term><option>-?, -H, --help</option></term>
+    <listitem>
+     <para>
+      Displays usage information.
+     </para>
+    </listitem>
+   </varlistentry>
+  </variablelist>
+ </refsect1>
+
+ <refsect1>
+  <title>Examples</title>
+
+  <para>
+   The following example configures the instance path,
+   user name and group name for a directory server package installation:
+  </para>
+
+  <screen>
+$ /usr/opendj/configure \
+ --instancePath /var/opendj \
+ --userName myUser \
+ --groupName myGroup
+  </screen>
+ </refsect1>
+
+ <refsect1>
+  <title>Attributes</title>
+
+  <para>
+   See <citerefentry><refentrytitle>attributes</refentrytitle><manvolnum>5</manvolnum></citerefentry>
+   for descriptions of the following attributes:
+  </para>
+
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>ATTRIBUTE TYPE</entry>
+      <entry>ATTRIBUTE VALUE</entry>
+     </row>
+    </thead>
+    <tbody align="center">
+     <row>
+      <entry>Interface Stability</entry>
+      <entry>Uncommitted</entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+</refentry>
diff --git a/opendj-server-legacy/src/main/docbkx/man-pages/man-opendj.xml b/opendj-server-legacy/src/main/docbkx/man-pages/man-opendj.xml
new file mode 100644
index 0000000..b7366fb
--- /dev/null
+++ b/opendj-server-legacy/src/main/docbkx/man-pages/man-opendj.xml
@@ -0,0 +1,154 @@
+<?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/opendj/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-2015 ForgeRock AS.
+  !    
+-->
+<refentry xml:id='opendj-5'
+          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'>
+ <info>
+  <copyright>
+   <year>2011-2015</year>
+   <holder>ForgeRock AS.</holder>
+  </copyright>
+ </info>
+
+ <refmeta>
+  <refentrytitle>opendj</refentrytitle><manvolnum>5</manvolnum>
+  <refmiscinfo class="software">OpenDJ</refmiscinfo>
+  <refmiscinfo class="version">${docTargetVersion}</refmiscinfo>
+ </refmeta>
+
+ <refnamediv>
+  <refname>OpenDJ</refname>
+  <refpurpose>a high-performance, highly-extensible, LDAPv3 compliant directory server</refpurpose>
+ </refnamediv>
+
+ <refsect1>
+  <title>Description</title>
+
+  <para>
+   OpenDJ is a high-performance, highly-extensible, pure Java directory server.
+   The server is fully compliant with the LDAPv3 standard,
+   and passes all of the compliance, interoperability and security tests suites.
+   The directory server implements most of the standard
+   and experimental LDAP extensions defined in the IETF as RFCs or Internet-Drafts,
+   ensuring maximum interoperability with LDAP client applications.
+  </para>
+
+  <para>
+   OpenDJ software includes a rich set of APIs making the directory server easy to extend.
+   The directory server supports a loosely consistent multi-master replication model
+   that guarantees high availability of data for all operations, searches or updates.
+   While theoretically unlimited with regard to the number of masters,
+   the directory server has been stressed under heavy and durable load with four masters.
+  </para>
+
+  <itemizedlist>
+   <para>
+    OpenDJ software includes:
+   </para>
+
+   <listitem>
+    <para>
+     A graphical installation tool (<command>QuickSetup</command>) that enables you
+     to have a server configured, and up and running in less than 3 minutes
+    </para>
+   </listitem>
+
+   <listitem>
+    <para>
+     A graphical control panel (<command>bin/control-panel</command>)
+     that displays server status information
+     and enables you to perform basic directory server administration
+    </para>
+   </listitem>
+
+   <listitem>
+    <para>
+     A rich set of command-line utilities to perform
+     all online administrative tasks both interactively and with scripts
+    </para>
+   </listitem>
+
+   <listitem>
+    <para>
+     Advanced security and password policies
+    </para>
+   </listitem>
+
+   <listitem>
+    <para>
+     Advanced backup and restore capabilities
+    </para>
+   </listitem>
+
+   <listitem>
+    <para>
+     Extensive user documentation
+    </para>
+   </listitem>
+  </itemizedlist>
+
+ </refsect1>
+
+ <refsect1>
+  <title>Usage</title>
+
+  <para>
+   See the <citetitle>Installation Guide</citetitle> for instructions
+   on getting started with OpenDJ directory server.
+  </para>
+
+  <itemizedlist>
+   <para>
+    To install the directory server from IPS packages perform the following steps:
+   </para>
+
+   <listitem>
+    <para>
+     As the root user, run the <command>configure</command> command
+     to create an instance of the directory server in a specific location,
+     running as a specific user.
+    </para>
+   </listitem>
+
+   <listitem>
+    <para>
+     Run the <command>setup</command> command as this user
+     to install and configure the directory server instance.
+    </para>
+   </listitem>
+
+   <listitem>
+    <para>
+     For additional configuration of the directory server,
+     use the <command>control-panel</command> and <command>dsconfig</command> commands.
+    </para>
+   </listitem>
+  </itemizedlist>
+ </refsect1>
+</refentry>
diff --git a/opendj-server-legacy/src/main/docbkx/reference/index.xml b/opendj-server-legacy/src/main/docbkx/reference/index.xml
index 97e733c..2e3dac2 100644
--- a/opendj-server-legacy/src/main/docbkx/reference/index.xml
+++ b/opendj-server-legacy/src/main/docbkx/reference/index.xml
@@ -210,5 +210,11 @@
   </xinclude:fallback>
  </xinclude:include>
 
+ <reference>
+    <title>OpenSolaris Support Reference</title>
+    <xinclude:include href='../man-pages/man-configure.xml' />
+    <xinclude:include href='../man-pages/man-opendj.xml' />
+ </reference>
+
  <index />
 </book>
diff --git a/opendj-server-legacy/src/svr4/OpenDJ/layout.xml b/opendj-server-legacy/src/svr4/OpenDJ/layout.xml
index a70479b..9cc5f20 100644
--- a/opendj-server-legacy/src/svr4/OpenDJ/layout.xml
+++ b/opendj-server-legacy/src/svr4/OpenDJ/layout.xml
@@ -77,7 +77,7 @@
 
     <!-- Add man pages -->
     <copy todir="${svr4.layout.pkg.dir}/man">
-      <fileset dir="${resource.dir}/man" />
+      <fileset dir="${project.build.directory}/docbkx/manpages/reference" />
     </copy>
   </target>
 
diff --git a/pom.xml b/pom.xml
index 96a42b4..366e28e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,6 +133,7 @@
     <checkstyleHeaderLocation>org/forgerock/checkstyle/opendj-java-header</checkstyleHeaderLocation>
 
     <!-- START Documentation properties -->
+    <shortProductName>OpenDJ</shortProductName>
     <docTargetVersion>${project.version}</docTargetVersion><!-- Reset before final publication -->
     <docPreviousVersion>2.6.0</docPreviousVersion>
     <sdkDocTargetVersion>${docTargetVersion}</sdkDocTargetVersion>
@@ -190,15 +191,8 @@
       <plugin>
         <groupId>org.forgerock.commons</groupId>
         <artifactId>forgerock-doc-maven-plugin</artifactId>
-        <version>${frDocPluginVersion}</version>
         <inherited>false</inherited>
         <configuration>
-         <!-- Standard configuration -->
-         <projectName>OpenDJ</projectName>
-         <projectVersion>${docTargetVersion}</projectVersion>
-         <releaseVersion>${docTargetVersion}</releaseVersion>
-         <googleAnalyticsId>${gaId}</googleAnalyticsId>
-
          <!-- JCite SDK Example code -->
          <jCiteSourcePaths>
            <jCiteSourcePath>${project.basedir}/opendj-ldap-sdk-examples/src/main/java</jCiteSourcePath>
@@ -206,32 +200,32 @@
         </configuration>
         <executions>
           <execution>
-           <id>pre-process-doc</id>
-           <phase>pre-site</phase>
-           <goals>
-            <goal>process</goal>
-           </goals>
+            <id>pre-process-doc</id>
+            <phase>pre-site</phase>
+            <goals>
+              <goal>process</goal>
+            </goals>
           </execution>
           <execution>
-           <id>build-doc</id>
-           <phase>pre-site</phase>
-           <goals>
-            <goal>build</goal>
-           </goals>
+            <id>build-doc</id>
+            <phase>pre-site</phase>
+            <goals>
+              <goal>build</goal>
+            </goals>
           </execution>
           <execution>
-           <id>layout-site</id>
-           <phase>site</phase>
-           <goals>
-            <goal>site</goal>
-           </goals>
+            <id>layout-doc</id>
+            <phase>site</phase>
+            <goals>
+              <goal>site</goal>
+            </goals>
           </execution>
           <execution>
-           <id>layout-release</id>
-           <phase>site</phase>
-           <goals>
-            <goal>release</goal>
-           </goals>
+            <id>layout-release</id>
+            <phase>site</phase>
+            <goals>
+              <goal>release</goal>
+            </goals>
           </execution>
         </executions>
       </plugin>
@@ -390,6 +384,19 @@
                 </execution>
             </executions>
         </plugin>
+
+        <!-- Provides build capabilities for docs in DocBook XML format. -->
+        <plugin>
+            <groupId>org.forgerock.commons</groupId>
+            <artifactId>forgerock-doc-maven-plugin</artifactId>
+            <version>${frDocPluginVersion}</version>
+            <configuration>
+                <projectName>${shortProductName}</projectName>
+                <projectVersion>${docTargetVersion}</projectVersion>
+                <releaseVersion>${docTargetVersion}</releaseVersion>
+                <googleAnalyticsId>${gaId}</googleAnalyticsId>
+            </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>

--
Gitblit v1.10.0