<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018787#M130022</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;PAM will always be "active" - it's an authentication method, not a daemon. The access methods of "login", "dtlogin", "su", etc. are all built to check PAM.&lt;BR /&gt;&lt;BR /&gt;You can add user-level PAM restrictions in:&lt;BR /&gt;/etc/pam_user.conf&lt;BR /&gt;&lt;BR /&gt;For details, do:&lt;BR /&gt;man pam_user.conf&lt;BR /&gt;&lt;BR /&gt;An alternative is to install TCP-Wrappers:&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This will allow you to restrict access at a very detailed level.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Ollie.</description>
    <pubDate>Thu, 10 Jul 2003 04:33:46 GMT</pubDate>
    <dc:creator>Ollie R</dc:creator>
    <dc:date>2003-07-10T04:33:46Z</dc:date>
    <item>
      <title>pam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018778#M130013</link>
      <description>lo!&lt;BR /&gt;&lt;BR /&gt;'m looking for a PAM depot for HP-ux 10.20&lt;BR /&gt;&lt;BR /&gt;is there PAM modules available (.depot for 10.20 and 11.0) in order to restrict services access (like telnet, rlogin)&lt;BR /&gt;&lt;BR /&gt;thx, best regards</description>
      <pubDate>Wed, 09 Jul 2003 07:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018778#M130013</guid>
      <dc:creator>gui_3</dc:creator>
      <dc:date>2003-07-09T07:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: pam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018779#M130014</link>
      <description>Hi Gui,&lt;BR /&gt;&lt;BR /&gt;As far as I was aware, PAM is installed as standard.&lt;BR /&gt;&lt;BR /&gt;What happens if you run:&lt;BR /&gt;man pam&lt;BR /&gt;&lt;BR /&gt;???&lt;BR /&gt;&lt;BR /&gt;Ollie.</description>
      <pubDate>Wed, 09 Jul 2003 07:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018779#M130014</guid>
      <dc:creator>Ollie R</dc:creator>
      <dc:date>2003-07-09T07:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: pam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018780#M130015</link>
      <description>&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062952850" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062952850&lt;/A&gt;</description>
      <pubDate>Wed, 09 Jul 2003 08:16:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018780#M130015</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-07-09T08:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: pam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018781#M130016</link>
      <description>yes man pam gime the pam's manpage, but there'is no /etc/pam.conf. how could i detect pam is running, or how to make it enable.</description>
      <pubDate>Wed, 09 Jul 2003 09:07:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018781#M130016</guid>
      <dc:creator>gui_3</dc:creator>
      <dc:date>2003-07-09T09:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: pam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018782#M130017</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;No "/etc/pam.conf"? Oh dear!&lt;BR /&gt;&lt;BR /&gt;You can get a copy of the default from&lt;BR /&gt;/usr/newconfig/etc/pam.conf&lt;BR /&gt;&lt;BR /&gt;Ollie.</description>
      <pubDate>Wed, 09 Jul 2003 09:15:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018782#M130017</guid>
      <dc:creator>Ollie R</dc:creator>
      <dc:date>2003-07-09T09:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: pam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018783#M130018</link>
      <description>thx , but the problem is not to configure PAM (i know how to configure it:))&lt;BR /&gt;&lt;BR /&gt;the probleme is: how to know if it is running, or how to enable it, if it has been installed?&lt;BR /&gt;&lt;BR /&gt;u see &lt;BR /&gt;&lt;BR /&gt;best regards</description>
      <pubDate>Wed, 09 Jul 2003 11:47:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018783#M130018</guid>
      <dc:creator>gui_3</dc:creator>
      <dc:date>2003-07-09T11:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: pam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018784#M130019</link>
      <description>Hi,&lt;BR /&gt;if your inetntion is to restric access, also consider to setup properly&lt;BR /&gt;&lt;BR /&gt;/var/adm/inetd.sec ,&lt;BR /&gt;&lt;BR /&gt;refer to the man page for all the options.&lt;BR /&gt;&lt;BR /&gt;  HTH;&lt;BR /&gt;    Massimo&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jul 2003 11:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018784#M130019</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-09T11:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: pam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018785#M130020</link>
      <description>thx, but i want a control on user's level. I want to allow one user to connect (rlogin,telnet) and deny the other's. &lt;BR /&gt;&lt;BR /&gt;i can't put /bin/false in /etc/passwd, cose i want to be able to su the other's&lt;BR /&gt;&lt;BR /&gt;i think pam is the only solution allowed to me&lt;BR /&gt;&lt;BR /&gt;see u</description>
      <pubDate>Wed, 09 Jul 2003 15:34:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018785#M130020</guid>
      <dc:creator>gui_3</dc:creator>
      <dc:date>2003-07-09T15:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: pam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018786#M130021</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;PAM will always be "active" - it's an authentication method, not a daemon. The access methods of "login", "dtlogin", "su", etc. are all built to check PAM.&lt;BR /&gt;&lt;BR /&gt;You can add user-level PAM restrictions in:&lt;BR /&gt;/etc/pam_user.conf&lt;BR /&gt;&lt;BR /&gt;For details, do:&lt;BR /&gt;man pam_user.conf&lt;BR /&gt;&lt;BR /&gt;An alternative is to install TCP-Wrappers:&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This will allow you to restrict access at a very detailed level.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Ollie.</description>
      <pubDate>Thu, 10 Jul 2003 04:32:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018786#M130021</guid>
      <dc:creator>Ollie R</dc:creator>
      <dc:date>2003-07-10T04:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: pam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018787#M130022</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;PAM will always be "active" - it's an authentication method, not a daemon. The access methods of "login", "dtlogin", "su", etc. are all built to check PAM.&lt;BR /&gt;&lt;BR /&gt;You can add user-level PAM restrictions in:&lt;BR /&gt;/etc/pam_user.conf&lt;BR /&gt;&lt;BR /&gt;For details, do:&lt;BR /&gt;man pam_user.conf&lt;BR /&gt;&lt;BR /&gt;An alternative is to install TCP-Wrappers:&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This will allow you to restrict access at a very detailed level.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Ollie.</description>
      <pubDate>Thu, 10 Jul 2003 04:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018787#M130022</guid>
      <dc:creator>Ollie R</dc:creator>
      <dc:date>2003-07-10T04:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: pam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018788#M130023</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;PAM will always be "active" - it's an authentication method, not a daemon. The access methods of "login", "dtlogin", "su", etc. are all built to check PAM.&lt;BR /&gt;&lt;BR /&gt;You can add user-level PAM restrictions in:&lt;BR /&gt;/etc/pam_user.conf&lt;BR /&gt;&lt;BR /&gt;For details, do:&lt;BR /&gt;man pam_user.conf&lt;BR /&gt;&lt;BR /&gt;An alternative is to install TCP-Wrappers:&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This will allow you to restrict access at a very detailed level.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Ollie.</description>
      <pubDate>Thu, 10 Jul 2003 04:38:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018788#M130023</guid>
      <dc:creator>Ollie R</dc:creator>
      <dc:date>2003-07-10T04:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: pam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018789#M130024</link>
      <description>thx,&lt;BR /&gt;&lt;BR /&gt;that's all i want to know&lt;BR /&gt;&lt;BR /&gt;but 'm not sure that tcpwrapper could help me ...  i already studied that solution &lt;BR /&gt;&lt;BR /&gt;see u</description>
      <pubDate>Thu, 10 Jul 2003 05:59:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018789#M130024</guid>
      <dc:creator>gui_4</dc:creator>
      <dc:date>2003-07-10T05:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: pam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018790#M130025</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;TCP Wrappers will allow you to select which users and/or systems can access the inetd services like "login", "rlogin", "remsh", etc.&lt;BR /&gt;&lt;BR /&gt;It's therefore ideal for the job if you can invest the time to set it up properly.&lt;BR /&gt;&lt;BR /&gt;Good luck, which ever path you choose!&lt;BR /&gt;&lt;BR /&gt;Ollie.&lt;BR /&gt;&lt;BR /&gt;BTW - Don't forget to assign points!!!</description>
      <pubDate>Thu, 10 Jul 2003 06:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pam/m-p/3018790#M130025</guid>
      <dc:creator>Ollie R</dc:creator>
      <dc:date>2003-07-10T06:04:55Z</dc:date>
    </item>
  </channel>
</rss>

