The asterisk in the second field means the user has never logged in. Once the user does log in and they change their password, the field contains the encrypted password they enter.
the star denotes that you have some sort of 'enhanced' password security going on.
The second field in the /etc/passwd file is used to store the password.
You may try looking to see if you have /etc/shadow
if so, then that is where the user passwords are bing stored. If you do not have /etc/shadow, then you have some other form of enhanced password security.
The * in the passwd field, if listed for all users, indicates that you are using C2 security on your HP system. Otherwise known as "trusted". The encrypted password(s) are stored in /tcb/files/auth/. From here there are 52 directories or so named all the letters in the alphabet, upper and lower case. With in these directories there is a file for every user in the /etc/passwd file. This file contains the encrypted password and other user restrictions, like login times, valid HW, so on sn so forth. If the HP system was not using C2 security, you would see the encrypted password's in the /etc/passwd file. I believe HP stopped using the /etc/shadow file after the 9.04 version of HP-UX.
If you're not using a shadow passwd file the * means that the user-id is locked and cannot be used to login. Mike
michael.j.lacey@ntlworld.com
Email welcome if you're in a hurry or something -- but post in tek-tips as well please, and I will post my reply here as well.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.