From 8c4d7b2c20d2925ad3d61d9938160bc5261ee806 Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Wed, 02 Jul 2008 17:38:36 +0000 Subject: [PATCH] Fix to defect 1805: Added options to LDIFdiff to ignore specific attributes or entries when comparing LDIF files. --ignoreattrs (-a) <FILE> --ignoreentries (-e) <FILE> Contribution from Gautam Gopalakrishnan, Sun Microsystems, Inc. --- opendj-sdk/opends/src/messages/messages/tools.properties | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties index 38562b1..a3e9a83 100644 --- a/opendj-sdk/opends/src/messages/messages/tools.properties +++ b/opendj-sdk/opends/src/messages/messages/tools.properties @@ -2359,5 +2359,13 @@ that the provided trust store exists and that you have read access rights to it SEVERE_ERR_CANNOT_READ_KEYSTORE_1611=Cannot access key store '%s'. Verify \ that the provided key store exists and that you have read access rights to it - - +INFO_LDIFDIFF_DESCRIPTION_IGNORE_ATTRS_1612=File containing a list of attributes \ + to ignore when computing the difference +INFO_LDIFDIFF_DESCRIPTION_IGNORE_ENTRIES_1613=File containing a list of entries (DN) \ + to ignore when computing the difference +SEVERE_ERR_LDIFDIFF_CANNOT_READ_FILE_IGNORE_ENTRIES_1614=An error occurred while attempting \ + to read the file '%s' containing the list of ignored entries: %s +SEVERE_ERR_LDIFDIFF_CANNOT_READ_FILE_IGNORE_ATTRIBS_1615=An error occurred while attempting \ + to read the file '%s' containing the list of ignored attributes: %s +INFO_LDIFDIFF_CANNOT_PARSE_STRING_AS_DN_1616=The string '%s' from file '%s' could \ + not be parsed as a dn -- Gitblit v1.10.0