- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to use auditing
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-13-2002 01:36 PM
08-13-2002 01:36 PM
how to use auditing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2002 01:44 PM
08-13-2002 01:44 PM
Re: how to use auditing
It's the 'uid' that identifies an account. '/etc/passwd' simply maps the uid value to a name. Thus, there would be no way to distinguish your consultant from the "real" root.
To enable auditing (accounting) have a look at the 'acct' man pages. You can also search docs.hp.com with a string "auditing" for more information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2002 01:50 PM
08-13-2002 01:50 PM
Re: how to use auditing
Changing the UID to 0 or 3 will not help as everything will be run by the root only and u will find it diffcult to audit. The other alternative is to restrict direct loggint to root and then the users can SU to root to run the jobs , this way you can know by /var/adm/sulog as to who had lgged in as the root .
Another way is to ahve a restrive login like have a partial access .
Manoj Srivstava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2002 03:09 PM
08-13-2002 03:09 PM
Re: how to use auditing
Implement 'sudo' with pre-conceived commands that they are allowed to use, with everything copied to a 'typescript' file. See man 'script'
Sit with the consultant and run the commands yourself.
If they are auditors, why can't they give you a script to run which you can review before it is started?
When I've dealt with auditors, they do not under any circumstances get near a keyboard.
If you do not implement something to safeguard yourself, you don't what if any changes have been made.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2002 11:29 PM
08-13-2002 11:29 PM
Re: how to use auditing
about the difference between accounting (acct)
and auditing (audsys, audisp, etc.).
If you really plan to use the auditing features
available within trusted mode, you should
be able to distinguish between the uid 0
accounts. This is because each login
session gets an audit ID in addition to
a UID. (See the man pages for getaudid,
setaudid, and audusr.)
Unless your system is badly misocnfigured, the audit ID is unique for each user on the system.
The audit records displayed by audisp should
let you trace the actions of this user.