| | |
| | | */ |
| | | package org.opends.quicksetup.installer; |
| | | |
| | | import static com.forgerock.opendj.cli.Utils.*; |
| | | |
| | | import static org.forgerock.util.Utils.*; |
| | | import static org.opends.admin.ads.ServerDescriptor.*; |
| | | import static org.opends.admin.ads.ServerDescriptor.ServerProperty.*; |
| | |
| | | import static org.opends.quicksetup.Step.*; |
| | | import static org.opends.quicksetup.util.Utils.*; |
| | | |
| | | import static com.forgerock.opendj.cli.ArgumentConstants.*; |
| | | import static com.forgerock.opendj.cli.Utils.*; |
| | | |
| | | import java.awt.event.WindowEvent; |
| | | import java.io.BufferedWriter; |
| | | import java.io.File; |
| | |
| | | argList.add("-w"); |
| | | argList.add(getUserData().getDirectoryManagerPwd()); |
| | | |
| | | argList.add("--" + OPTION_LONG_BACKEND_TYPE); |
| | | argList.add(getUserData().getBackendType()); |
| | | |
| | | if (createNotReplicatedSuffix()) |
| | | { |
| | | LinkedList<String> baseDns = |