From eed06b320cbb075d8a47ef94187876534402c071 Mon Sep 17 00:00:00 2001
From: coulbeck <coulbeck@localhost>
Date: Tue, 09 Oct 2007 18:54:06 +0000
Subject: [PATCH] More changes for Issue 466. When importing a secret key entry from ADS into the crypto manager, if a symmetric key that can be decoded by this instance is not present then request it from another server using the Get Symmetric Key extended operation. Tested by configuring two servers to use 3DES password storage scheme in the default password policy, enabling replication between them and verifying that a user can bind with password to both instances.
---
opends/src/server/org/opends/server/core/DirectoryServer.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/core/DirectoryServer.java b/opends/src/server/org/opends/server/core/DirectoryServer.java
index 39beb04..2e284ba 100644
--- a/opends/src/server/org/opends/server/core/DirectoryServer.java
+++ b/opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -1427,8 +1427,8 @@
}
- // Start a thread to synchronize the trust store.
- new TrustStoreSyncThread().start();
+ // Create an object to synchronize ADS with the crypto manager.
+ new CryptoManagerSync();
// If we should write a copy of the config on successful startup, then do
// so now.
--
Gitblit v1.10.0