From 0b3e7244c6e8eb60da49d12cc7c34391c4909136 Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Fri, 28 May 2010 09:36:38 +0000
Subject: [PATCH] Fix for issue #4390. Reject malformed RDNs in ModifyDN requests. Tests updated.

---
 opends/src/messages/messages/core.properties |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties
index 2cdf09d..96ba3db 100644
--- a/opends/src/messages/messages/core.properties
+++ b/opends/src/messages/messages/core.properties
@@ -1831,4 +1831,6 @@
 INFO_RESULT_UNDEFINED_725=Undefined
 SEVERE_ERR_PWPOLICY_NO_PWDPOLICY_OC_726=The entry %s does not contain the \
  pwdPolicy objectclass, which is required for Directory Server password policy
-
+MILD_ERR_RDN_MISSING_ATTRIBUTE_VALUE_727=Unable to decode the provided string "%s" \
+ as a relative distinguished name because it does not contain a value \
+ for attribute type %s

--
Gitblit v1.10.0