You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nothing in the STIG author's content do they imply that any accounts be allowed blank passwords. Therefore this logic and input should not be included in the profile:
Nothing in the STIG author's content do they imply that any accounts be allowed blank passwords. Therefore this logic and input should not be included in the profile:
redhat-enterprise-linux-8-stig-baseline/controls/SV-251706.rb
Line 31 in 35e958e
users_with_blank_passwords = shadow.where { password.nil? || password.empty? }.users - input('users_allowed_blank_passwords')
The text was updated successfully, but these errors were encountered: