From c543bd8a63f66262b7511ba5f90962a497bf0adf 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 --- opends/src/messages/messages/schema.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/schema.properties b/opends/src/messages/messages/schema.properties index 3e18ae2..798246a 100644 --- a/opends/src/messages/messages/schema.properties +++ b/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