From fc7e988df2a2f23df9a08852e19b1a47b86b65bd Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Thu, 06 Mar 2014 11:18:25 +0000
Subject: [PATCH] Checkpoint for OPENDJ-1303 "opendj-cli" - Added static final readPassword() to ConsoleApplication. - Added messages. - Added to CliConstants GLOBAL_ADMIN_UID && DEFAULT_ADMINISTRATION_CONNECTOR_PORT
---
opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties b/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
index 82202e8..6564a04 100755
--- a/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
+++ b/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
@@ -456,7 +456,11 @@
INFO_TRUST_MANAGER_PROVIDER_DN_PLACEHOLDER={trustManagerProviderDN}
INFO_SERVER_ROOT_DIR_PLACEHOLDER={serverRootDir}
INFO_SERVICE_NAME_PLACEHOLDER={serviceName}
+INFO_VALUE_SET_PLACEHOLDER={PROP:VALUE}
+INFO_TYPE_PLACEHOLDER={type}
+INFO_CATEGORY_PLACEHOLDER={category}
INFO_PSEARCH_PLACEHOLDER=ps[:changetype[:changesonly[:entrychgcontrols]]]
+INFO_ADMINUID_PLACEHOLDER={adminUID}
ERR_CANNOT_READ_TRUSTSTORE=Cannot access trust store '%s'. Verify \
that the provided trust store exists and that you have read access rights to it
ERR_CANNOT_READ_KEYSTORE=Cannot access key store '%s'. Verify \
@@ -843,4 +847,7 @@
INFO_DESCRIPTION_IMPORTLDIF=Path to an LDIF file \
containing data that should be added to the Directory Server database. \
Multiple LDIF files may be provided by using this option multiple times
+INFO_LDAPAUTH_PASSWORD_PROMPT=Password for user '%s':
+INFO_DESCRIPTION_ADMIN_UID=User ID of the Global Administrator \
+ to use to bind to the server
--
Gitblit v1.10.0