Operating System - HP-UX
1834149 Members
2280 Online
110064 Solutions
New Discussion

Disabling root password expiration

 
SOLVED
Go to solution
Scott Micciche
New Member

Disabling root password expiration

Does anyone know if there is a way to disable the automatic password expiration for the root account? We are running HP-UX 11.0 in trusted mode (development only), but have a need for the password to non auto-expire. Thanks in advance for any help.
3 REPLIES 3
RAC_1
Honored Contributor
Solution

Re: Disabling root password expiration

It is doing it from SAM.

From command line
/usr/lbin/modprpw -m exptm=0 root
man modprpw for details.
There is no substitute to HARDWORK
Scott Micciche
New Member

Re: Disabling root password expiration

That did it... I'll RTFM next time. Thanks much for the help.
Sanjay_6
Honored Contributor

Re: Disabling root password expiration

Hi Scott,

Try,

/usr/lbin/modprpw -m mintm=0,lftm=0,exptm=0,expwarn=0 root

Do have another session open as root, so that you can get out of trouble if there is a problem.

Hope this helps.

Regds