From aad596c8559b3d3d081617736cdbeda1374f017b Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Fri, 11 May 2012 21:58:30 +0000 Subject: [PATCH] Fix OPENDJ-482: Validation for the CertificateSyntax --- opends/src/messages/messages/schema_es.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/schema_es.properties b/opends/src/messages/messages/schema_es.properties index 82fd7a2..faadfe0 100644 --- a/opends/src/messages/messages/schema_es.properties +++ b/opends/src/messages/messages/schema_es.properties @@ -376,3 +376,9 @@ MILD_ERR_ATTR_SYNTAX_LDAPSYNTAX_EXTENSION_INVALID_CHARACTER_327=No se pudo analizar el valor proporcionado "%s" como sintaxis LDAP porque se encontr\u00f3 un car\u00e1cter no v\u00e1lido en la posici\u00f3n %d MILD_ERR_ATTR_SYNTAX_LDAPSYNTAX_EXPECTED_CLOSE_PARENTHESIS_328=No se pudo analizar el valor proporcionado "%s" como sintaxis LDAP porque conten\u00eda un par\u00e9ntesis de cierre inesperado en la posici\u00f3n %d MILD_ERR_ATTR_SYNTAX_LDAPSYNTAX_EXPECTED_QUOTE_AT_POS_329=No se pudo analizar el valor proporcionado "%s" como sintaxis LDAP porque, en lugar de la comilla sencilla esperada en la posici\u00f3n %d, se encontr\u00f3 el car\u00e1cter %s +SEVERE_ERR_SYNTAX_CERTIFICATE_NOTVALID_330=The provided value is not a valid \ + X.509 Certificate +SEVERE_ERR_SYNTAX_CERTIFICATE_INVALID_VERSION_331=The provided value is not \ + 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 -- Gitblit v1.10.0