From 6912362c6715306768c8fc14dd18ad9293e4c2ca Mon Sep 17 00:00:00 2001 From: abobrov <abobrov@localhost> Date: Fri, 25 Dec 2009 18:28:32 +0000 Subject: [PATCH] - land Subentry Manager and Collective Attributes implementations; Merry XMAS to yall! --- opends/src/messages/messages/schema.properties | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/opends/src/messages/messages/schema.properties b/opends/src/messages/messages/schema.properties index 2fff3d5..15c5608 100644 --- a/opends/src/messages/messages/schema.properties +++ b/opends/src/messages/messages/schema.properties @@ -881,9 +881,6 @@ 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 -SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_COLLECTIVE_FROM_NONCOLLECTIVE_269=The \ - definition for attribute type %s is invalid because it is defined as a \ - collective type but the superior type %s is not collective 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 @@ -893,9 +890,6 @@ MILD_ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_AUXILIARY_272=The DIT content \ rule "%s" is not valid because it prohibits the use of attribute type %s \ which is required by the associated auxiliary object class %s -SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_COLLECTIVE_IS_OPERATIONAL_273=The definition \ - for attribute type %s is invalid because it is declared COLLECTIVE but does \ - not have a usage of userApplications SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_NO_USER_MOD_NOT_OPERATIONAL_274=The \ definition for attribute type %s is invalid because it is declared \ NO-USER-MODIFICATION but does not have an operational usage -- Gitblit v1.10.0