<?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: Linux User authentication by PAM in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-user-authentication-by-pam/m-p/3179193#M9457</link>
    <description>Some more details here please.&lt;BR /&gt;&lt;BR /&gt;Log in using what protocol?&lt;BR /&gt;&lt;BR /&gt;Log in using what user?&lt;BR /&gt;&lt;BR /&gt;It quite possibly has something to do with PAM, but as far as I'm aware, it doesn't keep score on how many bad user attempts you've made and lock you out, unless you've already tweaked the configuration.</description>
    <pubDate>Fri, 30 Jan 2004 22:22:33 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2004-01-30T22:22:33Z</dc:date>
    <item>
      <title>Linux User authentication by PAM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-user-authentication-by-pam/m-p/3179191#M9455</link>
      <description>Hi experts,&lt;BR /&gt;&lt;BR /&gt;   I have a lionux user account which was not able to login even after password resets. It always says "Login Failure". I think it is something to do with PAM authentication. Do some one have an idea how to reset the PAM Access failure counts? Any help is highly appreciated&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;Ramesh</description>
      <pubDate>Fri, 30 Jan 2004 15:14:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-user-authentication-by-pam/m-p/3179191#M9455</guid>
      <dc:creator>Rameshrajan</dc:creator>
      <dc:date>2004-01-30T15:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Linux User authentication by PAM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-user-authentication-by-pam/m-p/3179192#M9456</link>
      <description>Ramesh,&lt;BR /&gt;you you tried loging in with other users? Just trying to eliminate user-errrrr aspect of it.</description>
      <pubDate>Fri, 30 Jan 2004 15:21:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-user-authentication-by-pam/m-p/3179192#M9456</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2004-01-30T15:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Linux User authentication by PAM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-user-authentication-by-pam/m-p/3179193#M9457</link>
      <description>Some more details here please.&lt;BR /&gt;&lt;BR /&gt;Log in using what protocol?&lt;BR /&gt;&lt;BR /&gt;Log in using what user?&lt;BR /&gt;&lt;BR /&gt;It quite possibly has something to do with PAM, but as far as I'm aware, it doesn't keep score on how many bad user attempts you've made and lock you out, unless you've already tweaked the configuration.</description>
      <pubDate>Fri, 30 Jan 2004 22:22:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-user-authentication-by-pam/m-p/3179193#M9457</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-01-30T22:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Linux User authentication by PAM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-user-authentication-by-pam/m-p/3179194#M9458</link>
      <description>I hope you mess up with /etc/pam.d/system-auth. Try to run authconfig program to make sure everything related to authentication with PAM works just fine. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Vijay</description>
      <pubDate>Sat, 31 Jan 2004 12:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-user-authentication-by-pam/m-p/3179194#M9458</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2004-01-31T12:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Linux User authentication by PAM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-user-authentication-by-pam/m-p/3179195#M9459</link>
      <description>from the console&lt;BR /&gt;&lt;BR /&gt;tail -f /var/log/messages&lt;BR /&gt;&lt;BR /&gt;Then attempt a login.&lt;BR /&gt;&lt;BR /&gt;This will tell you whether the login attempt even gets to the point where it talks to the server.&lt;BR /&gt;&lt;BR /&gt;You may also want to check the configuration of the firewall:&lt;BR /&gt;&lt;BR /&gt;service ipchains stop&lt;BR /&gt;service iptaqbles stop&lt;BR /&gt;&lt;BR /&gt;Try the login again, because the firewall can  be messing with you.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 31 Jan 2004 20:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-user-authentication-by-pam/m-p/3179195#M9459</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-31T20:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Linux User authentication by PAM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-user-authentication-by-pam/m-p/3179196#M9460</link>
      <description>The first thing I would do is to go to &lt;BR /&gt;/etc/security folder and do less on access.conf + time.conf files&lt;BR /&gt;&lt;BR /&gt;These are mostly used to limit users' login by console/time .&lt;BR /&gt;Try to locate the line that starts without preceding #. This means that the line actually does limit someone.....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards...</description>
      <pubDate>Sun, 01 Feb 2004 01:39:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-user-authentication-by-pam/m-p/3179196#M9460</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-02-01T01:39:52Z</dc:date>
    </item>
  </channel>
</rss>

