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

jvergara
30.53.2007 d65316c746990cbe4c2b433b007afe00e9492c36
refs
author jvergara <jvergara@localhost>
Monday, July 30, 2007 17:53 +0200
committer jvergara <jvergara@localhost>
Monday, July 30, 2007 17:53 +0200
commitd65316c746990cbe4c2b433b007afe00e9492c36
tree cf993cc91e7bf2968759f2123f5444a11644bed4 tree | zip | gz
parent bd9d80bce2b6e9a2f5d095da5a3381d509260a26 view | diff
The following modifications are done in order to be able to handle properly secure connections in both the status command-line and the status panel.  Some options to specify a keystore, a trustore, etc. have been added to the status command-line so that is consistent with the other command-lines that use LDAP.  As for these command-lines if the user does not specify to use Start TLS or LDAPS, the command-line will try to use LDAP to connect. But if there is no LDAP port enabled, the command-line will try to connect to the LDAPS port.

Concerning the status panel, it will try to use the most secure method to connect to the server, if the servers is configured to use SSL or Start TLS and the presented certificate is not trusted by default by the JDK, we will present to the user in order to be accepted.
16 files modified
2 files added
1 files renamed
1354 ■■■■ changed files
opends/src/ads/org/opends/admin/ads/util/ConnectionUtils.java 24 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Configuration.java 62 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Constants.java 2 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/UserData.java 2 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties 31 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/CertificateDialog.java 15 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/ProgressDialog.java 8 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java 2 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 13 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/client/cli/DsFrameworkCliParser.java 2 ●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/ConfigException.java 47 ●●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/ConfigFromFile.java 92 ●●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/ConfigFromLDAP.java 202 ●●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/ConnectionProtocolPolicy.java 53 ●●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/ServerStatusPooler.java 69 ●●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/StatusCli.java 399 ●●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/StatusPanelController.java 38 ●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties 23 ●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/ui/LoginDialog.java 270 ●●●●● diff | view | raw | blame | history