Operating System - HP-UX
1826569 Members
4041 Online
109695 Solutions
New Discussion

How to Cancel Password Expiration After Conversion to Trusted System

 
morganelan
Trusted Contributor

How to Cancel Password Expiration After Conversion to Trusted System

Hi Unix Gurus,
How to make passwords not expirate after conversion from untrusted to trusted system.Thanks in advance...
Kamal Mirdad
6 REPLIES 6
RAC_1
Honored Contributor

Re: How to Cancel Password Expiration After Conversion to Trusted System

/usr/lbin/modprpw -V
There is no substitute to HARDWORK
Adisuria Wangsadinata_1
Honored Contributor

Re: How to Cancel Password Expiration After Conversion to Trusted System

Hi,

By default when you convert the system, the passwords will expire so that users will change the passwords to adhere to trusted system policies.

You can alter this behaviour by going into SAM and changing the system security policies. To unexpire the passwords for now, you can do

modprdef -m exptm=0

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix
Adisuria Wangsadinata_1
Honored Contributor

Re: How to Cancel Password Expiration After Conversion to Trusted System

Hi,

Check also the threads below :

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=20158
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=144678

Hope this information can help.

Cheers,
AW
now working, next not working ... that's unix
Arunvijai_4
Honored Contributor

Re: How to Cancel Password Expiration After Conversion to Trusted System

# /usr/lbin/modprpw -v
# man modprpw for more details.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Ranjith_5
Honored Contributor

Re: How to Cancel Password Expiration After Conversion to Trusted System

Hi,

You can run SAM-->Auditing and Security-->System Security Policies-->Passowrd Aging Policies. Here set password Aging disabled.

password aging only restarts at the current time with -v option. I doubt whether it will disable password Aging.

Regards,
Syam
morganelan
Trusted Contributor

Re: How to Cancel Password Expiration After Conversion to Trusted System

Thanks all ...
Kamal Mirdad