From 902d677f1d79cfa169f0c021f294543eb26bb327 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 24 Mar 2011 17:14:25 +0000
Subject: [PATCH] Fix for OPENDJ-58 : cn=schema attribute store twice in 99-user.ldif schema file. Prevent replication from adding cn and other schema attributes to the extra-attribute that are added to the schema entry written to the LDIF file. Fix also some messages (and translations) 

---
 opends/src/messages/messages/backend.properties |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/opends/src/messages/messages/backend.properties b/opends/src/messages/messages/backend.properties
index b20b339..6ab978d 100644
--- a/opends/src/messages/messages/backend.properties
+++ b/opends/src/messages/messages/backend.properties
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #      Copyright 2006-2010 Sun Microsystems, Inc.
-
+#      Portions Copyright 2011 ForgeRock AS
 
 
 #
@@ -617,7 +617,7 @@
  support the %s modification type
 MILD_ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=The schema backend does \
  not support the modification of the %s attribute type.  Only attribute types, \
- object classes, name forms, DIT content rules, DIT structure rules, and \
+ object classes, ldap syntaxes, name forms, DIT content rules, DIT structure rules, and \
  matching rule uses may be modified
 MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=An error occurred while \
  attempting to decode the attribute type "%s":  %s
@@ -1164,3 +1164,5 @@
  recurring task schedule value has an invalid month of the year token
 SEVERE_ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_SIMPLE_424=The provided \
  recurring task schedule value has an invalid day of the week token
+MILD_ERR_SCHEMA_INVALID_REPLACE_MODIFICATION_425=The schema backend does \
+ not support the Replace modification type for the %s attribute type
\ No newline at end of file

--
Gitblit v1.10.0