- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: root login attempt
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
05-08-2002 06:01 AM
05-08-2002 06:01 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 06:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 06:06 AM
05-08-2002 06:06 AM
Re: root login attempt
/var/adm/sulog is the file which has the information , genreally in the format
SU date time <+/-> user name su name
+ if the user was suceeful
- if the user was not sucessful
we have disabled logins to even root , oracle so that we can track down using sulog as who su ing .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 06:06 AM
05-08-2002 06:06 AM
Re: root login attempt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 06:07 AM
05-08-2002 06:07 AM
Re: root login attempt
If a user tries to login as root, then the username will showup as root, not their actual name or username.
I would suggest only allowing root to login from the console, and then disable the login by typing in the password wrong until it reashes the "disable" limit.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 06:07 AM
05-08-2002 06:07 AM
Re: root login attempt
/var/adm/sulog
(the log file for the successful and failure attempts for su)
root logins with ipaddress can be had from the wtmp file.
YOu can check for the ipaddress that other than yours for the root logins.
use fwtmp command to change the wtmp file to ascii and check it out.
fwtmp /tmp/wtmp.ascii
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 06:08 AM
05-08-2002 06:08 AM
Re: root login attempt
Check these files:
/var/adm/sulog - su information
/var/adm/syslog/syslog.log
/var/adm/wtmp - logins
/var/adm/btmp - bad logins
and these commands:
# last
# lastb
HTH,
Shiju