From 20b9d956aab21a5a2a61162e6c88fbee5828a9e9 Mon Sep 17 00:00:00 2001 From: Jack Magne Date: Mon, 11 Aug 2014 17:25:21 -0700 Subject: Misc TPS packaging tasks: 1. Make sure the new TPS packages all the applet files, like the old TPS has done. 2. Create a small new package called "pki-tps-client", which will hold ONLY the command line utility "tpsclient" and all of its supporting libraries. 3. Move the directory pki/base/tps to pki/base/tps-client We will do this until we can rewrite "tpclien" on the new Java TPS system. Add package pki-tps-client. --- .../docroot/tps/admin/console/config/config_db.vm | 125 +++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 base/tps-client/apache/docroot/tps/admin/console/config/config_db.vm (limited to 'base/tps-client/apache/docroot/tps/admin/console/config/config_db.vm') diff --git a/base/tps-client/apache/docroot/tps/admin/console/config/config_db.vm b/base/tps-client/apache/docroot/tps/admin/console/config/config_db.vm new file mode 100644 index 000000000..ba40c7cee --- /dev/null +++ b/base/tps-client/apache/docroot/tps/admin/console/config/config_db.vm @@ -0,0 +1,125 @@ + + + + + + + Dogtag Certificate System + + + + + + + + + +
+#include ( "admin/console/config/header.vm" ) + + + + + +
+ + + + +
+

+ Internal Database

+ +
+ Internal Database Connection

This option allows sharing an internal database to improve managability.

+#if ($errorString != "") + $errorString +#end + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Host:
Port:
Base DN:
Database:
Bind DN:
Bind Password:
+ +

+
+   +
+ + +

+ + + + +
+ +
+ +

+ +
+ +
+
+ + + -- cgit