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

jvergara
22.54.2007 b0bfe00aececf145d71563c25609450f7573b5de
opends/src/ads/org/opends/admin/ads/ADSContext.java
@@ -420,6 +420,12 @@
    BasicAttributes attrs = makeAttrsFromServerProperties(serverProperties);
    try
    {
      // This check is required because by default the server container entry
      // does not exist.
      if (!isExistingEntry(nameFromDN(getServerContainerDN())))
      {
        createContainerEntry(getServerContainerDN());
      }
      dirContext.createSubcontext(dn, attrs).close();
      if (serverProperties.containsKey(
                                ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE))