From ad538a4677b2acebc4b0968907c801172faa2d47 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Fri, 30 Oct 2009 22:51:47 +0000 Subject: [PATCH] Fix for issue 4326 (Allow setup of a Server without Data suffix) --- opends/src/messages/messages/tools.properties | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties index 88029ec..f1f2763 100644 --- a/opends/src/messages/messages/tools.properties +++ b/opends/src/messages/messages/tools.properties @@ -889,8 +889,7 @@ in configuration file %s: %s SEVERE_ERR_INSTALLDS_CANNOT_PARSE_DN_503=An error occurred while attempting \ to parse the string "%s" as a valid DN: %s -INFO_INSTALLDS_PROMPT_BASEDN_504=What do you wish to use as the base DN for \ - the directory data? +INFO_INSTALLDS_PROMPT_BASEDN_504=Provide the base DN for the directory data: INFO_INSTALLDS_PROMPT_IMPORT_505=Do you wish to populate the directory \ database with information from an existing LDIF file? INFO_INSTALLDS_PROMPT_IMPORT_FILE_506=Please specify the path to the LDIF \ @@ -2522,9 +2521,9 @@ INFO_ENCPW_DESCRIPTION_INPUT_PW_1690=The password to encode or to compare \ against an encoded password is interactively asked to the user -INFO_ENCPW_INPUT_PWD_1_1691=Please enter the password : -INFO_ENCPW_INPUT_PWD_2_1692=Please renter the password: -SEVERE_ERR_ENCPW_NOT_SAME_PW_1693=Provided passwords don't matched +INFO_ENCPW_INPUT_PWD_1_1691=Please enter the password : +INFO_ENCPW_INPUT_PWD_2_1692=Please renter the password: +SEVERE_ERR_ENCPW_NOT_SAME_PW_1693=Provided passwords don't matched SEVERE_ERR_ENCPW_CANNOT_READ_PW_1694=Cannot read password from the input: %s INFO_REBUILDINDEX_DESCRIPTION_REBUILD_ALL_1695=Rebuild all indexes, including \ any DN2ID, DN2URI, VLV and extensible indexes. Cannot be used \ @@ -2534,5 +2533,11 @@ for index scratch files during index rebuilding SEVERE_ERR_REBUILDINDEX_REBUILD_ALL_ERROR_1699=Index "-i" option cannot be \ specified with the "--rebuildAll" option -INFO_DESCRIPTION_SUBENTRIES_1700=Use subentries control to specify that \ +INFO_INSTALLDS_PROVIDE_BASE_DN_PROMPT_1700=Do you want to create base DNs in \ + the server? +SEVERE_ERR_INSTALLDS_NO_BASE_DN_AND_CONFLICTING_ARG_1701=You have specified \ + not to create a base DN. If no base DN is to be created you cannot specify \ + argument '%s' +INFO_DESCRIPTION_SUBENTRIES_1702=Use subentries control to specify that \ subentries are visible and normal entries are not + -- Gitblit v1.10.0