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

jvergara
30.51.2009 ad538a4677b2acebc4b0968907c801172faa2d47
refs
author jvergara <jvergara@localhost>
Friday, October 30, 2009 23:51 +0100
committer jvergara <jvergara@localhost>
Friday, October 30, 2009 23:51 +0100
commitad538a4677b2acebc4b0968907c801172faa2d47
tree 35814180ca8e2e0dc1a61bd15da9b7a064bfb0b0 tree | zip | gz
parent 3f03092522f3d20fadd86e3581137cf0c98aa862 view | diff
Fix for issue 4326 (Allow setup of a Server without Data suffix)

If the user does not specify the option baseDN (in the command-line setup) or leaves the base DN text field empty (in the graphical setup), no b
ase DN will be created.

Fix some issues with the installer, that on Mac OS used to make the terminal to lose focus before the confirmation of the setup.

16 files modified
768 ■■■■■ changed files
opends/build.xml 2 ●●● diff | view | raw | blame | history
opends/src/messages/messages/admin_tool.properties 16 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/quicksetup.properties 4 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/tools.properties 17 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 175 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java 26 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/offline/OfflineInstaller.java 2 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/DataOptionsPanel.java 16 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/InstallReviewPanel.java 90 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/ServerSettingsPanel.java 8 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java 2 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupStepPanel.java 93 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java 21 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 190 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/InstallDS.java 88 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/InstallDSArgumentParser.java 18 ●●●● diff | view | raw | blame | history