View Single Post

  #1 (permalink)  
Old 07-03-2003
Per Arve
 
Posts: n/a
Default 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
Reply With Quote