From 4b1d6c96c36b2c9de904520649dac89bd46c544c Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Mon, 31 May 2010 09:44:06 +0000
Subject: [PATCH] Fix an issue in MakeLDIF (NPE) with presence:n tag on RDN attribute
---
opendj-sdk/opends/src/messages/messages/tools.properties | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties
index 7139858..fa245b2 100644
--- a/opendj-sdk/opends/src/messages/messages/tools.properties
+++ b/opendj-sdk/opends/src/messages/messages/tools.properties
@@ -2564,3 +2564,7 @@
INFO_TIMEOUT_PLACEHOLDER_1711={timeout}
INFO_DESCRIPTION_CONNECTION_TIMEOUT_1712=Maximum length of time (in \
milliseconds) that can be taken to establish a connection
+MILD_ERR_MAKELDIF_CANNOT_WRITE_ENTRY_WITHOUT_DN_1713=An error occurred while \
+attempting to write entry to LDIF: Could not calculate the DN for the \
+entry (no value found for the RDN attribute %s)
+
--
Gitblit v1.10.0