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

jvergara
17.20.2007 816f1973c112b9333c058b3527b494705ce4e2b3
Complete fix of issue 1510.  The options for the import seed had to be updated in the InstallDS class.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/tools/InstallDS.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/InstallDS.java
@@ -973,7 +973,7 @@
      if (populateType == POPULATE_TYPE_GENERATE_SAMPLE_DATA)
      {
        argList.add("-S");
        argList.add("-s");
        argList.add("0");
      }