diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-10-30 12:52:12 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-10-30 12:52:12 +0100 |
| commit | cdc00a3b731673880b40e11d3635983d4163c109 (patch) | |
| tree | 373f5f267489f134e134803a7c285fd697a911ec /src/logging | |
| parent | add manual (diff) | |
| download | cerberus-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-x | src/logging | 3 |
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 |
