summaryrefslogtreecommitdiffstats
path: root/base/tps/forms/esc/cgi-bin/demo/index.cgi
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-21 20:20:55 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-22 03:11:25 -0500
commit5685366bab1cb72fc96855f450b162b6e1ae3aeb (patch)
tree480c37917813a344401019c2bef696f566608d8b /base/tps/forms/esc/cgi-bin/demo/index.cgi
parent224c4c4f2a81404874d959acafa496fbdd6e4422 (diff)
downloadpki-5685366bab1cb72fc96855f450b162b6e1ae3aeb.tar.gz
pki-5685366bab1cb72fc96855f450b162b6e1ae3aeb.tar.xz
pki-5685366bab1cb72fc96855f450b162b6e1ae3aeb.zip
Merged TPS CGI scripts.
Diffstat (limited to 'base/tps/forms/esc/cgi-bin/demo/index.cgi')
-rwxr-xr-xbase/tps/forms/esc/cgi-bin/demo/index.cgi47
1 files changed, 0 insertions, 47 deletions
diff --git a/base/tps/forms/esc/cgi-bin/demo/index.cgi b/base/tps/forms/esc/cgi-bin/demo/index.cgi
deleted file mode 100755
index c9a1d21dd..000000000
--- a/base/tps/forms/esc/cgi-bin/demo/index.cgi
+++ /dev/null
@@ -1,47 +0,0 @@
-#!/usr/bin/perl
-#
-# --- BEGIN COPYRIGHT BLOCK ---
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation;
-# version 2.1 of the License.
-#
-# This library 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
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; 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 ---
-#
-#
-#
-#
-print "Content-type: text/xml\n\n";
-print "<\?xml version=\"1.0\" encoding=\"UTF-8\"\?>";
-print "<ServiceInfo>";
-print "<IssuerName>";
-print "Fedora Project"; # Vendor
-print "</IssuerName>\n";
-print "<Services>";
-print "<Operation>";
-print "http://[SERVER_NAME]:[PORT]/nk_service";
-print "</Operation>";
-print "<UI>";
-print "http://[SERVER_NAME]:[PORT]/cgi-bin/demo/enroll.cgi";
-print "</UI>";
-print "<EnrolledTokenBrowserURL>";
-print "</EnrolledTokenBrowserURL>";
-print "<EnrolledTokenURL>";
-print "</EnrolledTokenURL>";
-print "<TokenType>";
-print "userKey";
-print "</TokenType>";
-print "</Services>";
-print "</ServiceInfo>";