From 43e9c7913fc664b725e167090fe6d389a4558315 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 08 Jun 2007 14:43:45 +0000
Subject: [PATCH] The following commit adds all the code necessary to be able to configure replication using the setup.

---
 opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java b/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
index 5415ca7..72bb85f 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
@@ -48,6 +48,10 @@
   /**
    * The value associated with this is a String.
    */
+  HOST_NAME,
+  /**
+   * The value associated with this is a String.
+   */
   SERVER_PORT,
   /**
    * The value associated with this is a String.
@@ -96,6 +100,10 @@
   /**
    * The value associated with this is a String.
    */
+  REPLICATION_PORT,
+  /**
+   * The value associated with this is a String.
+   */
   REMOTE_SERVER_DN,
   /**
    * The value associated with this is a String.
@@ -110,6 +118,11 @@
    */
   REMOTE_SERVER_PORT,
   /**
+   * Whether the Remote Server Port is a secure port or not.  The value
+   * associated with this is a Boolean.
+   */
+  REMOTE_SERVER_IS_SECURE_PORT,
+  /**
    * The value associated with this is a String.
    */
   GLOBAL_ADMINISTRATOR_UID,
@@ -122,6 +135,11 @@
    */
   GLOBAL_ADMINISTRATOR_PWD_CONFIRM,
   /**
+   * The value associated with this is a Map where the key is a ServerDescriptor
+   * and the value an Integer.
+   */
+  REMOTE_REPLICATION_PORT,
+  /**
    * The value associated with this is a Boolean.
    */
   SERVER_START,

--
Gitblit v1.10.0