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

Gaetan Boismal
22.53.2015 de8f1f0ea3a7ab2bb467befba32ba821f96f8ca1
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/NewBaseDNPanel.java
@@ -972,7 +972,7 @@
      // once the new configuration framework migration will be done
      final RootCfgClient root = getRootConfigurationClient();
      final BackendCfgClient backend =
          root.createBackend(getSelectedBackendType().getOldConfigFrameworkBackend(), backendName, null);
          root.createBackend(getSelectedBackendType().getLegacyConfigurationFrameworkBackend(), backendName, null);
      backend.setEnabled(true);
      backend.setBaseDN(Collections.singleton(DN.valueOf(newBaseDN)));
      backend.setBackendId(backendName);