summaryrefslogtreecommitdiffstats
path: root/app/acf-util/logon-model.lua
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@tetrasec.net>2007-12-09 18:07:00 +0000
committerNathan Angelacos <nangel@tetrasec.net>2007-12-09 18:07:00 +0000
commit1197c8530638be7e8123301f47ca863cd9598338 (patch)
tree3e9719a5114fcf3142aa1f3a17cd1ff618e278ba /app/acf-util/logon-model.lua
parent48cf8a5a2da228724e519187469539d8a006d83f (diff)
downloadacf-core-1197c8530638be7e8123301f47ca863cd9598338.tar.bz2
acf-core-1197c8530638be7e8123301f47ca863cd9598338.tar.xz
added logevent function (hardcoded to write to /var/log/acf.log)
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@421 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/acf-util/logon-model.lua')
-rw-r--r--app/acf-util/logon-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/acf-util/logon-model.lua b/app/acf-util/logon-model.lua
index 48b3cf2..dac48cd 100644
--- a/app/acf-util/logon-model.lua
+++ b/app/acf-util/logon-model.lua
@@ -26,7 +26,7 @@ logon = function (self, id, password )
-- record event and ignore the attempt
-- All ok?
-- look up their role, issue new session
- return auth.authenticate (id, password)
+ return auth.authenticate (self, id, password)
end
logoff = function (self, sessionid)