<?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 Problem with HP-SMH and RH4 (authentication failure) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-with-hp-smh-and-rh4-authentication-failure/m-p/5505641#M53501</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have an old RH4 Linux and I can't bring this server into our HP-SIM.&lt;/P&gt;&lt;P&gt;Server is discovered, but when I try to login to the SMH, the vaild login credentials are not accepted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try root/password =&amp;gt;&lt;STRONG&gt;Username and password do not match&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But local on the shell it works correct, so password is fine!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the messages I see:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Jan 23 16:11:58 &amp;lt;HOSTNAME sysmgthp(pam_unix)[26245]: authentication failure; logname= uid=1223 euid=1223 tty= ruser= rhost=&amp;nbsp; user=root&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;uid1223 is the hpsmh user&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe something in the /etc/pam.d is wrong, login -file? su -file?&lt;/P&gt;&lt;P&gt;I have no other RH4 system to verify.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not shure, what I have to change, because some time ago (on other serer) I made some changes there and no one can login; also not locally on the console :-(&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jan 2012 15:43:30 GMT</pubDate>
    <dc:creator>dark-sun</dc:creator>
    <dc:date>2012-01-23T15:43:30Z</dc:date>
    <item>
      <title>Problem with HP-SMH and RH4 (authentication failure)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-hp-smh-and-rh4-authentication-failure/m-p/5505641#M53501</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have an old RH4 Linux and I can't bring this server into our HP-SIM.&lt;/P&gt;&lt;P&gt;Server is discovered, but when I try to login to the SMH, the vaild login credentials are not accepted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try root/password =&amp;gt;&lt;STRONG&gt;Username and password do not match&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But local on the shell it works correct, so password is fine!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the messages I see:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Jan 23 16:11:58 &amp;lt;HOSTNAME sysmgthp(pam_unix)[26245]: authentication failure; logname= uid=1223 euid=1223 tty= ruser= rhost=&amp;nbsp; user=root&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;uid1223 is the hpsmh user&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe something in the /etc/pam.d is wrong, login -file? su -file?&lt;/P&gt;&lt;P&gt;I have no other RH4 system to verify.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not shure, what I have to change, because some time ago (on other serer) I made some changes there and no one can login; also not locally on the console :-(&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2012 15:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-hp-smh-and-rh4-authentication-failure/m-p/5505641#M53501</guid>
      <dc:creator>dark-sun</dc:creator>
      <dc:date>2012-01-23T15:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with HP-SMH and RH4 (authentication failure)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-hp-smh-and-rh4-authentication-failure/m-p/5506519#M53508</link>
      <description>&lt;P&gt;You attached the PAM configuration files for "login" and "su". These files look pretty much standard... but these refer to a third file, namely /etc/pam.d/system-auth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Besides, the message indicates that "sysmgthp" is calling PAM directly, so you should be looking at either the SMH-specific PAM configuration file /etc/pam.d/sysmgthp or /etc/pam.d/other, which is used by all PAM-aware applications that don't have a PAM configuration file of their own.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In RHEL4, the /etc/pam.d/other file is set to deny everything by default, so if the sysmgthp PAM configuration file is not correct, the authentication is pretty much guaranteed to fail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The default sysmgthp PAM config from one of our old systems, with SMH version 2.1.5:&lt;/P&gt;&lt;PRE&gt;#%PAM-1.0
auth       required     pam_stack.so service=system-auth
auth       required     pam_nologin.so
account    required     pam_stack.so service=system-auth
password   required     pam_stack.so service=system-auth
# pam_selinux.so close should be the first session rule
session    required     pam_selinux.so close
session    required     pam_stack.so service=system-auth
session    required     pam_loginuid.so
# pam_selinux.so open should be the last session rule
session    required     pam_selinux.so multiple open&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2012 11:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-hp-smh-and-rh4-authentication-failure/m-p/5506519#M53508</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2012-01-24T11:33:53Z</dc:date>
    </item>
  </channel>
</rss>

