- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Trusted System
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 10:24 AM
10-23-2002 10:24 AM
I'm looking for a good article or explanation as to what makes a system "trusted" or "untrusted". If anyone can point me in the right direction that would be great.
Thx,
Tim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 10:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 10:28 AM
10-23-2002 10:28 AM
Re: Trusted System
You can convert to a system to or from trusted mode with the 'tsconvert' command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 10:29 AM
10-23-2002 10:29 AM
Solutionhttp://www.docs.hp.com/hpux/onlinedocs/B2355-90121/B2355-90121.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 10:31 AM
10-23-2002 10:31 AM
Re: Trusted System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 10:33 AM
10-23-2002 10:33 AM
Re: Trusted System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 10:36 AM
10-23-2002 10:36 AM
Re: Trusted System
-Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 10:40 AM
10-23-2002 10:40 AM
Re: Trusted System
a) Trusted system password management is more superior. For example it allows ..
=>You to define a grace and expiration period for password.
=>You to disable accounts with repeted login failures.
=>You to define systemwide password aging.
b) Trusted systems have additional login restrictions features such as ..
=>Account disabling.
=>Account locking.
=>Restricted access by time-of-day.
=>Can define a single-user mode boot password.
c) Trusted system allows system-auditing to be enabled thus the ability to trace every system call.
d) Trusted system has shadowed passwords thus improved security.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 10:48 AM
10-23-2002 10:48 AM
Re: Trusted System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 12:44 PM
10-23-2002 12:44 PM
Re: Trusted System
The fact that you are considering a trusted system probably means you have security concerns. A good idea, especially after what went on on the Internet Monday and 9/11
Consider these suggestions:
security_patch_check
It connects to HP's security patch database, analyzes your patch setup and recommends needed security patches.
Even better is Bastille, which can be found at software.hp.com
It runs a comprehensive security analysis, can configure security_patch_check for regular cron runs. It goes through the daemons running and gives you a chance to get rid of antiquated, dangerous protocols that almost nobody but hackers use. It can even let you run named as a regular user making denial of service and priviledge attacks on your DNS/Bind system much less likely to succeed.
Hope I helped.
Steve
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 06:10 PM
10-23-2002 06:10 PM
Re: Trusted System
But the future is not NIS, it is probably LDAP.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 05:06 AM
10-24-2002 05:06 AM
Re: Trusted System
Thx,
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 07:48 AM
10-24-2002 07:48 AM
Re: Trusted System
Getting back to one of your core questions, if you want to make the system 'not trusted' so you can configure NIS on it, you can run the command '/usr/lbin/tsconvert -r' or use SAM to do the equivalent. This makes significant changes to the system (deletes the whole /tcb directory hierarchy, among other things) so you don't want to do this on a 'real' server without understanding the consequences. If it's truly a 'scratch' system without critical stuff on it, then doing this would make a lot more sense and should enable you to configure NIS. Good luck!