From edf9c2273c00b52b0c240bc0c75dc1ba7bdc396e Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 9 Nov 2012 01:51:54 -0500 Subject: Reorganized common templates. The common templates have moved from common-ui into base/common. The deployment tools have been updated to use the new location. Ticket #407 --- .../pki/admin/console/config/databasepanel.vm | 132 +++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 base/common/shared/webapps/pki/admin/console/config/databasepanel.vm (limited to 'base/common/shared/webapps/pki/admin/console/config/databasepanel.vm') diff --git a/base/common/shared/webapps/pki/admin/console/config/databasepanel.vm b/base/common/shared/webapps/pki/admin/console/config/databasepanel.vm new file mode 100644 index 000000000..174710110 --- /dev/null +++ b/base/common/shared/webapps/pki/admin/console/config/databasepanel.vm @@ -0,0 +1,132 @@ + + + +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 +
+ + + + + + + + + + + + + + +#if ($clone == "clone") + +#else + +#end + + + + + + + + + + + + + + + +
Host:
Port: + SSL +
Base DN:
Database:
Bind DN:
Bind Password:
+ + Remove the existing data from the Base DN shown above.

+ +#if ($clone == "clone") + + #set ($check_none="") + #set ($check_tls="") + #set ($check_ssl="") + #if ($replicationSecurity == "TLS") #set ($check_tls="CHECKED") + #elseif ($replicationSecurity == "SSL") #set ($check_ssl="CHECKED") + #else #set ($check_none="CHECKED") #end + + + + + + + + + + + + + + + + + +

+#end + +

+
+   +
-- cgit
Replication Details
Master Replication Port:
Clone Replication Port:
Replication Security: + None + TLS + SSL +