Operating System - HP-UX
1837238 Members
1960 Online
110115 Solutions
New Discussion

Re: problem about user and passwd

 
SOLVED
Go to solution
lin.chen
Frequent Advisor

problem about user and passwd

I set a password with 10 character for a user.
when the user login to HPUX,it is only front 8 character can be recognized,the other 2 is ignored.
May I make system to recognize all 10 character?
May I set a user with his username more than 8 charactors?
note: my system is 11.23, not trust system!
thnaks!
3 REPLIES 3
Pete Randall
Outstanding Contributor
Solution

Re: problem about user and passwd

See "Password Construction Requirements" section in "man passwd:

+ On an untrusted system, only the first eight characters of a password are significant."

Without converting to trusted, you are limited to 8 characters.


Pete

Pete
lin.chen
Frequent Advisor

Re: problem about user and passwd

thanks!
how about username?
May I set a user with his username more than 8 charactors?
Pete Randall
Outstanding Contributor

Re: problem about user and passwd

From "man 4 passwd":

The following fields have size limitations as noted:

+ Login name field can be no longer than 8 characters;


Pete

Pete