From e90c7f127334189235d577ba36968b4434085eae Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Mon, 31 Oct 2016 14:00:38 +0000
Subject: [PATCH] OPENDJ-2772 Remove unused messages

---
 opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties |   26 --------------------------
 1 files changed, 0 insertions(+), 26 deletions(-)

diff --git a/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties b/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties
index 75e0fa6..79f12a2 100644
--- a/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties
+++ b/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties
@@ -20,7 +20,6 @@
 ERR_ERROR_PARSING_ARGS=An error occurred while parsing the \
  command-line arguments:  %s
 INFO_PROCESSING_OPERATION=Processing %s request for %s
-INFO_OPERATION_FAILED=%s operation failed
 INFO_OPERATION_SUCCESSFUL=%s operation successful for DN %s
 INFO_PROCESSING_COMPARE_OPERATION=Comparing type %s with value %s in \
  entry %s
@@ -28,8 +27,6 @@
  entry %s
 INFO_COMPARE_OPERATION_RESULT_TRUE=Compare operation returned true for \
  entry %s
-INFO_DESCRIPTION_CONTROLS=Use a request control with the provided \
- information
 INFO_SEARCH_DESCRIPTION_BASEDN=Search base DN
 INFO_SEARCH_DESCRIPTION_SIZE_LIMIT=Maximum number of entries to return \
  from the search
@@ -37,9 +34,6 @@
  allow for the search
 INFO_SEARCH_DESCRIPTION_DEREFERENCE_POLICY=Alias dereference policy \
  ('never', 'always', 'search', or 'find')
-ERR_DESCRIPTION_INVALID_VERSION=Invalid LDAP version number '%s'. \
- Allowed values are 2 and 3
-ERR_SEARCH_NO_FILTERS=No filters specified for the search request
 INFO_DESCRIPTION_TYPES_ONLY=Only retrieve attribute names but not their \
  values
 INFO_DESCRIPTION_ASSERTION_FILTER=Use the LDAP assertion control with the \
@@ -70,7 +64,6 @@
  control be included in updated entries, or 0 to exclude the control from \
  matching entries
 INFO_BIND_AUTHZID_RETURNED=# Bound with authorization ID %s
-INFO_SEARCH_DESCRIPTION_FILENAME=File containing the search filter to use
 INFO_DESCRIPTION_MATCHED_VALUES_FILTER=Use the LDAP matched values \
  control with the provided filter
 ERR_LDAP_MATCHEDVALUES_INVALID_FILTER=The provided matched values \
@@ -106,8 +99,6 @@
  containing the current password for the target user
 ERR_LDAPPWMOD_FAILED=The LDAP password modify operation failed: \
  %d (%s)
-ERR_LDAPPWMOD_FAILURE_ERROR_MESSAGE=Error Message:  %s
-ERR_LDAPPWMOD_FAILURE_MATCHED_DN=Matched DN:  %s
 INFO_LDAPPWMOD_SUCCESSFUL=The LDAP password modify operation was \
  successful
 INFO_LDAPPWMOD_ADDITIONAL_INFO=Additional Info:  %s
@@ -117,8 +108,6 @@
  the value
 INFO_COMPARE_CANNOT_READ_ASSERTION_VALUE_FROM_FILE=Unable to read the \
  assertion value from the specified file:  %s
-ERR_LDAPCOMPARE_NO_DNS=No entry DNs provided for the compare \
- operation
 INFO_LDAPCOMPARE_TOOL_DESCRIPTION=This utility can be used to perform \
  LDAP compare operations in the Directory Server
 INFO_LDAPMODIFY_TOOL_DESCRIPTION=This utility can be used to perform LDAP \
@@ -129,8 +118,6 @@
  password modify operations in the Directory Server
 INFO_LDAPSEARCH_TOOL_DESCRIPTION=This utility can be used to perform LDAP \
  search operations in the Directory Server
-ERR_LDAPCOMPARE_NO_ATTR=No attribute was specified to use as the \
- target for the comparison
 ERR_LDAPCOMPARE_INVALID_ATTR_STRING=Invalid attribute string '%s'. \
  The attribute string must be in one of the following forms: \
  'attribute:value', 'attribute::base64value', or 'attribute:<valueFilePath'
@@ -158,8 +145,6 @@
  %d
 INFO_DESCRIPTION_SIMPLE_PAGE_SIZE=Use the simple paged results control \
  with the given page size
-ERR_PAGED_RESULTS_REQUIRES_SINGLE_FILTER=The simple paged results \
- control may only be used with a single search filter
 ERR_TOOL_RESULT_CODE=Result Code:  %d (%s)
 ERR_TOOL_ERROR_MESSAGE=Additional Information:  %s
 ERR_TOOL_MATCHED_DN=Matched DN:  %s
@@ -195,7 +180,6 @@
 ERR_EFFECTIVERIGHTS_INVALID_AUTHZID=The authorization ID "%s" \
  contained in the geteffectiverights control is invalid because it does not \
  start with "dn:" to indicate a user DN
-INFO_DESCRIPTION_SCRIPT_FRIENDLY=Use script-friendly mode
 INFO_FILE_PLACEHOLDER={file}
 INFO_BASEDN_PLACEHOLDER={baseDN}
 INFO_ASSERTION_FILTER_PLACEHOLDER={filter}
@@ -203,7 +187,6 @@
 INFO_PROXYAUTHID_PLACEHOLDER={authzID}
 INFO_ATTRIBUTE_PLACEHOLDER={attribute}
 INFO_NUM_ENTRIES_PLACEHOLDER={numEntries}
-INFO_LDAP_CONTROL_PLACEHOLDER={controloid[:criticality[:value|::b64value|:<filePath]]}
 INFO_ATTRIBUTE_LIST_PLACEHOLDER={attrList}
 INFO_NEW_PASSWORD_PLACEHOLDER={newPassword}
 INFO_CURRENT_PASSWORD_PLACEHOLDER={currentPassword}
@@ -214,11 +197,6 @@
 INFO_TIME_LIMIT_PLACEHOLDER={timeLimit}
 INFO_TARGETDN_PLACEHOLDER={targetDN}
 INFO_PSEARCH_PLACEHOLDER=ps[:changetype[:changesonly[:entrychgcontrols]]]
-ERR_TOOL_READING_FILE=An error occurred reading file \
- '%s'.  Check that the file exists and that you have read access rights to \
- it.  Details: %s
-ERR_LDAPCOMPARE_FILENAME_AND_DNS=Both entry DNs and a file name \
- were provided for the compare operation.  These arguments are not compatible
 ERR_DECODE_CONTROL_FAILURE=# %s
 INFO_SEARCHRATE_TOOL_DESCRIPTION=This utility can be used to measure \
   search throughput and response time of a directory service using \
@@ -394,10 +372,7 @@
 #
 # LDAPDelete
 #
-ERR_LDAPDELETE_FILENAME_AND_DNS=Both entry DNs and a file were provided for the delete operation. \
- These arguments are not compatible
 ERR_LDAPDELETE_READING_STDIN=An error occurred while reading DN(s) from standard input: '%s'
-INFO_DELETE_DESCRIPTION_FILENAME=File containing the DNs of the entries to delete
 INFO_DELETE_DESCRIPTION_DELETE_SUBTREE=Delete the specified entry and all entries below it
 INFO_LDAPDELETE_TOOL_DESCRIPTION=This utility can be used to perform LDAP delete operations in the Directory Server.\n \
  If standard input is used to specify entries to remove, end your input with EOF (Ctrl+D on UNIX, Ctrl+Z on Windows)
@@ -422,4 +397,3 @@
 SUPPLEMENT_DESCRIPTION_MAKELDIF=<xinclude:include href="description-makeldif.xml" />
 SUPPLEMENT_DESCRIPTION_RESOURCE_PATH=<xinclude:include href="description-resource-path.xml" />
 SUPPLEMENT_DESCRIPTION_PSEARCH_INFO=<xinclude:include href="description-psearch-info.xml" />
-SUPPLEMENT_DESCRIPTION_CONTROLS=<xinclude:include href="variablelist-ldap-controls.xml" />

--
Gitblit v1.10.0