From 4efdec101fe7fe745e2736358e31b8780760b787 Mon Sep 17 00:00:00 2001 From: sin <sin@localhost> Date: Fri, 10 Apr 2009 18:11:47 +0000 Subject: [PATCH] issue# 3445: Normalization of multi-valued RDNs --- opends/src/messages/messages/schema.properties | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/schema.properties b/opends/src/messages/messages/schema.properties index e3304d5..19e80e5 100644 --- a/opends/src/messages/messages/schema.properties +++ b/opends/src/messages/messages/schema.properties @@ -20,7 +20,7 @@ # # CDDL HEADER END # -# Copyright 2006-2008 Sun Microsystems, Inc. +# Copyright 2006-2009 Sun Microsystems, Inc. @@ -916,4 +916,7 @@ rule %s under matching rule entry %s is invalid as the locale %s is not supported \ by JVM MILD_WARN_ATTR_INVALID_COLLATION_MATCHING_RULE_FORMAT_281=The provided \ - collation rule %s does not contain a valid format of OID:LOCALE \ No newline at end of file + collation rule %s does not contain a valid format of OID:LOCALE +MILD_ERR_ATTR_SYNTAX_DN_INVALID_REQUIRES_ESCAPE_CHAR_282=The provided \ + value "%s" could not be parsed as a valid distinguished name because an \ + attribute value started with a character at position %d that needs to be escaped -- Gitblit v1.10.0