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/backend.properties |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/backend.properties b/opends/src/messages/messages/backend.properties
index fdc0654..312c05f 100644
--- a/opends/src/messages/messages/backend.properties
+++ b/opends/src/messages/messages/backend.properties
@@ -1140,3 +1140,13 @@
 because its dependency task %s is missing
 NOTICE_TASK_STARTED_413=%s task %s started execution
 NOTICE_TASK_FINISHED_414=%s task %s finished execution
+MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX_415=Unable to \
+ add ldap syntax description with OID %s because it conflicts with an existing ldap syntax description
+MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD_416=Unable to remove ldap syntax \
+ description %s from the server schema because no such ldap syntax \
+ description  is defined
+MILD_ERR_ATTR_SYNTAX_INVALID_SUBSTITUTION_SYNTAX_417=The provided value "%s" \
+ could not be parsed as a substitution syntax because its OID %s corresponds \
+ to an attribute syntax that is already implemented
+MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX_418=An error occurred while \
+ attempting to decode the ldapsyntax description "%s":  %s

--
Gitblit v1.10.0