Set Password Policies in SLES (SUSE Linux Enterprise Server)
Recently i got the task to implement following password policies on SLES (SUSE Linux Enterprise Server) 11.x
- Minimum password length should be 10 characters
- Password should have one UPPERCASE Character
- Password should have one LOWERCASE Character
- Password should have one Numeric Character
- Minimum Passwords to Remember or Password History is 4
- Accounts should be lockout after 5 attempts.
These password policies can implemented using pam file “/etc/pam.d/common-password”
First take the back up of common-password file .
Edit the file “/etc/pam.d/common-password” ,comment out the default modules and add the followings lines.
Save & exit the file.
Now onwards , we can’t use the simple passwords , System will accepts only those passwords which satisfy above parameters.
0 comments:
Post a Comment