From d8f56d81126bdb7d60afeaf2015b598132884d83 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 moved into the TPS core package. Removed unused cfg.pl. Ticket #407 --- .../tps/admin/console/config/databasepanel.vm | 93 ++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 base/tps/apache/docroot/tps/admin/console/config/databasepanel.vm (limited to 'base/tps/apache/docroot/tps/admin/console/config/databasepanel.vm') diff --git a/base/tps/apache/docroot/tps/admin/console/config/databasepanel.vm b/base/tps/apache/docroot/tps/admin/console/config/databasepanel.vm new file mode 100644 index 000000000..ce168fd2a --- /dev/null +++ b/base/tps/apache/docroot/tps/admin/console/config/databasepanel.vm @@ -0,0 +1,93 @@ + + +Please provide information to an existing Fedora Directory Server that can be used as the internal database for this instance. [Details] + + +

+Note: If the Fedora Directory Server is at a remote host, it is highly recommended that SSL should be used. +
+#if ($errorString != "") + $errorString +#end +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Host:
Port: +SSL +
Base DN:
Database:
Bind DN:
Bind Password:
+ + +#if ($firsttime == 'false') +Remove the existing data from the Base DN shown above.

+#end + +

+
+   +
-- cgit