summaryrefslogtreecommitdiffstats
path: root/pki/dogtag
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
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')
-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
-rw-r--r--pki/dogtag/tps/pki-tps.spec6
3 files changed, 12 insertions, 6 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>
diff --git a/pki/dogtag/tps/pki-tps.spec b/pki/dogtag/tps/pki-tps.spec
index 202328f6f..f35c7d09b 100644
--- a/pki/dogtag/tps/pki-tps.spec
+++ b/pki/dogtag/tps/pki-tps.spec
@@ -1,6 +1,6 @@
Name: pki-tps
Version: 9.0.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Dogtag Certificate System - Token Processing System
URL: http://pki.fedoraproject.org/
License: LGPLv2
@@ -28,6 +28,7 @@ Requires: pki-native-tools
Requires: pki-selinux
Requires: pki-setup
Requires: pki-tps-ui
+Requires: perl-Mozilla-LDAP
Requires(post): chkconfig
Requires(preun): chkconfig
Requires(preun): initscripts
@@ -218,6 +219,9 @@ fi
%{_libdir}/libtps.so
%changelog
+* Thu Mar 31 2011 Ade Lee <alee@redhat.com> 9.0.0-3
+- Bugzilla Bug 691867 - Add ldaps support for install wizard and sow pages
+
* Fri Jan 21 2011 Ade Lee <alee@redhat.com> 9.0.0-2
- Bugzilla Bug 606944- Use openldap instead of mozldap