3.1.2.2 histsize

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

Defines the number of previous passwords that a user may not reuse.

Rationale:

In setting the histsize attribute, it enforces a minimum number of previous passwords a user cannot reuse.

Solution

In /etc/security/user, set the default user stanza histsize attribute to be (greater than or) equal to 20:

chsec -f /etc/security/user -s default -a histsize=20

This means that a user may not reuse any of the previous 20 passwords.

Default Value:

No limit

See Also

https://workbench.cisecurity.org/files/3525