Information
The history expiry determines the number of weeks that a user will not be able to reuse a password.
Users may have favourite passwords that they like to use because they are easy to remember and they believe that their password choice is secure from compromise.
Unfortunately, passwords are compromised and if an attacker is targeting a specific individual user account, with foreknowledge of data about that user, reuse of old, potentially compromised passwords, may cause a security breach.
By restricting the time period before a password can be re-used, an administrator can prevent users from repeatedly changing their password in an attempt to circumvent password reuse controls.
Solution
In /etc/security/user set the default user stanza histexpire attribute to be greater than or equal to 52 :
chsec -f /etc/security/user -s default -a histexpire=52
This means that a user will not be able to reuse any password set in the last 52 weeks (one year).