W WebArts Verified User Joined Jul 14, 2010 Messages 108 Nov 28, 2011 #1 Hi. I use centos in my server but i want to know what is max pass length for root user? Thanks
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,366 Location www.poralix.com Nov 28, 2011 #2 Hello, Some months ago, it was already discussed here. If using MD5 passwords, it should be 15 characters or longer. With DES passwords, use the maximum length (eight characters). Click to expand... http://www.centos.org/docs/4/html/rhel-sg-en-4/s1-wstation-pass.html Google more
Hello, Some months ago, it was already discussed here. If using MD5 passwords, it should be 15 characters or longer. With DES passwords, use the maximum length (eight characters). Click to expand... http://www.centos.org/docs/4/html/rhel-sg-en-4/s1-wstation-pass.html Google more
W WebArts Verified User Joined Jul 14, 2010 Messages 108 Nov 29, 2011 #3 Thanks. How I can understand my password system is MD5 or DES?
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,366 Location www.poralix.com Nov 29, 2011 #4 You should really read bases of Linux from books and manuals (Google it); and teaching you these things comes out of scope of the forums.
You should really read bases of Linux from books and manuals (Google it); and teaching you these things comes out of scope of the forums.
W WebArts Verified User Joined Jul 14, 2010 Messages 108 Nov 29, 2011 #5 I have several Linux book. But there are not any article about password length and about determining pass method in them!
I have several Linux book. But there are not any article about password length and about determining pass method in them!
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,366 Location www.poralix.com Nov 29, 2011 #6 Code: man login.defs http://wiki.centos.org/HowTos/OS_Protection#head-c09e77a13f234131e96f8d3cb95dca1f7ff41427
Code: man login.defs http://wiki.centos.org/HowTos/OS_Protection#head-c09e77a13f234131e96f8d3cb95dca1f7ff41427
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,366 Location www.poralix.com Nov 29, 2011 #7 By the way, did you read article by the link http://www.centos.org/docs/4/html/rhel-sg-en-4/s1-wstation-pass.html ?
By the way, did you read article by the link http://www.centos.org/docs/4/html/rhel-sg-en-4/s1-wstation-pass.html ?
W WebArts Verified User Joined Jul 14, 2010 Messages 108 Nov 29, 2011 #8 Yes i read. Thanks for helping me.