From 60f5dfd7eaa64aa931033c0e5266391ecbbc96fa Mon Sep 17 00:00:00 2001 From: Nicolas Capponi <nicolas.capponi@forgerock.com> Date: Wed, 25 Sep 2013 07:31:13 +0000 Subject: [PATCH] Fix OPENDJ-18 - keystore import failes due to empty PIN Review CR-2353 --- opends/src/messages/messages/extension.properties | 16 +--------------- 1 files changed, 1 insertions(+), 15 deletions(-) diff --git a/opends/src/messages/messages/extension.properties b/opends/src/messages/messages/extension.properties index ecc6d0d..4b30b1c 100644 --- a/opends/src/messages/messages/extension.properties +++ b/opends/src/messages/messages/extension.properties @@ -21,7 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. -# Portions Copyright 2011-2012 ForgeRock AS +# Portions Copyright 2011-2013 ForgeRock AS @@ -135,13 +135,6 @@ SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_60=An unexpected \ error occurred while trying to determine the value of configuration attribute \ ds-cfg-key-store-pin in configuration entry %s: %s -SEVERE_ERR_FILE_KEYMANAGER_NO_PIN_61=Configuration entry %s does not specify \ - a means of determining the PIN needed to access the contents of the \ - file-based key manager. The PIN may be specified in a Java property (named \ - by attribute ds-cfg-key-store-pin-property), an environment variable (named \ - by attribute ds-cfg-key-store-pin-environment-variable), a text file (named \ - by attribute ds-cfg-key-store-pin-file), or directly in the entry using \ - attribute ds-cfg-key-store-pin SEVERE_ERR_FILE_KEYMANAGER_CANNOT_LOAD_62=An error occurred while trying to \ load the keystore contents from file %s: %s SEVERE_ERR_FILE_KEYMANAGER_INVALID_TYPE_63=The keystore type %s specified in \ @@ -167,13 +160,6 @@ SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_79=An unexpected \ error occurred while trying to determine the value of configuration attribute \ ds-cfg-key-store-pin in configuration entry %s: %s -SEVERE_ERR_PKCS11_KEYMANAGER_NO_PIN_80=Configuration entry %s does not \ - specify a means of determining the PIN needed to access the contents of the \ - PKCS#11 key manager. The PIN may be specified in a Java property (named by \ - attribute ds-cfg-key-store-pin-property), an environment variable (named by \ - attribute ds-cfg-key-store-pin-environment-variable), a text file (named by \ - attribute ds-cfg-key-store-pin-file), or directly in the entry using \ - attribute ds-cfg-key-store-pin SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_LOAD_81=An error occurred while trying to \ access the PKCS#11 key manager: %s SEVERE_ERR_FILE_KEYMANAGER_CANNOT_CREATE_FACTORY_83=An error occurred while \ -- Gitblit v1.10.0