<?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: Restricting users using the modem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-users-using-the-modem/m-p/2496147#M830288</link>
    <description>Two possible controls-&lt;BR /&gt;1) Given modem dialin users a secondary password. See man 4 dialups on how you can force an additional password prompt.&lt;BR /&gt;&lt;BR /&gt;2) Assuming users use ksh or sh for their login shell, you can modify /etc/profile to check that the user is allowed to dialin and kick them off if not valid. See /usr/bin/tty will tell you the tty name, and /usr/bin/whoami will tell you the user.</description>
    <pubDate>Tue, 20 Feb 2001 16:11:20 GMT</pubDate>
    <dc:creator>Rodney Hills</dc:creator>
    <dc:date>2001-02-20T16:11:20Z</dc:date>
    <item>
      <title>Restricting users using the modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-users-using-the-modem/m-p/2496144#M830285</link>
      <description>Is there a way to restrict users from being allowed to login when dialing from a modem.&lt;BR /&gt;&lt;BR /&gt;i.e. is there a way that only a set of logins will be allowed to login when prompted after dialing in from a modem ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Feb 2001 15:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricting-users-using-the-modem/m-p/2496144#M830285</guid>
      <dc:creator>Stefan Saliba</dc:creator>
      <dc:date>2001-02-20T15:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting users using the modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-users-using-the-modem/m-p/2496145#M830286</link>
      <description>Hi&lt;BR /&gt;There are several ways to control logins from dialup connections. A dial back system is effective - search the forum for info on this also see man dialups on configuring a dial in password system.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Tue, 20 Feb 2001 16:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricting-users-using-the-modem/m-p/2496145#M830286</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-02-20T16:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting users using the modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-users-using-the-modem/m-p/2496146#M830287</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i'm doing this within the /etc/profile:&lt;BR /&gt;&lt;BR /&gt;case `tty` in&lt;BR /&gt;  *ttyd0p7) grep -qx $LOGNAME /etc/modem.allow&lt;BR /&gt;            if [ $? != 0 ] ; then&lt;BR /&gt;             echo "No login allowed !"&lt;BR /&gt;             exec false&lt;BR /&gt;            fi&lt;BR /&gt;            ;;&lt;BR /&gt;esac&lt;BR /&gt;&lt;BR /&gt;Only user who are listed in /etc/modem.allow are able to login via modem (check your device ttyd....)&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 20 Feb 2001 16:06:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricting-users-using-the-modem/m-p/2496146#M830287</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2001-02-20T16:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting users using the modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-users-using-the-modem/m-p/2496147#M830288</link>
      <description>Two possible controls-&lt;BR /&gt;1) Given modem dialin users a secondary password. See man 4 dialups on how you can force an additional password prompt.&lt;BR /&gt;&lt;BR /&gt;2) Assuming users use ksh or sh for their login shell, you can modify /etc/profile to check that the user is allowed to dialin and kick them off if not valid. See /usr/bin/tty will tell you the tty name, and /usr/bin/whoami will tell you the user.</description>
      <pubDate>Tue, 20 Feb 2001 16:11:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricting-users-using-the-modem/m-p/2496147#M830288</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2001-02-20T16:11:20Z</dc:date>
    </item>
  </channel>
</rss>

