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:
authorMichael Niewöhner <c0d3z3r0@users.noreply.github.com>2017-12-14 10:54:28 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-12-14 10:54:28 +0300
commit7ae81514b41e22b6268dada909e8ab318dea6292 (patch)
tree9acef1955b4aaa4ffa44bf8194f1e09206e2245f /plugins
parent76eda2457ef1c5f567bf13aae16d58f78e292034 (diff)
Fix 2FA report (#497)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugin_pam_phase12
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/plugin_pam_phase1 b/plugins/plugin_pam_phase1
index cdac8764..f4866db7 100644
--- a/plugins/plugin_pam_phase1
+++ b/plugins/plugin_pam_phase1
@@ -414,7 +414,7 @@ LogText "[PAM] PAM 2F authentication enabled: ${PAM_2F_AUTH_ENABLED}"
Report "authentication_two_factor_enabled=${PAM_2F_AUTH_ENABLED}"
LogText "[PAM] PAM 2F authentication required: ${PAM_2F_AUTH_REQUIRED}"
-Report "authentication_two_factor_required=${PAM_2F_AUTH_ENABLED}"
+Report "authentication_two_factor_required=${PAM_2F_AUTH_REQUIRED}"
if [ ! "${AUTH_UNLOCK_TIME}" = "-1" ]; then
LogText "[PAM] Authentication unlock time: ${AUTH_UNLOCK_TIME}"