From 4a2f584d59872a5af42434de64f39755acb7a148 Mon Sep 17 00:00:00 2001 From: Chris Ridd <chris.ridd@forgerock.com> Date: Fri, 10 Aug 2012 09:30:43 +0000 Subject: [PATCH] Fix OPENDJ-562 Country String syntax should validate ISO 3166 codes --- opends/src/messages/messages/schema.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/schema.properties b/opends/src/messages/messages/schema.properties index 3cd2c95..55ee97e 100644 --- a/opends/src/messages/messages/schema.properties +++ b/opends/src/messages/messages/schema.properties @@ -22,6 +22,7 @@ # # Copyright 2006-2010 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS +# Portions Copyright 2012 Manuel Gaupp # @@ -1073,3 +1074,5 @@ a valid X.509 Certificate because it contains an invalid version number (%d) SEVERE_ERR_SYNTAX_CERTIFICATE_INVALID_DER_332=The provided value is not a valid \ X.509 Certificate because it contains invalid DER encodings +MILD_ERR_ATTR_SYNTAX_COUNTRY_NO_VALID_ISO_CODE_333=The provided value "%s" \ + is not a valid ISO 3166 country code -- Gitblit v1.10.0