Operating System - HP-UX
1836388 Members
3448 Online
110100 Solutions
New Discussion

Convert HPUX11.23 into trusted system

 
SOLVED
Go to solution
sanjay singh_2
Occasional Contributor

Convert HPUX11.23 into trusted system

Hi All,

i am running the following command.
/etc/tsconvert -c
but after that i am getting below mention message.
"The system cannot be converted while shadow passwords are in use."

Is it any body know that how to check where shadow password are in use and how to kill that session.

1 REPLY 1
Patrick Wallek
Honored Contributor
Solution

Re: Convert HPUX11.23 into trusted system

# ll /etc/shadow

If that file exists then you are using Shadow passwords.

To convert to back to regular passwords:

# pwunconv

Once that is done, you can convert to a trusted system.