From f46904f54c965a8114ca34375e816cbfc987df8a Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Thu, 20 Feb 2014 15:37:03 +0000
Subject: [PATCH] Checkpoint for OPENDJ-1303 "opendj-cli" - Added messages. - Added common arguments. - Added constants.

---
 opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties |   55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 54 insertions(+), 1 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 02aaaba..31eabbe 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
@@ -188,6 +188,25 @@
 INFO_DESCRIPTION_USE_SSL=Use SSL for secure communication with the server
 INFO_DESCRIPTION_START_TLS=Use StartTLS to secure communication with the \
  server
+INFO_DESCRIPTION_PROXYAUTHZID=Use the proxied authorization \
+ control with the given authorization ID
+INFO_DESCRIPTION_RESTART=Attempt to automatically restart the \
+ server once it has stopped
+INFO_DESCRIPTION_STOP_REASON=Reason the server is being stopped or \
+ restarted
+INFO_CHECK_STOPPABILITY=Used to determine whether the server can \
+ be stopped or not and the mode to be used to stop it
+INFO_DESCRIPTION_WINDOWS_NET_STOP=Used by the window service code \
+ to inform that stop-ds is being called from the window services after a call \
+ to net stop
+INFO_DESCRIPTION_STOP_TIME=Indicates the date/time at which the \
+ shutdown operation will begin as a server task expressed in format \
+ YYYYMMDDhhmmssZ for UTC time or YYYYMMDDhhmmss for local time.  A value of \
+ '0' will cause the shutdown to be scheduled for \
+ immediate execution.  When this option is specified the operation will be \
+ scheduled to start at the specified time after which this utility will exit \
+ immediately
+INFO_DESCRIPTION_BACKUP_ALL=Back up all backends in the server
 INFO_MODIFY_DESCRIPTION_DEFAULT_ADD=Treat records with no changetype as \
  add operations
 INFO_SEARCH_DESCRIPTION_BASEDN=Search base DN
@@ -427,6 +446,16 @@
 INFO_UNIT_PLACEHOLDER={unit}
 INFO_CONFIGCLASS_PLACEHOLDER={configClass}
 INFO_CONFIGFILE_PLACEHOLDER={configFile}
+INFO_STOP_REASON_PLACEHOLDER={stopReason}
+INFO_STOP_TIME_PLACEHOLDER={stopTime}
+INFO_BACKENDNAME_PLACEHOLDER={backendName}
+INFO_BACKUPID_PLACEHOLDER={backupID}
+INFO_BACKUPDIR_PLACEHOLDER={backupDir}
+INFO_KEY_MANAGER_PATH_PLACEHOLDER={keyManagerPath}
+INFO_KEY_MANAGER_PROVIDER_DN_PLACEHOLDER={keyManagerProviderDN}
+INFO_TRUST_MANAGER_PROVIDER_DN_PLACEHOLDER={trustManagerProviderDN}
+INFO_SERVER_ROOT_DIR_PLACEHOLDER={serverRootDir}
+INFO_SERVICE_NAME_PLACEHOLDER={serviceName}
 INFO_PSEARCH_PLACEHOLDER=ps[:changetype[:changesonly[:entrychgcontrols]]]
 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
@@ -786,5 +815,29 @@
  will be used
 INFO_DESCRIPTION_CONFIG_FILE=Path to the Directory Server \
  configuration file
-
+INFO_DESCRIPTION_BACKUP_ID=Use the provided identifier for the \
+ backup
+INFO_DESCRIPTION_BACKUP_DIR=Path to the target directory for the \
+ backup file(s)
+INFO_DESCRIPTION_KEYMANAGER_PROVIDER_DN=DN of the \
+ key manager provider to use for SSL and/or StartTLS
+INFO_DESCRIPTION_TRUSTMANAGER_PROVIDER_DN=DN of \
+ the trust manager provider to use for SSL and/or StartTLS
+INFO_DESCRIPTION_KEYMANAGER_PATH=Path of the \
+ key store to be used by the key manager provider
+INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_DISABLE=Disables the server as \
+ a Windows service and stops the server
+INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_STATE=Provides information \
+ about the state of the server as a Windows service
+INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_CLEANUP=Allows to disable the \
+ server service and to clean up the windows registry information associated \
+ with the provided service name
+INFO_COMPARE_DESCRIPTION_FILENAME=File containing the DNs of the entries \
+ to compare
+INFO_DESCRIPTION_USE_SASL_EXTERNAL=Use the SASL EXTERNAL authentication \
+ mechanism
+INFO_DELETE_DESCRIPTION_FILENAME=File containing the DNs of the entries \
+ to delete
+INFO_DESCRIPTION_TIME_LIMIT=Maximum length of \
+ time (in seconds) to spend processing
  

--
Gitblit v1.10.0