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/admin/messages/PKCS11KeyManagerProviderCfgDefn_ko.properties |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/opends/src/admin/messages/PKCS11KeyManagerProviderCfgDefn_ko.properties b/opends/src/admin/messages/PKCS11KeyManagerProviderCfgDefn_ko.properties
index 2cf098a..cd1260c 100644
--- a/opends/src/admin/messages/PKCS11KeyManagerProviderCfgDefn_ko.properties
+++ b/opends/src/admin/messages/PKCS11KeyManagerProviderCfgDefn_ko.properties
@@ -2,7 +2,6 @@
 user-friendly-plural-name=PKCS11 Key Manager Providers
 synopsis=The PKCS11 Key Manager Provider enables the server to access the private key information through the PKCS11 interface.
 description=This standard interface is used by cryptographic accelerators and hardware security modules.
-constraint.1.synopsis=The key store pin must be specified using one of the key-store-pin properties when the PKCS11 Key Manager Provider is enabled.
 property.enabled.synopsis=Indicates whether the PKCS11 Key Manager Provider is enabled for use.
 property.java-class.synopsis=The fully-qualified name of the Java class that provides the PKCS11 Key Manager Provider implementation.
 property.key-store-pin.synopsis=Specifies the clear-text PIN needed to access the PKCS11 Key Manager Provider .

--
Gitblit v1.10.0