LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Password Policy (https://www.linuxquestions.org/questions/linux-newbie-8/password-policy-4175513305/)

zaeem 08-04-2014 10:54 AM

Password Policy
 
Dear Guys,

I am using CentOS 5.5 64bit on my servers and I want to implement following password policy on operating system. Can you please help me in implementing the same as I am don't know how to do that. Any help would greatly be appreciated.

S.No Description Value
1 Maximum Password Age (days) 99999
2 Minimum Password Length Not Defined
3 Password Complexity Not Defined
4 Password History Not Defined
5 Account lockout after invalid login attempts 3 to 5

tronayne 08-04-2014 11:37 AM

This is where you want to read a couple of manual pages to get familiar with how the password mechanism works and what you can do with it (most of what you want to do is described in
Code:

man passwd
man login.defs
man chpasswd

Give those a read and come back with what you don't quite understand.

Hope this helps some.


All times are GMT -5. The time now is 12:07 AM.