1823228 Members
4160 Online
109648 Solutions
New Discussion юеВ

Re: Password Issue

 
SOLVED
Go to solution
Joseph Loo
Honored Contributor

Password Issue

Please tell me why a password with more than 8 characters, that after the first 8 chars, when you key in any other chars, you will still be able to access.

For example, password -> abcd1234ac, the character "ac" may be enter as "bd" and still works.
what you do not see does not mean you should not believe
6 REPLIES 6
Thierry Poels_1
Honored Contributor

Re: Password Issue

Hi,

HP-UX only takes the first 8 characters into account for password checking. Anything after the first 8 characters is ignored.

regards,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
melvyn burnard
Honored Contributor
Solution

Re: Password Issue

man passwd(1)
Password Construction Requirements:
A password must have at least six characters. Only the first eight characters are significant in an untrusted system.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Vincenzo Restuccia
Honored Contributor

Re: Password Issue

HPUX,SOLARIS,etc. only takes the first 8 characters.
federico_3
Honored Contributor

Re: Password Issue

Only the firtst 8 characters are significant in an untrusted system.

Federico
Andrew Maslin
Frequent Advisor

Re: Password Issue

If you want more than 8 characters to be significant in your passwords, switch to a trusted system. This allows some other options as well, such as account expiration dates.
Rob Smith
Respected Contributor

Re: Password Issue

Every flavor of UNIX I have ever seen only uses the first 8 characters without some kind of add on like converting to a trusted system or npasswd. Hope this helps.

Rob

Learn the rules so you can break them properly.