- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Security on HPUX 11.0
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-29-2001 02:21 AM
08-29-2001 02:21 AM
Security on HPUX 11.0
that is running on a L2000 server running HPUX 11.0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 02:30 AM
08-29-2001 02:30 AM
Re: Security on HPUX 11.0
from what i understand you are looking of a software for a secure group or secure group file , s ofor this the option is a trusted system that can give the the option for a secure passwd and group file .
to convert your system to a trusted syste mgot to sam over there go to even and auditing and then choose one of the option to convert the system to a trusted system .
i would also advise if you are moving to a trusted system to read the pdf of this system
you can found it on www.docs.hp.com
there is a lot of patches for securety and but not for a secure group .
mybe someone else hread about it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 02:33 AM
08-29-2001 02:33 AM
Re: Security on HPUX 11.0
Sorry I probably wasn't to clear in my initial post.
Something has placed a group named "secure" in the /etc/group file of the system in question.
I am trying to track down what software would do that as the Client is not aware of how this happened but is suffering the consequences of it.
Cheers
Gavin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 02:48 AM
08-29-2001 02:48 AM
Re: Security on HPUX 11.0
now i m more clear .
i m an expert in patches and i can tell you for sure that there isnt any patch that put this group in the /etc/group .
i also install most of the hp software that exist and i search in our systems and didnt found and i cant remember of a hp software that is doing it .
so i thing that this is or a 3party software or some on did somthing it the past .
i would recomend to ask in your com. if someone know about this issue( probely you did it ) and then delete this entry from your system and see if something is worng .
i also check in our database about this issue and didnt found any info .
hope that you find the answer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 02:48 AM
08-29-2001 02:48 AM
Re: Security on HPUX 11.0
Check GID with the passwd file - is there an entry for a user there?
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 02:54 AM
08-29-2001 02:54 AM
Re: Security on HPUX 11.0
Further things to check :-
time/date stamp on group and passwd file - it may help.
From backups try and identify when "secure" group appeared.
from change control tie in the changed date with apps / patches applied.
chech .sh_history and search for "secure" and "group"
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 09:02 AM
08-29-2001 09:02 AM
Re: Security on HPUX 11.0
have searched your filesystems for any file
or directory owned by that group? Like:
find / -group secure -exec ls -abdl {} ";"
That list should give you an idea who/what is
using that group...
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 02:18 PM
08-29-2001 02:18 PM
Re: Security on HPUX 11.0
PS: Don't forget to give points.