From 7ae81514b41e22b6268dada909e8ab318dea6292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Niew=C3=B6hner?= Date: Thu, 14 Dec 2017 08:54:28 +0100 Subject: Fix 2FA report (#497) --- plugins/plugin_pam_phase1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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}" -- cgit v1.2.3