- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Trusted -vs- Not
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-02-2001 07:37 PM
10-02-2001 07:37 PM
Trusted -vs- Not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2001 07:39 PM
10-02-2001 07:39 PM
Re: Trusted -vs- Not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2001 07:47 PM
10-02-2001 07:47 PM
Re: Trusted -vs- Not
http://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-02-2001 08:54 PM
10-02-2001 08:54 PM
Re: Trusted -vs- Not
We having been looking at a similar problem,
and in most cases you find that there might
be problems in particular with password aging,
password having to be at least six characters,
and dependant user accounts from dumb terminals
and warehousing type equipment where the user
will not be able to cope it at all. Bear this
in mind before converting.
http://docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html
and have a look at chapter 8
Check this link in regards to how to secure a
system.
http://people.hp.se/stevesk/bastion11.html
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2001 07:06 AM
10-04-2001 07:06 AM
Re: Trusted -vs- Not
Some Examples:
TACACS
some older versions of WU-FTPD
some older versions of qpopper
Trusted systems use a different set of libraries to perform password authorization. So any application you have that uses OS dependent password checking routines (getpwent for non-trusted, getprpwent for trusted)should be tested.
Further, if you are bound to homegrown or downloaded apps that potentially use the non-trusted routines but not the trusted routines, then you'll want to have someone who can coerce the code to use the trusted routine. Generally, this is a fairly trivial task for a C programmer who is familiar with HP-UX.
BTW, most current versions of apps that I've encountered (commercial and downloaded) understand trusted systems out of the box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2001 03:23 PM
10-04-2001 03:23 PM
Re: Trusted -vs- Not
to me it seems more important to know your HPUX
release, as on HP-UX 11.x there are just some PAM
libs, but on 10.20 it is much more difficult for the apps.
Just my ?0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2001 05:39 AM
10-05-2001 05:39 AM
Re: Trusted -vs- Not
What Trusted gives you:
* Shadowed password
* Auditing capability
* Flexibility of password admin
* Greater login information
The problems:
* Badly written applications don't like trusted systems (though in my experience most applications don't 'support' trusted systems because nobodies ask them for support on trusted systems.)
* Admin complexities (not just /etc/passwd)
In my case I would switch trusted on anyway.