From 486ffa6d0abfa0b91dc7ab22ee71758b5eecfb88 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 26 Sep 2007 18:57:15 +0000
Subject: [PATCH] Fix for 2306: configure replication encryption on or off in dsreplication and setup-gui
---
opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java b/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
index 9f3d014..252af42 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
@@ -110,6 +110,10 @@
*/
SUFFIXES_TO_REPLICATE,
/**
+ * The value associated with this is a Boolean.
+ */
+ REPLICATION_SECURE,
+ /**
* The value associated with this is a String.
*/
REPLICATION_PORT,
@@ -147,11 +151,16 @@
*/
GLOBAL_ADMINISTRATOR_PWD_CONFIRM,
/**
- * The value associated with this is a Map where the key is a ServerDescriptor
- * and the value an Integer.
+ * The value associated with this is a Map where the key is a String and the
+ * value a String.
*/
REMOTE_REPLICATION_PORT,
/**
+ * The value associated with this is a Map where the key is a String and the
+ * value a Boolean.
+ */
+ REMOTE_REPLICATION_SECURE,
+ /**
* The value associated with this is a Boolean.
*/
SERVER_START,
--
Gitblit v1.10.0