mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jcambon
12.14.2008 2a7242b3faa1a36ecf64b053242333d37d9a9e02
opends/src/server/org/opends/server/admin/doc/ConfigGuideGeneration.java
@@ -780,8 +780,8 @@
    private void genWelcome() {
    htmlHeader("OpenDS Configuration Reference - Welcome");
    heading2("Welcome");
    paragraph("Welcome to the OpenDS Configuration Reference. This document " +
    heading2("About This Reference");
    paragraph("This reference " +
      "describes the OpenDS configuration properties that can be manipulated " +
      "with the dsconfig command.");
    paragraph("Configuration components are grouped according to the area of " +
@@ -815,6 +815,14 @@
      "component to which each property applies.");
    endList();
    newline();
    paragraph("When you set up OpenDS, certain components are created in the " +
      "configuration by default. These components are configured with " +
      "specific values, which are not necessarily the same as the " +
      "\"default values\" of new components that you create using dsconfig. " +
      "The \"default values\" listed in this document refer to the values " +
      "of the new components that you create using dsconfig.");
    htmlFooter();
    generateFile(WELCOME_FILE);