From b8b853dc80f789c90f3159a35f75966034a289aa Mon Sep 17 00:00:00 2001 From: sin <sin@localhost> Date: Fri, 10 Jul 2009 18:58:37 +0000 Subject: [PATCH] issue 4102: Provide implementation for substitution 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 bf4c5a7..35e5641 100644 --- a/opends/src/messages/messages/schema.properties +++ b/opends/src/messages/messages/schema.properties @@ -995,4 +995,10 @@ MILD_WARN_ATTR_CONFLICTING_ASSERTION_FORMAT_304=The provided \ value "%s" could not be parsed as a valid assertion value because more than \ one time units are not allowed +MILD_WARN_ATTR_LDAP_SYNTAX_ILLEGAL_CHAR_IN_OID_305=The provided value "%s" \ + could not be parsed as an ldap syntax because the OID contained an illegal \ + character %s at position %d +MILD_WARN_ATTR_SYNTAX_LDAPSYNTAX_UNKNOWN_EXT_306=The provided value "%s" \ + could not be parsed as an ldap syntax because it contains an unrecognized \ + extension %s at position %d -- Gitblit v1.10.0