- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: What I should be aware of if turning to Truste...
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
08-04-2002 02:11 PM
08-04-2002 02:11 PM
What I should be aware of if turning to Trusted Mode!
Would it affect applications in any way? How about logins? Where do I start looking so that I can be proactive in case something goes wrong? How difficult is to switch back from "Trusted Mode" in case things do not work out as expected or desired? Please lead me in the right direction to find some answers if any of you can.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2002 02:51 PM
08-04-2002 02:51 PM
Re: What I should be aware of if turning to Trusted Mode!
If you turn your system into trusted mode,
the encrypted password will no longer reside
in /etc/passwd. There will be a directory
/tcb that contains all the specific userfiles.
So its not possible for ordinary users
to get the encrypted password, because
weak paswords can easily be cracked.
If you have applications that make use of
/etc/passwd you will have some trouble a guess.
I think (not sure) you can easily go back
from a trusted to a non-trusted system.
rgds.,
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2002 04:00 PM
08-04-2002 04:00 PM
Re: What I should be aware of if turning to Trusted Mode!
however, all passwords are then truncated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2002 04:17 PM
08-04-2002 04:17 PM
Re: What I should be aware of if turning to Trusted Mode!
For a full description have a look at these documents.
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90121/B2355-90121_top.html&con=/hpux/onlinedocs/B2355-90121/00/00/4-con.html&toc=/hpux/onlinedocs/B2355-90121/00/00/4-toc.html&searchterms=trusted&queryid=20020804-171416
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90701/B2355-90701_top.html&con=/hpux/onlinedocs/B2355-90701/00/00/65-con.html&toc=/hpux/onlinedocs/B2355-90701/00/00/65-toc.html&searchterms=trusted&queryid=20020804-171416
As described a trusted system removes the passwd encryptions from the /etc/passwd file. It replaces the entry with a '*' character. It also sets up a database under /tcb directory (which must remain in the '/' filesystem).
You can use 'sam' to turn it on or off. You can use the 'tsconvert' command to switch on from the command line. You can use 'tsconvert' to revert it back. Be aware that when turning in *all* users will have their passwds reset, meaning that their account passwords expire immediately.
For further info, check the on-line documents.
HTH
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2002 05:49 PM
08-04-2002 05:49 PM
Re: What I should be aware of if turning to Trusted Mode!
My advice is to run this on a test system before placing it on your production system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2002 06:22 PM
08-04-2002 06:22 PM
Re: What I should be aware of if turning to Trusted Mode!
As described, trusted mode is more TRUSTED! For answering your questions:
1) Appliactions will not have any direct impact. Check the applications that needs a user login
2) Logins will be affected, there will not be any password entries in /etc/passwd, you can assign password again, accounting etc. It's more secure.
3) You can do a search in the forums and check the issues and advantages about using trsuted mode. Also for documentation, check www.docs.hp.com
4) It's not difficult at all. You can do it through SAM or from command line:
# tsconvert -r
5) I would recommend you to plan first, the way you want to apply C-2 level security to your system. You will get a better idea when you go through the docs.
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2002 07:08 PM
08-04-2002 07:08 PM
Re: What I should be aware of if turning to Trusted Mode!
Before do conversion , make sure that all user's password not greater than 8 characters.
otherwise , after convert they will not be able to login with same password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 12:36 AM
08-05-2002 12:36 AM
Re: What I should be aware of if turning to Trusted Mode!
There are some applications out there that are not trusted aware, these can cause problems as they read/write the password in /etc/passwd rather than using the correct system calls for password manipulation.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 08:42 AM
08-06-2002 08:42 AM
Re: What I should be aware of if turning to Trusted Mode!
Check your /etc/nsswitch.conf entries. They should be similar to that of /etc/nsswitch.files or /etc/nsswitch.nisplus depending on whether the system is Basic or NIS+
If the entries are similar to nsswitch.compat or nsswitch.hp_defaults, then conversion of a system to trusted mode locks all the accounts. even the root's and disables remote access, allowing console access only!
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 09:24 AM
08-06-2002 09:24 AM
Re: What I should be aware of if turning to Trusted Mode!
It is definately recommended to convert to a trusted system just be aware of potential problems.
As was suggested earlier, always try this out on a test system first (hopefully one with a similar configuration to the production server).
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 09:46 AM
08-06-2002 09:46 AM
Re: What I should be aware of if turning to Trusted Mode!
Check with the application vendor's to see if the apps running on that system need more than read access to /etc/passwd. A well constructed app should not be writing to /etc/passwd, and should never care where the actual password is stored.
HTH
mark