<?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: PAM error - HPUX 11.23 IA64 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pam-error-hpux-11-23-ia64/m-p/4039763#M737992</link>
    <description>According to man pam_hpsec, you must use this module at the top of all the modules.&lt;BR /&gt;&lt;BR /&gt;The use of pam_hpsec is mandatory for services like login, dtlogin, ftp, remsh/rexec and ssh.  It is required that these services stack this module on the top of the stack above one or more non-optional modules such as pam_unix, pam_krb5, or pam_ldap.  Application writers and system administrators must consider whether it is appropriate to use pam_hpsec for any given application.</description>
    <pubDate>Wed, 18 Jul 2007 18:14:34 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2007-07-18T18:14:34Z</dc:date>
    <item>
      <title>PAM error - HPUX 11.23 IA64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam-error-hpux-11-23-ia64/m-p/4039761#M737990</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have developed custom PAM module and my pam.conf looks like:&lt;BR /&gt;login      auth sufficient   pam_inhouse.so&lt;BR /&gt;login      auth required     libpam_hpsec.so.1&lt;BR /&gt;login      auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;(I am using the same for account, session and password stacks)&lt;BR /&gt;Though the login is successful with the custom id(pam_inhouse returns success) it is still calling into libpam_hpsec and libpam_unix which will eventually return error and so the login is not successful. Setting "suufcient" control flag for all solves the problem. But as I can understand, that is not really a good solution. Is there any other thing that need to be considered when using libpam_hpsec?(extension provided by HPUX)&lt;BR /&gt;&lt;BR /&gt;Thannks for your help,</description>
      <pubDate>Wed, 18 Jul 2007 12:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam-error-hpux-11-23-ia64/m-p/4039761#M737990</guid>
      <dc:creator>Faizulla</dc:creator>
      <dc:date>2007-07-18T12:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: PAM error - HPUX 11.23 IA64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam-error-hpux-11-23-ia64/m-p/4039762#M737991</link>
      <description>To add more details-&lt;BR /&gt;&lt;BR /&gt;The module pam_hpsec is stacked as andatory module above all the modules for making security checks before authentication.                                             &lt;BR /&gt;I tried turnig off pam_hpsec like this.&lt;BR /&gt;&lt;BR /&gt;# Authentication management&lt;BR /&gt;#&lt;BR /&gt;#login      auth required     libpam_hpsec.so.1&lt;BR /&gt;login      auth sufficient   pam_inhouse.so&lt;BR /&gt;login      auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I know this will not give me the additional security extensions provided by hp_sec but some level of isolation of the problem.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jul 2007 12:41:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam-error-hpux-11-23-ia64/m-p/4039762#M737991</guid>
      <dc:creator>Faizulla</dc:creator>
      <dc:date>2007-07-18T12:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: PAM error - HPUX 11.23 IA64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam-error-hpux-11-23-ia64/m-p/4039763#M737992</link>
      <description>According to man pam_hpsec, you must use this module at the top of all the modules.&lt;BR /&gt;&lt;BR /&gt;The use of pam_hpsec is mandatory for services like login, dtlogin, ftp, remsh/rexec and ssh.  It is required that these services stack this module on the top of the stack above one or more non-optional modules such as pam_unix, pam_krb5, or pam_ldap.  Application writers and system administrators must consider whether it is appropriate to use pam_hpsec for any given application.</description>
      <pubDate>Wed, 18 Jul 2007 18:14:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam-error-hpux-11-23-ia64/m-p/4039763#M737992</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-07-18T18:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: PAM error - HPUX 11.23 IA64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam-error-hpux-11-23-ia64/m-p/4039764#M737993</link>
      <description>Thanks for your reply. Yes, I have gone through the pam_hpsec manual page but I am unable to find out what is that thing making pam_hpsec to be loaded though I use "sufficient" for my inhouse module which I use at the top. When "sufficient" used and "inhouse" module returns true it should not call into pam_hpsec and pam_unix down the stack. I am just wondering if there are any specific settings to be done for pam_hpsec. Has anyone used any "inhouse" module with "pam_hpsec" successfully?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help,</description>
      <pubDate>Wed, 18 Jul 2007 22:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam-error-hpux-11-23-ia64/m-p/4039764#M737993</guid>
      <dc:creator>Faizulla</dc:creator>
      <dc:date>2007-07-18T22:08:12Z</dc:date>
    </item>
  </channel>
</rss>

