Closed kclinden closed 5 years ago
Need to determine how to check /etc/shadow hashes are either $6$, *, or !.
Current code doesn't check for other options.
#Need to rework this. It currently will fail since several accounts have * or ! describe shadow do its('passwords'){ should cmp '$6$' } end
closed thanks to jerry
Need to determine how to check /etc/shadow hashes are either $6$, *, or !.
Current code doesn't check for other options.