From 9802403bc29dc60acb41df7b1b3ece57f05d2034 Mon Sep 17 00:00:00 2001
From: Yannick Lecaillez <ylecaillez@forgerock.com>
Date: Fri, 16 Oct 2015 08:45:36 +0000
Subject: [PATCH] OPENDJ-2341: dsreplication initialize-all task fails with STOPPED_BY_ERROR.
---
opendj-server-legacy/src/main/java/org/opends/server/config/ConfigConstants.java | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/config/ConfigConstants.java b/opendj-server-legacy/src/main/java/org/opends/server/config/ConfigConstants.java
index 2e047e3..6e4bb09 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/config/ConfigConstants.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/config/ConfigConstants.java
@@ -2822,12 +2822,6 @@
public static final String ADS_CERTIFICATE_ALIAS = "ads-certificate";
/**
- * Alias of the local instance certificate in the ADS keystore using elliptic curve.
- */
- public static final String ADS_CERTIFICATE_EC_ALIAS = ADS_CERTIFICATE_ALIAS + "-ec";
-
-
- /**
* The DN of the entry that will serve as the base for local ADS trust store
* information.
*/
--
Gitblit v1.10.0