Operating System - HP-UX
1834312 Members
2286 Online
110066 Solutions
New Discussion

Re: Trusted system - protected password

 
SOLVED
Go to solution
Kim Kendall
Regular Advisor

Trusted system - protected password

I inherited a system that has the /tcb/files/auth/ password scheme. The only one of the bunch like this.

Is there a way to move back to the standard password mechanism?
5 REPLIES 5
Jeff Schussele
Honored Contributor
Solution

Re: Trusted system - protected password

Hi Kim,

Couple of ways

1) SAM Auditing and Security -> Audited Users -> Actions -> Unconvert system
2) /usr/lbin/tsconvert -r

Make a safe copy of /etc/passwd before doing either & check the passwd file using ckpw command after to make sure it's OK.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Deshpande Prashant
Honored Contributor

Re: Trusted system - protected password

HI
The command #/usr/lbin/tsconvert -r will convert the system to non-trusted mode.

Thanks.
Prashant Deshpande.
Take it as it comes.
Uday_S_Ankolekar
Honored Contributor

Re: Trusted system - protected password

Hi

/usr/lbin/tsconvert -r to untrusted and /usr/lbin/tsconvert -c to convert it back.

Also use SAM to change system as trusted.

-USA..
Good Luck..
Kim Kendall
Regular Advisor

Re: Trusted system - protected password

Bingo... was a slam dunk! Thanks!
Jeff Schussele
Honored Contributor

Re: Trusted system - protected password

Hi Kim,

Anytime....my friend...Anytime.
Glad we could help :~)

Cheers,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!