From df7b62b20ecbab7d319be6292c9a201b4021d52f Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Nov 2012 14:30:45 -0500 Subject: Reorganized TPS templates and scripts. The templates, JS, and CGI scripts for TPS have been reorganized into the TPS core package. Removed unused cfg.pl. Ticket #407 --- .../docroot/tps/admin/console/config/config_db.vm | 125 +++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 base/tps/apache/docroot/tps/admin/console/config/config_db.vm (limited to 'base/tps/apache/docroot/tps/admin/console/config/config_db.vm') diff --git a/base/tps/apache/docroot/tps/admin/console/config/config_db.vm b/base/tps/apache/docroot/tps/admin/console/config/config_db.vm new file mode 100644 index 000000000..ba40c7cee --- /dev/null +++ b/base/tps/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