From 61f9c830bc47c574b1d58e017c2007bed788126c Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Mon, 05 Jul 2010 09:34:28 +0000 Subject: [PATCH] Fix issue #2448. Improves error messages with password storage schemes when attempting to set a key length greater than allowed by the "Strong juridiction" policy files. --- opends/src/messages/messages/core.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index 2038de5..eb43ec8 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -1834,3 +1834,6 @@ MILD_ERR_RDN_MISSING_ATTRIBUTE_VALUE_727=Unable to decode the provided string "%s" \ as a relative distinguished name because it does not contain a value \ for attribute type %s +MILD_ERR_CRYPTOMGR_INVALID_SYMMETRIC_KEY_LENGTH_728=CryptoManager failed to \ + initialize because the specified cipher key length "%d" is beyond the \ + allowed cryptography strength "%d" in jurisdiction policy files -- Gitblit v1.10.0