summaryrefslogtreecommitdiffstats
path: root/dogtag/common-ui/shared/admin/console/config/config_hsmloginpanel.vm
diff options
context:
space:
mode:
Diffstat (limited to 'dogtag/common-ui/shared/admin/console/config/config_hsmloginpanel.vm')
-rw-r--r--dogtag/common-ui/shared/admin/console/config/config_hsmloginpanel.vm79
1 files changed, 0 insertions, 79 deletions
diff --git a/dogtag/common-ui/shared/admin/console/config/config_hsmloginpanel.vm b/dogtag/common-ui/shared/admin/console/config/config_hsmloginpanel.vm
deleted file mode 100644
index 147425bae..000000000
--- a/dogtag/common-ui/shared/admin/console/config/config_hsmloginpanel.vm
+++ /dev/null
@@ -1,79 +0,0 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
- Copyright (C) 2007 Red Hat, Inc.
- All rights reserved.
- --- END COPYRIGHT BLOCK --- -->
-
-<SCRIPT type="text/JavaScript">
-function myOnLoad() {
-}
-
-function performPanel() {
- with (document.forms[0]) {
- submit();
- }
-}
-</SCRIPT>
- <h1>
- Security Modules Login Panel</h1>
-Keys will be generated and stored on security modules. A security module can be hardware-based or software-based. Hardware-based security modules are more secure.
-<br/>
-<H2>Security Token Login</H2>
-<form name=configHSMLoginForm action="config_hsmlogin" method="post">
-<p>
-The user has chosen to login to the following security module: <b>$SecToken</b>
-<p>
-#if ($status == "alreadyLoggedIn")
- Token already logged in.
-#elseif ($status == "tokenPasswordNotInitialized")
- Token password not initialized.
-#elseif ($status == "justLoggedIn")
- Token logged in successfully.
-#else
-<table>
-<tr>
- <td>
-Security Module Token Name: <b><input type=text name="uTokName" value="$SecToken"></b>
- </td>
-</tr>
-<tr>
- <td>
-Security Module Token Password: <input type=password name="__uPasswd" value="" autocomplete="off">
- </td>
-<tr>
-</tr>
-</table>
-<p>
-#end
-
-<table width=100%>
-<tr bgcolor="#eeeeee">
- <td>
-
- </td>
-</tr>
-</table>
- </td>
- </tr>
- </table>
-
- <p>
-
- <div align="right">
- <hr />
- &nbsp;
- </div>
-
-