summaryrefslogtreecommitdiffstats
path: root/pki/dogtag/tps-ui/shared/docroot/tps/admin/console
diff options
context:
space:
mode:
authorvakwetu <vakwetu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-04-01 01:31:21 +0000
committervakwetu <vakwetu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-04-01 01:31:21 +0000
commit22c9a1a31a9a5cf4a1234c373c98d3388210f62c (patch)
tree859a6f171266db1fbcc2d70035886a04e88d696e /pki/dogtag/tps-ui/shared/docroot/tps/admin/console
parent012d853d21acba301c306b12e71ca744ccee1732 (diff)
downloadpki-22c9a1a31a9a5cf4a1234c373c98d3388210f62c.tar.gz
pki-22c9a1a31a9a5cf4a1234c373c98d3388210f62c.tar.xz
pki-22c9a1a31a9a5cf4a1234c373c98d3388210f62c.zip
Bugzilla BZ#691867: add ldaps support through perLDAP
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1939 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/dogtag/tps-ui/shared/docroot/tps/admin/console')
-rw-r--r--pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/authdbpanel.vm10
-rw-r--r--pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/databasepanel.vm2
2 files changed, 7 insertions, 5 deletions
diff --git a/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/authdbpanel.vm b/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/authdbpanel.vm
index c4ce92ead..0f32be000 100644
--- a/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/authdbpanel.vm
+++ b/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/authdbpanel.vm
@@ -47,12 +47,14 @@ If, however, the end user's identity fails to be verified, TPS will not establis
<th>Host:</th>
<td><input type="text" length="128" size="40" name="host" value="$hostname" /></td>
</tr>
-
+
<tr>
<th>Port:</th>
-
- <td><input type="text" length="64" size="40" name="port" value="$portStr" /></td>
- </tr>
+
+ <td><input type="text" length="64" size="40" name="port" value="$portStr" />
+ <input type="CHECKBOX" NAME="secureConn" value="true">SSL </td>
+ </tr>
+
<tr>
<th>Base DN:</th>
<td><input type="text" length="128" size="40" name="basedn" value="$basedn" /></td>
diff --git a/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/databasepanel.vm b/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/databasepanel.vm
index ac8c719c9..1020ea39c 100644
--- a/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/databasepanel.vm
+++ b/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/databasepanel.vm
@@ -59,7 +59,7 @@ Each instance needs access to a Fedora Directory Server instance to store reques
<th>Port:</th>
<td><input type="text" size="40" name="port" value="$portStr" />
-<input type="CHECKBOX" NAME="secureConn">SSL
+<input type="CHECKBOX" NAME="secureConn" value="true">SSL
</td>
</tr>
<tr>