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

jvergara
13.21.2007 73fe1b1f4f6c50c2e8d4de7b3b0e09f9c5f1365b
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -1411,6 +1411,8 @@
    }
    dns.add(ADSContext.getAdministrationSuffixDN());
    replicationServers.put(ADSContext.getAdministrationSuffixDN(), adsServers);
    dns.add(Constants.SCHEMA_DN);
    replicationServers.put(Constants.SCHEMA_DN, adsServers);
    InitialLdapContext ctx = null;
    try
@@ -1491,7 +1493,7 @@
          dns.add(replica.getSuffix().getDN());
        }
        dns.add(ADSContext.getAdministrationSuffixDN());
        dns.add(Constants.SCHEMA_DN);
        ctx = getRemoteConnection(server, getTrustManager());
        ConfiguredReplication repl =
          helper.configureReplication(ctx, dns, replicationServers,