- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Password shows up in syslog.log
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-20-2002 06:55 AM
08-20-2002 06:55 AM
Password shows up in syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 07:05 AM
08-20-2002 07:05 AM
Re: Password shows up in syslog.log
You can disable all su messages to syslog.log and sulog by setting the following lines in /etc/syslog.conf, then restarting syslogd
auth.none /var/adm/syslog/syslog.log
auth.none /var/adm/sulog
However, this would prevent you from seeing messages in there that you wanted to see.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 07:06 AM
08-20-2002 07:06 AM
Re: Password shows up in syslog.log
That's not a security issue, that's a user issue!
It would be no different than if I just typed in my passwd and it showed up in my history file:
passwd oldpasswd
Personal;ly, I'd take away the ability of the user to use "su", but that's because I'm cruel :-) I don't like users to have shell access.
Of course if you don't have this activity logged, then you don't know who is attempting to breack into your system.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 07:17 AM
08-20-2002 07:17 AM
Re: Password shows up in syslog.log
you should try like this,
type in su and then press enter, system will prompt you for password.
if you type su followed by password without pressing enter system assumes your typed password as a user id and then logs in syslog file.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 07:19 AM
08-20-2002 07:19 AM
Re: Password shows up in syslog.log
http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062760077
Another good example of this kind of scenario is, someone logs in (without paying attention) thinking the Login prompt is the password prompt.. and oops ... well guess what ...
# strings /etc/btmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 07:38 AM
08-20-2002 07:38 AM
Re: Password shows up in syslog.log
UNIX does not know it was a password, it wanted a user id.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 07:42 AM
08-20-2002 07:42 AM
Re: Password shows up in syslog.log
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 08:04 AM
08-20-2002 08:04 AM
Re: Password shows up in syslog.log
Further to the other answers to your query, it may have been logged in places other than syslog. I think there's a possibility that it would be visible if someone had run a ps -ef at that time.
You should change the root password now, and perhaps have some moderately harsh words with the user!
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 08:09 AM
08-20-2002 08:09 AM
Re: Password shows up in syslog.log
it's a user problem. Unfortunately there is no patch to protect against fat finger or negligent mistakes ;-)
DIsabling SU logs in syslog is not a good idea. It's useful to know who was using SU command and the history, in case of any breakins or security related issues.
HTH
raj