Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-09-07 12:17:38 +0300
committermboelen <michael@cisofy.com>2015-09-07 12:17:38 +0300
commit5165e57b86ec3ec631d14a3e9c0a1e82a8a426c5 (patch)
treebff08213900cc126c7d81d2ee55cac733f5fb904 /include/tests_authentication
parent53840a4cfb6eaa9bf2ecb98b259c57161cee79d3 (diff)
Added report option to store logging status of failed logins
Diffstat (limited to 'include/tests_authentication')
-rw-r--r--include/tests_authentication1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tests_authentication b/include/tests_authentication
index dd48d80c..acf866b2 100644
--- a/include/tests_authentication
+++ b/include/tests_authentication
@@ -1079,6 +1079,7 @@
#################################################################################
#
+report "auth_failed_logins_logged=${AUTH_FAILED_LOGINS_LOGGED}"
report "ldap_auth_enabled=${LDAP_AUTH_ENABLED}"
report "ldap_pam_enabled=${LDAP_PAM_ENABLED}"
if [ ! "${LDAP_CLIENT_CONFIG_FILE}" = "" ]; then