OPENDJ-2467 Cannot enable replication using interactive mode of dsreplication tool
Enabling replication should allow for the admin user being absent while interactively enabling replication.
Other cases where two servers are involved have the admin user already in place.
| | |
| | | */ |
| | | destinationServerCI.initializeGlobalArguments(host2, port2, adminUid, bindDn2, pwd, |
| | | pwdFile == null ? null : new LinkedHashMap<String, String>(pwdFile)); |
| | | destinationServerCI.setUseAdminOrBindDn(true); |
| | | } |
| | | InitialLdapContext ctx2 = null; |
| | | |