From b09a646bc0b4e37e94eba36ff99cb33544ec3d73 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 Create ldapdelete tool in the sdk
---
opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 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 8915f93..75e0fa6 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
@@ -214,7 +214,7 @@
INFO_TIME_LIMIT_PLACEHOLDER={timeLimit}
INFO_TARGETDN_PLACEHOLDER={targetDN}
INFO_PSEARCH_PLACEHOLDER=ps[:changetype[:changesonly[:entrychgcontrols]]]
-ERR_LDAPCOMPARE_ERROR_READING_FILE=An error occurred reading file \
+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 \
@@ -342,6 +342,7 @@
ERR_LDAP_SEARCH_FAILED=The LDAP search request failed: %d (%s)
ERR_LDAP_MODIFY_FAILED=The LDAP modify request failed: %d (%s)
ERR_LDAP_COMPARE_FAILED=The LDAP compare request failed: %d (%s)
+ERR_LDAP_DELETE_FAILED=The LDAP delete request failed: %d (%s)
#
# AddRate Tool
#
@@ -390,6 +391,18 @@
Please use either 'base64 encode' or 'base64 decode'.
ERR_BASE64_ERROR_DECODING_RAW_DATA=Unable to decode provided data: %s
+#
+# 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)
+REF_SHORT_DESC_LDAPDELETE=perform LDAP delete operations
+
# Strings for generated reference documentation.
REF_SHORT_DESC_ADDRATE=measure add and delete throughput and response time
REF_SHORT_DESC_AUTHRATE=measure bind throughput and response time
--
Gitblit v1.10.0