summaryrefslogtreecommitdiffstats
path: root/openssh-controller.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2017-03-01 01:24:12 +0000
committerTed Trask <ttrask01@yahoo.com>2017-03-01 01:24:12 +0000
commitc1bf1823f2eb60f741e0c9312b20f080874fb315 (patch)
tree12e8ac7adaf61b99bbc5d09177ceb6bce72a1ec1 /openssh-controller.lua
parent6fa2ceb72724f1534c0830449e4d194533641367 (diff)
downloadacf-openssh-c1bf1823f2eb60f741e0c9312b20f080874fb315.tar.bz2
acf-openssh-c1bf1823f2eb60f741e0c9312b20f080874fb315.tar.xz
Add logfile action
Diffstat (limited to 'openssh-controller.lua')
-rw-r--r--openssh-controller.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/openssh-controller.lua b/openssh-controller.lua
index 134a628..c37ddfa 100644
--- a/openssh-controller.lua
+++ b/openssh-controller.lua
@@ -38,4 +38,8 @@ function mymodule.addauth(self)
return self.handle_form(self, function() return self.model.get_auth(self.clientdata.user) end, self.model.create_auth, self.clientdata, "Add", "Add New Authorized Key", "Key Added")
end
+function mymodule.logfile(self)
+ return self.model.get_logfile(self, self.clientdata)
+end
+
return mymodule