<?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 PAM error in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/pam-error/m-p/4512086#M38515</link>
    <description>In ARM processor, we have installed Linux-PAM-1.0.0 version and user has been &lt;BR /&gt;created .we are able to login through command prompt successfuly. But when we &lt;BR /&gt;try to login through web it is giving following error &lt;BR /&gt;&lt;BR /&gt;pam_unix(passwd:auth): user's record unavailable&lt;BR /&gt;pam_unix(passwd:auth): check pass; user unknown&lt;BR /&gt;pam_unix(passwd:auth): authentication failure; logname= uid=0 euid=0 tty= &lt;BR /&gt;ruser= rhost=&lt;BR /&gt;&lt;BR /&gt;How can we solve this problem ?</description>
    <pubDate>Mon, 12 Oct 2009 09:52:13 GMT</pubDate>
    <dc:creator>shrimanth</dc:creator>
    <dc:date>2009-10-12T09:52:13Z</dc:date>
    <item>
      <title>PAM error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-error/m-p/4512086#M38515</link>
      <description>In ARM processor, we have installed Linux-PAM-1.0.0 version and user has been &lt;BR /&gt;created .we are able to login through command prompt successfuly. But when we &lt;BR /&gt;try to login through web it is giving following error &lt;BR /&gt;&lt;BR /&gt;pam_unix(passwd:auth): user's record unavailable&lt;BR /&gt;pam_unix(passwd:auth): check pass; user unknown&lt;BR /&gt;pam_unix(passwd:auth): authentication failure; logname= uid=0 euid=0 tty= &lt;BR /&gt;ruser= rhost=&lt;BR /&gt;&lt;BR /&gt;How can we solve this problem ?</description>
      <pubDate>Mon, 12 Oct 2009 09:52:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-error/m-p/4512086#M38515</guid>
      <dc:creator>shrimanth</dc:creator>
      <dc:date>2009-10-12T09:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: PAM error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-error/m-p/4512087#M38516</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] try to login through web [...]&lt;BR /&gt;&lt;BR /&gt;What does that mean?  As usual, showing&lt;BR /&gt;actual commands with their actual output can&lt;BR /&gt;be more helpful than vague descriptions or&lt;BR /&gt;interpretations.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; pam_unix(passwd:auth): user's record unavailable&lt;BR /&gt;&amp;gt; pam_unix(passwd:auth): check pass; user unknown&lt;BR /&gt;&lt;BR /&gt;Sounds as if the user name is not valid.&lt;BR /&gt;What is it?</description>
      <pubDate>Mon, 12 Oct 2009 14:07:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-error/m-p/4512087#M38516</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-12T14:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: PAM error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-error/m-p/4512088#M38517</link>
      <description>This usually happens because the program that accepts the login from the web is not PAM aware, or the module has not been added to the "/etc/pam.conf" or "/etc/pam.d/module" depending on your distro.&lt;BR /&gt;&lt;BR /&gt;Here is an example from an AIX box (no Linux to hand), but the principle is the same&lt;BR /&gt;&lt;BR /&gt;sshd            account    required     pam_aix debug&lt;BR /&gt;su              account    sufficient   pam_allowroot&lt;BR /&gt;telnet          account    required     pam_aix&lt;BR /&gt;&lt;BR /&gt;OTHER          password   required     pam_prohibit&lt;BR /&gt;&lt;BR /&gt;sshd            password   required     pam_aix use_new_state try_first_pass&lt;BR /&gt;telnet          password   required     pam_aix&lt;BR /&gt;&lt;BR /&gt;OTHER          password   required     pam_prohibit&lt;BR /&gt;&lt;BR /&gt;sshd            session    required     pam_aix&lt;BR /&gt;sshd            session    required     pam_mkuserhome&lt;BR /&gt;telnet          session    required     pam_aix&lt;BR /&gt;&lt;BR /&gt;OTHER          password   required     pam_prohibit&lt;BR /&gt;&lt;BR /&gt;In this example PAM can handle requests from both telnet and SSH, and disallows everything else. What you could try is changing the default "prohibit" to "allow" which would mean PAM would automatically allow everything.&lt;BR /&gt;&lt;BR /&gt;The other place to look is your "auth" log files. You can find this file by looking in "/etc/syslog.conf". Where possible set the PAM modules to the highest debug level possible and see which error messages you get.</description>
      <pubDate>Tue, 13 Oct 2009 04:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-error/m-p/4512088#M38517</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2009-10-13T04:22:56Z</dc:date>
    </item>
  </channel>
</rss>

