| | |
| | | } |
| | | dns.add(ADSContext.getAdministrationSuffixDN()); |
| | | replicationServers.put(ADSContext.getAdministrationSuffixDN(), adsServers); |
| | | dns.add(Constants.SCHEMA_DN); |
| | | replicationServers.put(Constants.SCHEMA_DN, adsServers); |
| | | |
| | | InitialLdapContext ctx = null; |
| | | try |
| | |
| | | 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, |