The system must disable accounts after three consecutive unsuccessful login attempts.

From Solaris 11 SPARC Security Technical Implementation Guide

Part of SRG-OS-000021

Associated with: CCI-000044

SV-61117r1_rule The system must disable accounts after three consecutive unsuccessful login attempts.

Vulnerability discussion

Allowing continued access to accounts on the system exposes them to brute-force password-guessing attacks.

Check content

Fix text

The root role is required. # pfedit /etc/default/login Change the line: #RETRIES=5 to read RETRIES=3 pfedit /etc/security/policy.conf Change the line containing #LOCK_AFTER_RETRIES to read: LOCK_AFTER_RETRIES=YES If a user has lock_after_retries set to "no", update the user's attributes using the command: # usermod -K lock_after_retries=yes [username]

Pro Tips

Lavender hyperlinks in small type off to the right (of CSS class id, if you view the page source) point to globally unique URIs for each document and item. Copy the link location and paste anywhere you need to talk unambiguously about these things.

You can obtain data about documents and items in other formats. Simply provide an HTTP header Accept: text/turtle or Accept: application/rdf+xml.

Powered by sagemincer