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

jvergara
17.07.2009 a0843f89806c512784a1752421fe384a97a35810
refs
author jvergara <jvergara@localhost>
Saturday, October 17, 2009 03:07 +0200
committer jvergara <jvergara@localhost>
Saturday, October 17, 2009 03:07 +0200
commita0843f89806c512784a1752421fe384a97a35810
tree c80bdea813a7b1fd6619e29764fa0ed3c8708c13 tree | zip | gz
parent 0e65bd2b3c0d134a28916c5045dd7901d028c43d 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
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java 10 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java 26 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/cli/ConsoleApplication.java 132 ●●●● diff | view | raw | blame | history