From b57960e67b69040394c9dcb687af52305fd47ab8 Mon Sep 17 00:00:00 2001
From: Manuel Gaupp <m.gaupp@scanplus.de>
Date: Mon, 13 Jan 2014 09:45:09 +0000
Subject: [PATCH] CR-1602 (OPENDJ-883) Implement certificateExactMatch matching rule

---
 opends/src/messages/messages/protocol.properties |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/protocol.properties b/opends/src/messages/messages/protocol.properties
index cc1fb4a..cc3b1b3 100644
--- a/opends/src/messages/messages/protocol.properties
+++ b/opends/src/messages/messages/protocol.properties
@@ -21,6 +21,7 @@
 #
 #      Copyright 2006-2009 Sun Microsystems, Inc.
 #      Portions copyright 2013 ForgeRock AS
+#      Portions copyright 2013-2014 Manuel Gaupp
 
 
 
@@ -892,3 +893,17 @@
 MILD_ERR_CONNHANDLER_CONFIG_CHANGES_REQUIRE_RESTART_1516=The server received \
  configuration changes that require a restart of the %s connection handler \
  to take effect
+MILD_ERR_GSER_PATTERN_NO_MATCH_1517=The GSER value does not contain a \
+ String matching the pattern %s at the current position: %s
+MILD_ERR_GSER_NO_VALID_SEPARATOR_1518=The GSER value does not contain a \
+ separator at the current position: %s
+MILD_ERR_GSER_NO_VALID_STRING_1519=The GSER value does not contain a valid \
+ String value at the current position: %s
+MILD_ERR_GSER_NO_VALID_INTEGER_1520=The GSER value does not contain a valid \
+ integer value at the current position: %s
+MILD_ERR_GSER_NO_VALID_IDENTIFIER_1521=The GSER value does not contain a \
+ valid identifier at the current position: %s
+MILD_ERR_GSER_SPACE_CHAR_EXPECTED_1522=The GSER value does not contain a \
+ whitespace character at the current position: %s
+MILD_ERR_GSER_NO_VALID_IDENTIFIEDCHOICE_1523=The GSER value does not \
+ contain a valid IdentifiedChoiceValue at the current position: %s

--
Gitblit v1.10.0