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/server/org/opends/server/core/DirectoryServer.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/core/DirectoryServer.java b/opends/src/server/org/opends/server/core/DirectoryServer.java
index a6528b2..0b93dd2 100644
--- a/opends/src/server/org/opends/server/core/DirectoryServer.java
+++ b/opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -1435,6 +1435,9 @@
       }
 
 
+      // Start a thread to synchronize the trust store.
+      new TrustStoreSyncThread().start();
+
       // If we should write a copy of the config on successful startup, then do
       // so now.
       if (saveConfigOnSuccessfulStartup)

--
Gitblit v1.10.0