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

jvergara
17.07.2009 1b54e562f26b33a6a5e490dff93bb5c4ce446f69
refs
author jvergara <jvergara@localhost>
Saturday, October 17, 2009 03:07 +0200
committer jvergara <jvergara@localhost>
Saturday, October 17, 2009 03:07 +0200
commit1b54e562f26b33a6a5e490dff93bb5c4ce446f69
tree 74528d38f5504c9f9bfe6f56f962df23f74e2d37 tree | zip | gz
parent c5bed4ab33cdbbf5fde23d297d535595da177897 view | diff
Fix for issue 4295 (Issues with dsreplication interactive mode)

The biggest issue was that the trust manager was reset when connecting to the second server, this caused the establishing of the connections to fail.

There was also a problem with the way the code found out whether a NamingException was caused by a certificate problem or not.

Finally the code handles the particular case where the user provides global administrator credentials but this is not defined on the second server. If this is the case, the code now prompts only for the credentials (and not for the whole second server connection parameters).
3 files modified
168 ■■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java 10 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java 26 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/util/cli/ConsoleApplication.java 132 ●●●● diff | view | raw | blame | history