From f7036e50348484f4daf39f9e8457de602ab83939 Mon Sep 17 00:00:00 2001 From: coulbeck <coulbeck@localhost> Date: Tue, 28 Aug 2007 15:54:13 +0000 Subject: [PATCH] Changes for replication security issues 511, 512, 608. --- opends/src/messages/messages/core.properties | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index 4731b81..23478ba 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -1645,3 +1645,10 @@ FATAL_ERR_CANNOT_SET_ENVIRONMENT_CONFIG_WHILE_RUNNING_648=The Directory \ Server is currently running. The environment configuration may not be \ altered while the server is online +SEVERE_ERR_CRYPTOMGR_SSL_CONTEXT_CANNOT_INITIALIZE_649=An error occurred \ + while attempting to initialize a SSL context for server to server \ + communication: %s +SEVERE_ERR_CRYPTOMGR_ADS_TRUST_STORE_BACKEND_NOT_ENABLED_650=The ADS trust \ + store backend %s is not enabled +SEVERE_ERR_CRYPTOMGR_ADS_TRUST_STORE_BACKEND_WRONG_CLASS_651=The backend %s \ + is not a trust store backend -- Gitblit v1.10.0