From 1222fa1407143a33312cdb8532212cd715062afe Mon Sep 17 00:00:00 2001 From: coulbeck <coulbeck@localhost> Date: Wed, 05 Sep 2007 19:44:39 +0000 Subject: [PATCH] Enable replication session authentication. - Adds a thread to synchronize the server instance certificates from the admin data branch to the local trust store backend. - Replaces the blind trust managers in the replication session with trust managers that use the local trust store. --- opends/src/messages/messages/core.properties | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index c65a87e..49a1ac4 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -1655,3 +1655,11 @@ INFO_DSCORE_DESCRIPTION_LASTKNOWNGOODCFG_652=Attempt to start using the \ configuration that was in place at the last successful startup (if it is \ available) rather than using the current active configuration +INFO_TRUSTSTORESYNC_ADMIN_SUFFIX_SEARCH_FAILED_653=Error while searching base \ + %s to synchronize the trust store: %s +SEVERE_ERR_TRUSTSTORESYNC_EXCEPTION_654=An error occurred in the trust store \ + synchronization thread: %s +INFO_TRUSTSTORESYNC_ADD_FAILED_655=Error while trying to add entry %s \ + to the trust store: %s +INFO_TRUSTSTORESYNC_DELETE_FAILED_656=Error while trying to delete entry %s \ + from the trust store: %s -- Gitblit v1.10.0