From 66680d3613957ad09437fc8b64885a0ad87f9e53 Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Fri, 30 Jul 2010 11:59:52 +0000 Subject: [PATCH] Extend RFC3672 subtreeSpecification to allow OpenDS specific RelativeSubtreeSpec and AbsoluteSubtreeSpec. --- opends/src/messages/messages/schema.properties | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/schema.properties b/opends/src/messages/messages/schema.properties index 15c5608..ac0c7c2 100644 --- a/opends/src/messages/messages/schema.properties +++ b/opends/src/messages/messages/schema.properties @@ -20,7 +20,7 @@ # # CDDL HEADER END # -# Copyright 2006-2009 Sun Microsystems, Inc. +# Copyright 2006-2010 Sun Microsystems, Inc. @@ -881,6 +881,8 @@ SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_INVALID_SUPERIOR_USAGE_268=The definition \ for attribute type %s is invalid because its attribute usage %s is not the \ same as the usage for its superior type %s +MILD_ERR_ATTR_SYNTAX_SUBTREE_SPECIFICATION_INVALID_269=The provided \ + value "%s" could not be parsed as a valid subtree specification SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_NONCOLLECTIVE_FROM_COLLECTIVE_270=The \ definition for attribute type %s is invalid because it is not defined as a \ collective type but the superior type %s is collective @@ -1023,4 +1025,4 @@ conflicting value "%d" for m(Minute) specification MILD_WARN_ATTR_DUPLICATE_HOUR_ASSERTION_FORMAT_316=The provided \ value "%s" could not be parsed as a valid assertion value because there is \ - conflicting value "%d" for h(Hour) specification \ No newline at end of file + conflicting value "%d" for h(Hour) specification -- Gitblit v1.10.0