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/core.properties | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index d292f67..60ad090 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -1853,3 +1853,11 @@ operation has been rejected because request handler thread was interrupted \ while attempting to put the operation on the work queue INFO_DISCONNECT_DUE_TO_INVALID_CREDENTIALS_741=Invalid Credentials +SEVERE_WARN_ADD_OP_INVALID_SYNTAX_NO_VALUE_742=Entry "%s" contains a value for \ + attribute %s that is invalid according to the syntax for that attribute: %s +MILD_ERR_MODIFY_ADD_INVALID_SYNTAX_NO_VALUE_743=When attempting to modify entry \ + %s, one value for attribute %s was found to be invalid according to the \ + associated syntax: %s +MILD_ERR_MODIFY_REPLACE_INVALID_SYNTAX_NO_VALUE_744=When attempting to modify \ + entry %s to replace the set of values for attribute %s, one value was found to \ + be invalid according to the associated syntax: %s -- Gitblit v1.10.0