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.
Impact:
The recommendation is to not use this attribute. This attribute was traditionally used together with minage to prevent rapid reuse of old passwords. Instead _Unique Passwords' relies solely on the time-based histexpire attribute.
Solution
In /etc/security/user, set the default user stanza histsize attribute to be 0:
chsec -f /etc/security/user -s default -a histsize=0
This means that this setting is not being used for password management.
Default Value:
Disabled