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/schema.properties |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/opends/src/messages/messages/schema.properties b/opends/src/messages/messages/schema.properties
index ff59978..e1ec32c 100644
--- a/opends/src/messages/messages/schema.properties
+++ b/opends/src/messages/messages/schema.properties
@@ -21,7 +21,7 @@
 #
 #      Copyright 2006-2010 Sun Microsystems, Inc.
 #      Portions Copyright 2011 ForgeRock AS
-#      Portions Copyright 2012 Manuel Gaupp
+#      Portions Copyright 2012-2014 Manuel Gaupp
 
 
 #
@@ -894,4 +894,15 @@
 MILD_ERR_ATTR_SYNTAX_COUNTRY_NO_VALID_ISO_CODE_333=The provided value "%s" \
  is not a valid ISO 3166 country code
 SEVERE_ERR_ATTR_SYNTAX_ILLEGAL_X_SCHEMA_FILE_334=The provided value "%s" is \
- not safe for X-SCHEMA-FILE
\ No newline at end of file
+ not safe for X-SCHEMA-FILE
+SEVERE_WARN_CERTIFICATE_MATCH_PARSE_ERROR_335=The value could not be parsed as \
+ an X.509 certificate: "%s"
+MILD_ERR_CERTIFICATE_MATCH_INVALID_DN_336=The provided value "%s" could \
+ not be parsed as a valid distinguished name because an error occurred while \
+ trying to parse the DN portion:  %s
+MILD_ERR_CERTIFICATE_MATCH_IDENTIFIER_NOT_FOUND_337=The identifier "%s" could \
+ not be found at the correct position
+MILD_ERR_CERTIFICATE_MATCH_EXPECTED_END_338=The GSER value contains additional \
+ characters at the end of the assertion
+MILD_ERR_CERTIFICATE_MATCH_GSER_INVALID_339=An error occured while parsing the \
+ the GSER String: "%s"

--
Gitblit v1.10.0