aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-10-30 12:52:12 +0100
committerMattias Andrée <maandree@operamail.com>2014-10-30 12:52:12 +0100
commitcdc00a3b731673880b40e11d3635983d4163c109 (patch)
tree373f5f267489f134e134803a7c285fd697a911ec /src/logging
parentadd manual (diff)
downloadcerberus-logging-cdc00a3b731673880b40e11d3635983d4163c109.tar.gz
cerberus-logging-cdc00a3b731673880b40e11d3635983d4163c109.tar.bz2
cerberus-logging-cdc00a3b731673880b40e11d3635983d4163c109.tar.xz
typo + whitespace + log failed login attempts with syslog1414669981
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rwxr-xr-xsrc/logging3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/logging b/src/logging
index c1ca78e..63287d5 100755
--- a/src/logging
+++ b/src/logging
@@ -104,12 +104,13 @@ log_denied ()
{
try log-login-btmp "$@"
try log-login-audit "$@"
+ try log-login-syslog "$@"
}
# Figure out the actionname
action="${hook}"
if [ "${hook}" = denied ]; then
- action=fail
+ action=failed
fi
# Preprend options to values