From a64eeca99c07bc4bdbb65d4a3643dc77c65f2095 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 09 Apr 2009 09:18:07 +0000
Subject: [PATCH] Fix for issue 2642 (ldif-diff doesn't detect differences in encoded values)

---
 opends/src/messages/messages/tools.properties |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index 660404f..1fe2395 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -2470,10 +2470,10 @@
 
 SEVERE_ERR_STOPDS_DATETIME_ALREADY_PASSED_1669=The specified stop time '%s' \
  has already passed
- 
+
 SEVERE_ERR_LDAPCOMPARE_FILENAME_AND_DNS_1670=Both entry DNs and a file name \
  were provided for the compare operation.  These arguments are not compatible
- 
+
 # The following chars correspond to the following properties:
 # INFO_TASKINFO_CMD_REFRESH_1415=refresh
 # INFO_TASKINFO_CMD_CANCEL_1416=cancel task
@@ -2481,4 +2481,11 @@
 INFO_TASKINFO_CMD_REFRESH_CHAR_1671=r
 INFO_TASKINFO_CMD_CANCEL_CHAR_1672=c
 INFO_TASKINFO_CMD_VIEW_LOGS_CHAR_1673=l
- 
\ No newline at end of file
+
+INFO_LDIFDIFF_DESCRIPTION_CHECK_SCHEMA_1674=Takes into account the syntax of \
+ the attributes as defined in the schema to make the value comparison.  The \
+ provided LDIF files must be conform to the server schema
+SEVERE_WARN_LDIFDIFF_NO_CONFIG_FILE_1675=WARNING:  no configuration file was \
+ provided as argument.  No schema check will be performed.  If this is being \
+ called throught the '%s' command-line, verify that the script has not been \
+ modified

--
Gitblit v1.10.0