- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - Linux
- >
- System Administration
- >
- Re: Authentication logging problem in Linux server...
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
03-29-2009 11:33 AM
03-29-2009 11:33 AM
Authentication logging problem in Linux server.
our linux server have intalled OS Redhat E5 Linux,I want to capture auth.info and auth.notice logs in /var/log/authlog file.
I have made entires in /etc/syslog.conf file.
The entries are given below.
auth.info /var/log/authlog
auth.info /var/log/authlog
one information..
authlog file already created.
-rw------- 1 root root 0 Mar 27 18:44 /var/log/authlog
I have restarted syslog demon
service restart syslog
if any one faced same problem and resolved then Please share with me........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-29-2009 11:37 AM
03-29-2009 11:37 AM
Re: Authentication logging problem in Linux server.
In previous thread,I have mentioned only configuration of auth logs entires.
My problem is that authentication logs are not capturing in /var/adm/authlog file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-30-2009 09:03 AM
03-30-2009 09:03 AM
Re: Authentication logging problem in Linux server.
Between "auth.info" and "/var/log/authlog" parts, there *must* be at least one TAB character, not a space character.
Also, the specification
auth.info
captures all "auth" category messages of severity "info" _and above_.
To get _only_ messages of severity "info" or "notice", you must do something like this:
auth.info,auth.!warn
This selects authentication messages of severity "info" and above, then _de-selects_ messages of severity "warn" and above, leaving only "info" and "notice".
An alternative way to specify it would be:
auth.=info,auth.=notice
The equal sign means "only this severity level exactly".
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-31-2009 10:24 AM
03-31-2009 10:24 AM
Re: Authentication logging problem in Linux server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-31-2009 10:25 AM
03-31-2009 10:25 AM
Re: Authentication logging problem in Linux server.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP