Hi,
Since you're using fc14, those variables are overwritten by pam.
You can open the file /etc/pam.d/system-auth, look for the line containing pam_cracklib (similar to the following):
Quote:
|
password requisite pam_cracklib.so try_first_pass retry=3
|
and change the retry number to your liking
Regards