The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > HP-UX
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 07-08-2009
vbe's Avatar
vbe vbe is offline Forum Staff  
Moderator
  
 

Join Date: Sep 2005
Location: Switzerland - GE
Posts: 1,575
I usually check first:
Code:
/usr/lbin/getprpw -r -m lockout <username>
#Then reactivate:
/usr/lbin/modprpw -k <username>
#verify exit status(=0)
You can try to null out old password and change it.
Code:
# /usr/sam/lbin/usermod.sam -F -p "" <username>
But is your system trusted or using a shadow or what?