<?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 module error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pam-module-error/m-p/3508378#M844028</link>
    <description>I am writting a pam module for hpux-11.11. I have configured the module in the /etc/pam.conf for login and sshd pam services. When i try to login i get the following error debug out put and the module is not getting loaded.&lt;BR /&gt;--------------------------------------&lt;BR /&gt;PAM: load_modules: /usr/lib/security/libpam_flush.1&lt;BR /&gt;PAM: open_module: /usr/lib/security/libpam_flush.1 failed: Unresolved external&lt;BR /&gt;PAM: load_modules: can not open module /usr/lib/security/libpam_flush.1&lt;BR /&gt;PAM: load_modules: pam_sm_acct_mgmt() missing&lt;BR /&gt;--------------------------------------&lt;BR /&gt;&lt;BR /&gt;Can someone explain me why this error occurs and how to debug the problem.</description>
    <pubDate>Mon, 21 Mar 2005 04:43:47 GMT</pubDate>
    <dc:creator>Logu_2</dc:creator>
    <dc:date>2005-03-21T04:43:47Z</dc:date>
    <item>
      <title>PAM module error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam-module-error/m-p/3508378#M844028</link>
      <description>I am writting a pam module for hpux-11.11. I have configured the module in the /etc/pam.conf for login and sshd pam services. When i try to login i get the following error debug out put and the module is not getting loaded.&lt;BR /&gt;--------------------------------------&lt;BR /&gt;PAM: load_modules: /usr/lib/security/libpam_flush.1&lt;BR /&gt;PAM: open_module: /usr/lib/security/libpam_flush.1 failed: Unresolved external&lt;BR /&gt;PAM: load_modules: can not open module /usr/lib/security/libpam_flush.1&lt;BR /&gt;PAM: load_modules: pam_sm_acct_mgmt() missing&lt;BR /&gt;--------------------------------------&lt;BR /&gt;&lt;BR /&gt;Can someone explain me why this error occurs and how to debug the problem.</description>
      <pubDate>Mon, 21 Mar 2005 04:43:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam-module-error/m-p/3508378#M844028</guid>
      <dc:creator>Logu_2</dc:creator>
      <dc:date>2005-03-21T04:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: PAM module error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam-module-error/m-p/3508379#M844029</link>
      <description>Check permissions on the module and make sure it's owner group is root/sys .&lt;BR /&gt;&lt;BR /&gt;This can cause these problems.&lt;BR /&gt;&lt;BR /&gt;Obviously, double check spelling of the module in question and make sure it matches in the place its defined and called (this was one of my old bugs when I'd code .. I'd use "mgmt" one place and then try to call it with "mgt" or something like that).&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Mar 2005 10:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam-module-error/m-p/3508379#M844029</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-03-23T10:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: PAM module error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam-module-error/m-p/3508380#M844030</link>
      <description>As far as debugging PAM in general, you used to be able to do something like this (this was testing some dtlogin stuff):&lt;BR /&gt;&lt;BR /&gt;# touch /etc/pam_debug; chmod 666 /etc/pam_debug&lt;BR /&gt;   # edit /etc/pam.conf&lt;BR /&gt;   dtlogin  auth required  /usr/lib/security/libpam_unix.1 debug&lt;BR /&gt;   dtlogin  account required       /usr/lib/security/libpam_unix.1 debug&lt;BR /&gt;   dtlogin  session required       /usr/lib/security/libpam_unix.1 debug&lt;BR /&gt;   dtlogin  password required      /usr/lib/security/libpam_unix.1 debug&lt;BR /&gt;   # edit /etc/syslog.conf&lt;BR /&gt;      *.debug                 /var/adm/syslog/debug.log&lt;BR /&gt;  &lt;BR /&gt;Then when done, do:&lt;BR /&gt;&lt;BR /&gt;- rm /etc/pam_debug; /usr/dt/config/dtrc.d/80_dtlogin_debug&lt;BR /&gt;  - edit /etc/syslog.conf; remove *.debug&lt;BR /&gt;  - rm /var/dt/*debug* /var/adm/syslog/debug.log&lt;BR /&gt;&lt;BR /&gt;Not sure if the exact filenames would apply to you.&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Mar 2005 10:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam-module-error/m-p/3508380#M844030</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-03-23T10:55:18Z</dc:date>
    </item>
  </channel>
</rss>

