From 801fa1c00effec79421fbf68ad88fc6163fd3c34 Mon Sep 17 00:00:00 2001
From: Fabio Pistolesi <fabio.pistolesi@forgerock.com>
Date: Thu, 24 Nov 2016 16:24:46 +0000
Subject: [PATCH] OPENDJ-3419 Introduce Service Discovery Mechanism and related configuration manager OPENDJ-3420 Introduce server group mechanism configuration for manually configured servers OPENDJ-3421 Introduce server group mechanism configuration for querying a replication topology

---
 opendj-server-legacy/src/main/java/org/opends/server/config/ConfigConstants.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 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 36cfe14..69303d2 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
@@ -3034,6 +3034,13 @@
 
 
   /**
+   * The DN of the entry that will serve as the base for all Directory Server
+   * service discovery mechanisms, used by proxy.
+   */
+  public static final String DN_SERVICE_DISCOVERY_BASE = "Service Discovery Mechanisms" + DN_CONFIG_ROOT;
+
+
+  /**
    * The DN of the entry that will serve as the base for the configuration for
    * all Directory Server synchronization providers.
    */

--
Gitblit v1.10.0