SV-261387r996588_rule
V-261387
SRG-OS-000480-GPOS-00227
SLEM-05-611060
CAT I
10
Configure all accounts on the system to have a password or lock the account with the following commands:
Perform a password reset:
> sudo passwd <username>
Lock the account:
> sudo passwd -l <username>
Check the "/etc/shadow" file for blank passwords with the following command:
> sudo awk -F: '!$2 {print $1}' /etc/shadow
If the command returns any results, this is a finding.
V-261387
False
SLEM-05-611060
Check the "/etc/shadow" file for blank passwords with the following command:
> sudo awk -F: '!$2 {print $1}' /etc/shadow
If the command returns any results, this is a finding.
M
5596