mirror of https://github.com/CISOfy/lynis.git
[AUTH-9408] corrected description
This commit is contained in:
parent
a510c1c136
commit
fdc2977575
|
@ -1381,7 +1381,7 @@
|
||||||
#
|
#
|
||||||
# Test : AUTH-9408
|
# Test : AUTH-9408
|
||||||
# Description : Logging of failed login attempts
|
# Description : Logging of failed login attempts
|
||||||
Register --test-no AUTH-9408 --weight L --network NO --category security --description "Logging of failed login attempts via /etc/login.defs"
|
Register --test-no AUTH-9408 --weight L --network NO --category security --description "Logging of failed login attempts"
|
||||||
if [ ${SKIPTEST} -eq 0 ]; then
|
if [ ${SKIPTEST} -eq 0 ]; then
|
||||||
if [ -f "${ROOTDIR}etc/pam.conf" ]; then
|
if [ -f "${ROOTDIR}etc/pam.conf" ]; then
|
||||||
FOUND_PAM_TALLY2=0
|
FOUND_PAM_TALLY2=0
|
||||||
|
|
Loading…
Reference in New Issue