<?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: Enabling and Disabling for a specific user on HP-UX 11.11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-and-disabling-for-a-specific-user-on-hp-ux-11-11/m-p/4922024#M741978</link>
    <description>If you wanted to check the passwd first (to see if it was legit or not) you could set up a fake .profile. That also enables you to send particular message to the users and then log them out.&lt;BR /&gt;The above keeps the user in passwd file without * or /usr/bin/false&lt;BR /&gt;&lt;BR /&gt;Matthew Ghofrani&lt;BR /&gt;From Boston&lt;BR /&gt;</description>
    <pubDate>Wed, 31 Aug 2005 10:07:14 GMT</pubDate>
    <dc:creator>Matthew Ghofrani</dc:creator>
    <dc:date>2005-08-31T10:07:14Z</dc:date>
    <item>
      <title>Enabling and Disabling for a specific user on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-and-disabling-for-a-specific-user-on-hp-ux-11-11/m-p/4922019#M741973</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I was curious how you can prevent and enable direct logins using ssh and telnet.  Is it the same method for both?&lt;BR /&gt;&lt;BR /&gt;Example:) I have an Application user that i do not want people logging on directly to a system as this user...&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;KPS</description>
      <pubDate>Tue, 30 Aug 2005 09:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-and-disabling-for-a-specific-user-on-hp-ux-11-11/m-p/4922019#M741973</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2005-08-30T09:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling and Disabling for a specific user on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-and-disabling-for-a-specific-user-on-hp-ux-11-11/m-p/4922020#M741974</link>
      <description>The easiest way is to set the users shell to /usr/bin/false.&lt;BR /&gt;&lt;BR /&gt;Change this in /etc/passwd (carefully).</description>
      <pubDate>Tue, 30 Aug 2005 09:30:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-and-disabling-for-a-specific-user-on-hp-ux-11-11/m-p/4922020#M741974</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2005-08-30T09:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling and Disabling for a specific user on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-and-disabling-for-a-specific-user-on-hp-ux-11-11/m-p/4922021#M741975</link>
      <description>You can also replace the password field in /etc/passwd with an asterisk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 30 Aug 2005 09:32:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-and-disabling-for-a-specific-user-on-hp-ux-11-11/m-p/4922021#M741975</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-08-30T09:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling and Disabling for a specific user on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-and-disabling-for-a-specific-user-on-hp-ux-11-11/m-p/4922022#M741976</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You may:&lt;BR /&gt;&lt;BR /&gt;#passwd -l &lt;USER_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;This will lock the user account.&lt;BR /&gt;&lt;BR /&gt;Check:&lt;BR /&gt;&lt;BR /&gt;#man passwd&lt;BR /&gt;&lt;BR /&gt;for details.&lt;BR /&gt;&lt;BR /&gt;Enjoy :)&lt;BR /&gt;&lt;BR /&gt;Pedro&lt;/USER_NAME&gt;</description>
      <pubDate>Tue, 30 Aug 2005 09:33:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-and-disabling-for-a-specific-user-on-hp-ux-11-11/m-p/4922022#M741976</guid>
      <dc:creator>Pedro Cirne</dc:creator>
      <dc:date>2005-08-30T09:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling and Disabling for a specific user on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-and-disabling-for-a-specific-user-on-hp-ux-11-11/m-p/4922023#M741977</link>
      <description>There is also a deactivate user function within SAM.</description>
      <pubDate>Tue, 30 Aug 2005 09:34:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-and-disabling-for-a-specific-user-on-hp-ux-11-11/m-p/4922023#M741977</guid>
      <dc:creator>Alan Meyer_4</dc:creator>
      <dc:date>2005-08-30T09:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling and Disabling for a specific user on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-and-disabling-for-a-specific-user-on-hp-ux-11-11/m-p/4922024#M741978</link>
      <description>If you wanted to check the passwd first (to see if it was legit or not) you could set up a fake .profile. That also enables you to send particular message to the users and then log them out.&lt;BR /&gt;The above keeps the user in passwd file without * or /usr/bin/false&lt;BR /&gt;&lt;BR /&gt;Matthew Ghofrani&lt;BR /&gt;From Boston&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Aug 2005 10:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-and-disabling-for-a-specific-user-on-hp-ux-11-11/m-p/4922024#M741978</guid>
      <dc:creator>Matthew Ghofrani</dc:creator>
      <dc:date>2005-08-31T10:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling and Disabling for a specific user on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-and-disabling-for-a-specific-user-on-hp-ux-11-11/m-p/4922025#M741979</link>
      <description>.</description>
      <pubDate>Wed, 31 Aug 2005 10:12:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-and-disabling-for-a-specific-user-on-hp-ux-11-11/m-p/4922025#M741979</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2005-08-31T10:12:00Z</dc:date>
    </item>
  </channel>
</rss>

