From 8e2695ed04e4b447f4eaae96ef5104e22f96009b Mon Sep 17 00:00:00 2001 From: sin <sin@localhost> Date: Tue, 21 Jul 2009 04:51:11 +0000 Subject: [PATCH] issue# 4120:Provide an implementation for enumeration syntax --- opendj-sdk/opends/src/messages/messages/schema.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/schema.properties b/opendj-sdk/opends/src/messages/messages/schema.properties index 3e18ae2..798246a 100644 --- a/opendj-sdk/opends/src/messages/messages/schema.properties +++ b/opendj-sdk/opends/src/messages/messages/schema.properties @@ -1009,3 +1009,9 @@ MILD_WARN_ATTR_SYNTAX_LDAPSYNTAX_REGEX_INVALID_PATTERN_309=The provided value \ "%s" could not be parsed as a regex syntax because the provided regex \ pattern "%s" is invalid +MILD_WARN_ATTR_SYNTAX_LDAPSYNTAX_ENUM_INVALID_VALUE_310=The provided value \ + "%s" cannot be parsed because it is not allowed by enumeration syntax \ + with OID "%s" +MILD_WARN_ATTR_SYNTAX_LDAPSYNTAX_ENUM_DUPLICATE_VALUE_311=The provided value \ + "%s" cannot be parsed as an enumeration syntax because it contains a \ + duplicate value "%s" at position %d -- Gitblit v1.10.0