From 5db985b08760a12f0ccfe27f4872cb8806831175 Mon Sep 17 00:00:00 2001 From: Patrick Diligent <patrick.diligent@forgerock.com> Date: Wed, 22 Jul 2015 12:37:35 +0000 Subject: [PATCH] OPENDJ-1056 CR-7615 --- opendj-server-legacy/src/messages/org/opends/messages/protocol.properties | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/protocol.properties b/opendj-server-legacy/src/messages/org/opends/messages/protocol.properties index ddca568..91d6c42 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/protocol.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/protocol.properties @@ -907,7 +907,12 @@ whitespace character at the current position: %s ERR_GSER_NO_VALID_IDENTIFIEDCHOICE_1523=The GSER value does not \ contain a valid IdentifiedChoiceValue at the current position: %s -INFO_NULL_KEY_PROVIDER_MANAGER_1524=The keystore %s seems to be missing, \ - this may render the secure port inoperative for '%s' +ERR_NULL_KEY_PROVIDER_MANAGER_1524=The keystore %s seems to be missing, \ + this may render the secure port inoperative for '%s'. \ + Verify the keystore setting in the configuration. ERR_PROXYAUTH_AUTHZ_NOT_PERMITTED_1525=Authorization as '%s' specified in \ the proxied authorization control is not permitted +ERR_KEYSTORE_DOES_NOT_CONTAIN_ALIAS_1526=The key with alias '%s' was not found for '%s'. \ + Verify that the keystore is properly configured +ERR_INVALID_KEYSTORE_1527=No usable key was found for '%s'. Verify the keystore content +INFO_DISABLE_CONNECTION_1528=Disabling %s -- Gitblit v1.10.0