From 16204ee68758e8a08375c605390d633ca915f824 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Tue, 22 Dec 2015 17:31:02 +0000 Subject: [PATCH] OPENDJ-2516: improve configuration validation for tamper proof logging --- opendj-server-legacy/src/messages/org/opends/messages/logger.properties | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/logger.properties b/opendj-server-legacy/src/messages/org/opends/messages/logger.properties index 4bfde52..56ff161 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/logger.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/logger.properties @@ -70,7 +70,7 @@ ERR_LOGGER_ERROR_ENFORCING_RETENTION_POLICY_12=Error occurred while \ enforcing retention policy %s for logger %s: %s ERR_COMMON_AUDIT_CREATE_13=Error occurred while creating common audit \ - facility: %s + facility: %s ERR_COMMON_AUDIT_ADD_OR_UPDATE_LOG_PUBLISHER_14=Error while creating \ or updating common audit log publisher %s: %s ERR_COMMON_AUDIT_REMOVE_LOG_PUBLISHER_15=Error while removing common audit log \ @@ -105,4 +105,10 @@ ERR_COMMON_AUDIT_ERROR_READING_KEYSTORE_PIN_FILE_29=Error while processing \ common audit log publisher %s, the keystore pin file %s could not be read: %s ERR_COMMON_AUDIT_KEYSTORE_PIN_FILE_CONTAINS_EMPTY_PIN_30=Error while processing \ - common audit log publisher %s, the keystore pin file %s contains an empty pin \ No newline at end of file + common audit log publisher %s, the keystore pin file %s contains an empty pin +ERR_COMMON_AUDIT_KEYSTORE_FILE_MISSING_31=Error while processing \ + common audit log publisher %s, the keystore file %s is missing +ERR_COMMON_AUDIT_ERROR_READING_KEYSTORE_FILE_32=Error while processing \ + common audit log publisher %s, the keystore file %s could not be read: %s +ERR_COMMON_AUDIT_KEYSTORE_FILE_IS_EMPTY_33=Error while processing \ + common audit log publisher %s, the keystore file %s is empty -- Gitblit v1.10.0