- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Is my system trusted ?
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
12-20-2001 03:17 AM
12-20-2001 03:17 AM
The /tcb/files/auth/* directories exist (are they deleted when untrusting a system ?)
But in the /etc/passwd file, encrypted passwd still exist. Shouldn't they be removed on a trusted system ?
So, how to know if the system is trusted ?
thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 03:19 AM
12-20-2001 03:19 AM
Re: Is my system trusted ?
SAM / Auditing and Security / System security Polocies.
Then you are dealing with a trusted system for definite!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 03:58 AM
12-20-2001 03:58 AM
Re: Is my system trusted ?
you can check it with SAM .
also you can cat the /etc/passwd - if your system have ****** in the passwd file that mean that your system is truted .
another way is to see if you have files in : /tcb/files/auth/
you can also see this answer :
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc2ecd211e18ad5118ff10090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 04:01 AM
12-20-2001 04:01 AM
Re: Is my system trusted ?
If all the passwords are a *, you are running in trusted mode (e.g for a ora817 user):
ora817:*:105:103:,,,:/home/ora817:/usr/bin/sh
If the password is some encrypted text, you're not running in trusted mode:
ora817:h7FZmrWC7Ou.I:105:103:,,,:/home/ora817:/usr/bin/sh
Kurt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 06:59 AM
12-20-2001 06:59 AM
Re: Is my system trusted ?
System is not trusted will appear if such is true, otherwise you will get a little a much different output.
Look at the return codes if you want to script this.
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 07:06 AM
12-20-2001 07:06 AM
Re: Is my system trusted ?
If you login into a trusted system. After displaying the messages regarding checking disk quotas and copyright, it displays the time and terminal from where the last successfule and unsuccessful login was attempted. Or something like that. This message is not displayed on a untrusted system.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 07:08 AM
12-20-2001 07:08 AM
Re: Is my system trusted ?
So who to believe ?
Using SAM, or the command getprdef, it seems it is a trusted system.
So why passords are still in /etc/passwd ?????????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 07:18 AM
12-20-2001 07:18 AM
Solution/usr/lbin/tsconvert ???r to unconvert from command line
/usr/lbin/tsconvert ???c to convert from command line
for i in `cat /etc/passwd | awk -F: '{print $1}'`
do
/usr/lbin/modprpw -V $i
done
What does /etc/passwd look like then.
MC,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 07:25 AM
12-20-2001 07:25 AM
Re: Is my system trusted ?
Normally, If any of the /etc/passwd users are also in the shadow password file at the time the pwconv was done, they are not converted.To convert the encrypted /etc/passwd user passwords, remove them from
shadow passwd prior to running pwconv.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 07:32 AM
12-20-2001 07:32 AM
Re: Is my system trusted ?
See this for more info:
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=220fa6870ebc87f54e/screen=ckiDisplayDocument?docId=200000024602510
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=72d087a40e61f1d974/screen=ckiDisplayDocument?docId=200000024602673
Shiju