<?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: Prevent users from Logging in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420766#M204129</link>
    <description>Oooooooooooooooops I clicked twice when I found error in posting reply and it came twice. i am sorry</description>
    <pubDate>Thu, 11 Nov 2004 22:42:22 GMT</pubDate>
    <dc:creator>Ranjith_5</dc:creator>
    <dc:date>2004-11-11T22:42:22Z</dc:date>
    <item>
      <title>Prevent users from Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420758#M204121</link>
      <description>Team:&lt;BR /&gt;&lt;BR /&gt;What is the best way to prevent the users from logging while i want the root to login. I can't go to single user mode.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 11 Nov 2004 20:19:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420758#M204121</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2004-11-11T20:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent users from Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420759#M204122</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;Quite a few ways... The one I would prefer is to through inetd.sec file.&lt;BR /&gt;&lt;BR /&gt;#cp /etc/inetd.sec /etc/inetd.sec.good&lt;BR /&gt;#vi /etc/inetd.sec&lt;BR /&gt;&lt;BR /&gt;Add lines like&lt;BR /&gt;&lt;BR /&gt;telnet allow ip_of_your_workstation&lt;BR /&gt;ftp allow ip_of_your_workstation&lt;BR /&gt;login allow ip_of_your_workstation&lt;BR /&gt;exec allow ip_of_your_workstation&lt;BR /&gt;shell allow ip_of_your_workstation&lt;BR /&gt;&lt;BR /&gt;Run 'inetd -c'.&lt;BR /&gt;&lt;BR /&gt;If you are running sshd, stop the daemon. Stop dtlogin process (/sbin/init.d/dtlogin stop).&lt;BR /&gt;&lt;BR /&gt;Once you are done with your work, move the old inetd.sec back and run 'inetd -c' again to get it going. Start dtlogin and sshd processes.&lt;BR /&gt;&lt;BR /&gt;-Sri &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Nov 2004 20:34:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420759#M204122</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-11T20:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent users from Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420760#M204123</link>
      <description>Another way is to use NOLOGIN feature in /etc/default/security file. See security(4) for more information.&lt;BR /&gt;&lt;BR /&gt;o Add NOLOGIN=1 to /etc/default/security file.&lt;BR /&gt;o Create /etc/nologin with the message you'd like your users to see.&lt;BR /&gt;o Stop dtlogin.&lt;BR /&gt;&lt;BR /&gt;ssh should also check for existance of /etc/nologin file so there is no need to stop sshd.</description>
      <pubDate>Thu, 11 Nov 2004 20:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420760#M204123</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2004-11-11T20:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent users from Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420761#M204124</link>
      <description>Team:&lt;BR /&gt;&lt;BR /&gt;/etc/default/security file can be used in trudted systems only right. Ours is not trusted. is there any other way?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 11 Nov 2004 21:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420761#M204124</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2004-11-11T21:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent users from Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420762#M204125</link>
      <description>As far as I know you don't need trusted system to use /etc/default/security. Although some of its parameters cannot be used on untrusted system (e.g. PASSWORD_HISTORY_DEPTH).</description>
      <pubDate>Thu, 11 Nov 2004 21:56:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420762#M204125</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2004-11-11T21:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent users from Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420763#M204126</link>
      <description>you are right. i tried and it works. i also tried the inetd.sec file (there was no such file and i had to create one but still i am able to login after making the entries and running inetd -c). aslo is there any other way?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 11 Nov 2004 22:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420763#M204126</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2004-11-11T22:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent users from Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420764#M204127</link>
      <description>Simple Method:&lt;BR /&gt;&lt;BR /&gt;Hi Brian,&lt;BR /&gt;&lt;BR /&gt;Easiest and Safest way is :&lt;BR /&gt;&lt;BR /&gt;#&amp;gt;/etc/nologin OR&lt;BR /&gt;#touch /etc/nologin&lt;BR /&gt;&lt;BR /&gt;After this kill all the users currently logged in to the system.They wont be able to login further.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=147806" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=147806&lt;/A&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Thu, 11 Nov 2004 22:39:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420764#M204127</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2004-11-11T22:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent users from Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420765#M204128</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hi Brian,&lt;BR /&gt;&lt;BR /&gt;Easiest and Safest way is :&lt;BR /&gt;&lt;BR /&gt;#&amp;gt;/etc/nologin OR&lt;BR /&gt;#touch /etc/nologin&lt;BR /&gt;&lt;BR /&gt;After this kill all the users currently logged in to the system.They wont be able to login further.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Thu, 11 Nov 2004 22:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420765#M204128</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2004-11-11T22:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent users from Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420766#M204129</link>
      <description>Oooooooooooooooops I clicked twice when I found error in posting reply and it came twice. i am sorry</description>
      <pubDate>Thu, 11 Nov 2004 22:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-users-from-logging/m-p/3420766#M204129</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2004-11-11T22:42:22Z</dc:date>
    </item>
  </channel>
</rss>

