Operating System - HP-UX
1825678 Members
3592 Online
109686 Solutions
New Discussion

Trusted system: what does it mean exactly?

 
Enrico Venturi
Super Advisor

Trusted system: what does it mean exactly?

Hello colleagues,
I need a starting point to explore and to understand the "trusted HP-UX" world.
Where can I find some documents in order to begin my analysis?

Thanks to everybody

Enrico
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: Trusted system: what does it mean exactly?

Trusted systems have more security options. You can force users to have randomly generated passwords for example. You can fine tune the expiration process.

The most important feature is shadowing the passwords.

Non-trusted systems keep passwords in /etc/passwd file. Trusted systems keep them in an ultra secure series of files, divided alphabetically in the /tcb folder.

It makes the system much harder to hack.

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
Robert-Jan Goossens
Honored Contributor

Re: Trusted system: what does it mean exactly?

Hi Enrico,

Take a look at this doc.

http://www.faqs.org/faqs/hp/hpux-faq/section-68.html

Regards,
Robert-Jan.
Graham Cameron_1
Honored Contributor

Re: Trusted system: what does it mean exactly?

All docs start here:
http://docs.hp.com/hpux/os/11.0/index.html

The one you want is here:
http://docs.hp.com/hpux/onlinedocs/B2355-90121/B2355-90121.html

-- Graham
Computers make it easier to do a lot of things, but most of the things they make it easier to do don't need to be done.
Mihai Lazar
Occasional Advisor

Re: Trusted system: what does it mean exactly?

Hi

We have implemented trusted system for quite some time now. Please read the attached document for more details on how to setup.

Best regards,

Mihai
doug hosking
Esteemed Contributor

Re: Trusted system: what does it mean exactly?

We could help you more if you took a step
back and explained the reason for your interest. There are many features in trusted mode. Some of them have near-equivalents in standard mode.

If your main goal is simply shadow passwords, you might be interested in the free shadow password patch bundle at
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword

There are some limitations in this, so read the documentation carefully.