mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-31 01:34:23 +02:00
Fix 2FA report (#497)
This commit is contained in:
parent
76eda2457e
commit
7ae81514b4
@ -414,7 +414,7 @@ LogText "[PAM] PAM 2F authentication enabled: ${PAM_2F_AUTH_ENABLED}"
|
|||||||
Report "authentication_two_factor_enabled=${PAM_2F_AUTH_ENABLED}"
|
Report "authentication_two_factor_enabled=${PAM_2F_AUTH_ENABLED}"
|
||||||
|
|
||||||
LogText "[PAM] PAM 2F authentication required: ${PAM_2F_AUTH_REQUIRED}"
|
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
|
if [ ! "${AUTH_UNLOCK_TIME}" = "-1" ]; then
|
||||||
LogText "[PAM] Authentication unlock time: ${AUTH_UNLOCK_TIME}"
|
LogText "[PAM] Authentication unlock time: ${AUTH_UNLOCK_TIME}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user