summaryrefslogtreecommitdiffstats
path: root/openssh-addauth-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-11-04 20:58:50 +0000
committerTed Trask <ttrask01@yahoo.com>2008-11-04 20:58:50 +0000
commit814429470ad700066026182ba5c00516558f57a2 (patch)
treee0414d1bf1c0de21b8db87ea6e649f39cb8a1cd2 /openssh-addauth-html.lsp
parent61673960b9f01553a85322665572d731b730acce (diff)
downloadacf-openssh-814429470ad700066026182ba5c00516558f57a2.tar.bz2
acf-openssh-814429470ad700066026182ba5c00516558f57a2.tar.xz
Modified openssh to allow deleting and adding certs from authorized_keys.
git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1577 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openssh-addauth-html.lsp')
-rw-r--r--openssh-addauth-html.lsp10
1 files changed, 10 insertions, 0 deletions
diff --git a/openssh-addauth-html.lsp b/openssh-addauth-html.lsp
new file mode 100644
index 0000000..68ced32
--- /dev/null
+++ b/openssh-addauth-html.lsp
@@ -0,0 +1,10 @@
+<% local form, viewlibrary, page_info = ...
+require("viewfunctions")
+%>
+
+<H1><%= form.label %></H1>
+<%
+ form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
+ form.value.user.type = "hidden"
+ displayform(form)
+%>