From 71512d1aab25aae01c2d74f0d5c40e6dc0e809c3 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 19 Apr 2007 18:55:16 +0000
Subject: [PATCH] The following changes are targetted to extend the Graphical Setup and provide the possibility of configuring SSL and Start TLS.
---
opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java | 4 ++++
1 files changed, 4 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 0fa8164..8a3fdf8 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
@@ -64,6 +64,10 @@
*/
DIRECTORY_BASE_DN, // the value associated with this is a String
/**
+ * The value associated with this is a SecurityOptions object.
+ */
+ SECURITY_OPTIONS,
+ /**
* The value associated with this is a DataOptions.Type.
*/
DATA_OPTIONS,
--
Gitblit v1.10.0