<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Authentication logging problem in Linux server. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/authentication-logging-problem-in-linux-server/m-p/5166781#M50508</link>
    <description>Sorry------&lt;BR /&gt;&lt;BR /&gt;In previous thread,I have mentioned only configuration of auth logs entires.&lt;BR /&gt;&lt;BR /&gt;My problem is that authentication logs are not capturing in /var/adm/authlog file.&lt;BR /&gt;</description>
    <pubDate>Sun, 29 Mar 2009 18:37:06 GMT</pubDate>
    <dc:creator>Kanagaraj</dc:creator>
    <dc:date>2009-03-29T18:37:06Z</dc:date>
    <item>
      <title>Authentication logging problem in Linux server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/authentication-logging-problem-in-linux-server/m-p/5166780#M50507</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;our linux server have intalled OS Redhat E5 Linux,I want to capture auth.info and auth.notice logs in /var/log/authlog file.&lt;BR /&gt;&lt;BR /&gt;I have made entires in /etc/syslog.conf file.&lt;BR /&gt;&lt;BR /&gt;The entries are given below.&lt;BR /&gt;&lt;BR /&gt;auth.info /var/log/authlog&lt;BR /&gt;auth.info /var/log/authlog&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;one information..&lt;BR /&gt;authlog file already created.&lt;BR /&gt;-rw------- 1 root root 0 Mar 27 18:44 /var/log/authlog&lt;BR /&gt;&lt;BR /&gt;I have restarted syslog demon&lt;BR /&gt;service restart syslog&lt;BR /&gt;&lt;BR /&gt;if any one faced same problem and resolved then Please share with me........</description>
      <pubDate>Sun, 29 Mar 2009 18:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/authentication-logging-problem-in-linux-server/m-p/5166780#M50507</guid>
      <dc:creator>Kanagaraj</dc:creator>
      <dc:date>2009-03-29T18:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication logging problem in Linux server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/authentication-logging-problem-in-linux-server/m-p/5166781#M50508</link>
      <description>Sorry------&lt;BR /&gt;&lt;BR /&gt;In previous thread,I have mentioned only configuration of auth logs entires.&lt;BR /&gt;&lt;BR /&gt;My problem is that authentication logs are not capturing in /var/adm/authlog file.&lt;BR /&gt;</description>
      <pubDate>Sun, 29 Mar 2009 18:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/authentication-logging-problem-in-linux-server/m-p/5166781#M50508</guid>
      <dc:creator>Kanagaraj</dc:creator>
      <dc:date>2009-03-29T18:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication logging problem in Linux server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/authentication-logging-problem-in-linux-server/m-p/5166782#M50509</link>
      <description>Perhaps you've made the same mistake as many others when editing the syslog.conf file for the first time. &lt;BR /&gt;&lt;BR /&gt;Between "auth.info" and "/var/log/authlog" parts, there *must* be at least one TAB character, not a space character.&lt;BR /&gt;&lt;BR /&gt;Also, the specification&lt;BR /&gt;&lt;BR /&gt;auth.info&lt;TAB&gt;/var/log/authlog&lt;BR /&gt;&lt;BR /&gt;captures all "auth" category messages of severity "info" _and above_. &lt;BR /&gt;&lt;BR /&gt;To get _only_ messages of severity "info" or "notice", you must do something like this:&lt;BR /&gt;&lt;BR /&gt;auth.info,auth.!warn&lt;TAB&gt;/var/log/authlog&lt;BR /&gt;&lt;BR /&gt;This selects authentication messages of severity "info" and above, then _de-selects_ messages of severity "warn" and above, leaving only "info" and "notice".&lt;BR /&gt;&lt;BR /&gt;An alternative way to specify it would be:&lt;BR /&gt;auth.=info,auth.=notice&lt;TAB&gt;/var/log/authlog&lt;BR /&gt;&lt;BR /&gt;The equal sign means "only this severity level exactly".&lt;BR /&gt;&lt;BR /&gt;MK&lt;/TAB&gt;&lt;/TAB&gt;&lt;/TAB&gt;</description>
      <pubDate>Mon, 30 Mar 2009 16:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/authentication-logging-problem-in-linux-server/m-p/5166782#M50509</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-03-30T16:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication logging problem in Linux server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/authentication-logging-problem-in-linux-server/m-p/5166783#M50510</link>
      <description>Thanks MK,Problem solved.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Mar 2009 17:24:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/authentication-logging-problem-in-linux-server/m-p/5166783#M50510</guid>
      <dc:creator>Kanagaraj</dc:creator>
      <dc:date>2009-03-31T17:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication logging problem in Linux server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/authentication-logging-problem-in-linux-server/m-p/5166784#M50511</link>
      <description>I am closing this thread</description>
      <pubDate>Tue, 31 Mar 2009 17:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/authentication-logging-problem-in-linux-server/m-p/5166784#M50511</guid>
      <dc:creator>Kanagaraj</dc:creator>
      <dc:date>2009-03-31T17:25:29Z</dc:date>
    </item>
  </channel>
</rss>

