The /etc/security/opasswd file stores the users' old passwords and can be checked to ensure that users are not recycling recent passwords. Rationale: Forcing users not to reuse their past 5 passwords make it less likely that an attacker will be able to guess the password.
Solution
Set the pam_unix.so remember parameter to 5 or more in /etc/pam.d/system_auth: password sufficient pam_unix.so remember=5 Default Value: OS Default: N/A