Operating System - HP-UX
1826235 Members
2844 Online
109692 Solutions
New Discussion

Untrusting then re trusting a trusted system any helpful hints

 
SOLVED
Go to solution
chris pefley
Occasional Advisor

Untrusting then re trusting a trusted system any helpful hints

Untrusting then re trusting a trusted system any helpful hints. If anyone could shed some light on this subject thanks. version 11.11 on a CDE visualize. Thank you. Chris
2 REPLIES 2
Patrick Wallek
Honored Contributor
Solution

Re: Untrusting then re trusting a trusted system any helpful hints

Untrusting:

# /usr/lbin/tsconvert -r

Trusting

# /usr/lbin/tsconvert

Unexpiring all passwords (all passwords are automatically expired when trusting a system):

# /usr/lbin/modprpw -V

Steven E. Protter
Exalted Contributor

Re: Untrusting then re trusting a trusted system any helpful hints

Sounds like a great method to force expiration of all passwords.

If the system is trusted,you can make a list and issue a passwd -f to force the user to change password on the next login.

while read -r userlist
do
passwd -f ${userlist}
done < list_of_users

list of users is file , one line per user.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com