summaryrefslogtreecommitdiffstats
path: root/pki/dogtag/common-ui
diff options
context:
space:
mode:
authorvakwetu <vakwetu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-03-09 07:09:38 +0000
committervakwetu <vakwetu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-03-09 07:09:38 +0000
commit398e4c4f5fd98485de1134e0367317bad1e319c3 (patch)
treed1b0f1d2342f92a02f9f8cb810591188e75ff8db /pki/dogtag/common-ui
parentae195e547398b8e3be676358a44676b2148ce50e (diff)
downloadpki-398e4c4f5fd98485de1134e0367317bad1e319c3.tar.gz
pki-398e4c4f5fd98485de1134e0367317bad1e319c3.tar.xz
pki-398e4c4f5fd98485de1134e0367317bad1e319c3.zip
Bugzilla #683173: pkisilent needs to provide option to set nsDS5ReplicaTransportInfo to TLS in replication agreements when creating a clone
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1887 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/dogtag/common-ui')
-rw-r--r--pki/dogtag/common-ui/shared/admin/console/config/databasepanel.vm7
1 files changed, 7 insertions, 0 deletions
diff --git a/pki/dogtag/common-ui/shared/admin/console/config/databasepanel.vm b/pki/dogtag/common-ui/shared/admin/console/config/databasepanel.vm
index 0a2253d30..36439b4e6 100644
--- a/pki/dogtag/common-ui/shared/admin/console/config/databasepanel.vm
+++ b/pki/dogtag/common-ui/shared/admin/console/config/databasepanel.vm
@@ -41,6 +41,10 @@ function toggle_details()
<div id=details style="display: none;">
<p>
Each instance needs access to a Fedora Directory Server instance to store requests and records. Each PKI instance may create its own associated internal database, or may share an existing internal database. To share an existing internal database instance, a PKI instance would only need to establish a unique distinguished name (DN) using the field entitled <b>Base DN</b> and a unique database name using the field entitled <b>Database</b>.
+#if ($clone == "clone")
+<p>
+If the replication between the masters and clones occurs on the non-SSL port, it is still possible to require the replication to be SSL encrypted by selecting <b> Use StartTLS with replication agreements</b> below. In order for this operation to be successful, the database instances must be SSL enabled before continuing beyond this panel.
+#end
</div>
<p>
<i>Note: If the Fedora Directory Server is at a remote host, it is highly recommended that SSL should be used.</i>
@@ -88,6 +92,9 @@ Each instance needs access to a Fedora Directory Server instance to store reques
</table>
<input type="hidden" name="display" value=$displayStr />
+#if ($clone == "clone")
+ <input type="CHECKBOX" NAME="cloneStartTLS"/>Use StartTLS with replication agreements.<p>
+#end
<input type="CHECKBOX" NAME="removeData">Remove the existing data from the <b>Base DN</b> shown above.<p>
<div align="right">