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

kenneth_suter
12.41.2007 6452a0b512de72a2beb6da4a3f50fdc788a0f90f
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/Constants.java
@@ -45,6 +45,12 @@
  /** HTML bold close tag. */
  public static final String HTML_BOLD_CLOSE = "</b>";
  /** HTML italics open tag. */
  public static final String HTML_ITALICS_OPEN = "<i>";
  /** HTML italics close tag. */
  public static final String HTML_ITALICS_CLOSE = "</i>";
  /** Default dynamic name of directory manager. */
  public static final String DIRECTORY_MANAGER_DN = "cn=Directory Manager";