Enforce password policy on Linux
Hi,
I am supposed to enforce password policy on some RedHat systems. That
is:
- make sure that passwords consist of at least 3 digits
- make sure that passwords consist of at least 3 letters
- make sure that passwords consist of at least 1 special caracter
Is there a config file where you can implements these requirements? In
/etc/login.defs you can just play around with min./max age and min.
length of the password.
Thanks
Per Arve
|