| | |
| | | import org.opends.guitools.controlpanel.util.ConfigReader; |
| | | import org.opends.guitools.controlpanel.util.Utilities; |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | import org.forgerock.opendj.config.server.ConfigException; |
| | | import org.opends.quicksetup.Installation; |
| | | import org.opends.quicksetup.installer.InstallerHelper; |
| | | import org.opends.quicksetup.util.Utils; |
| | |
| | | import org.opends.server.types.OpenDsException; |
| | | import org.opends.server.util.LDIFReader; |
| | | import org.opends.server.util.SetupUtils; |
| | | |
| | | import com.forgerock.opendj.cli.CommandBuilder; |
| | | |
| | | /** |
| | |
| | | return args; |
| | | } |
| | | |
| | | private void updateConfiguration() throws OpenDsException |
| | | private void updateConfiguration() throws OpenDsException, ConfigException |
| | | { |
| | | boolean configHandlerUpdated = false; |
| | | try |
| | |
| | | } |
| | | |
| | | private void addBaseDN(String backendName, String baseDN) |
| | | throws OpenDsException |
| | | throws OpenDsException, ConfigException |
| | | { |
| | | LinkedList<DN> baseDNs = new LinkedList<DN>(); |
| | | for (BackendDescriptor backend : |