<?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: Null password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222340#M170540</link>
    <description>Another option may be to just use the menu program as the users shell. &lt;BR /&gt;You might need to put the menu program in /etc/shells. &lt;BR /&gt;&lt;BR /&gt;mstrong:passwd:100:20::/home/mstrong:menu&lt;BR /&gt;&lt;BR /&gt;but you should definately require a password of some type.</description>
    <pubDate>Thu, 18 Mar 2004 13:56:04 GMT</pubDate>
    <dc:creator>Marvin Strong</dc:creator>
    <dc:date>2004-03-18T13:56:04Z</dc:date>
    <item>
      <title>Null password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222332#M170532</link>
      <description>Hi there people&lt;BR /&gt;&lt;BR /&gt;I need to setup a user who , when loggin in with a certain username , won't need to put in a password , it just takes him directly to a menu. &lt;BR /&gt;&lt;BR /&gt;How do I setup the no password feature ?  I can assign a null password where you can only press enter , but I want to take it away.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Mar 2004 02:34:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222332#M170532</guid>
      <dc:creator>Rudi Martin</dc:creator>
      <dc:date>2004-03-18T02:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Null password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222333#M170533</link>
      <description>edit /etc/passwd and remove the entries in the second field (separated by colons). &lt;BR /&gt;&lt;BR /&gt;Ex:&lt;BR /&gt;karthi::101:20::/home/karthi:/sbin/sh&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Thu, 18 Mar 2004 02:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222333#M170533</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-03-18T02:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Null password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222334#M170534</link>
      <description>Well, if the user connects via a serial terminal you might be able to do this by changing the login program for this user to a shell in /etc/inittab.  I have never tried this myself though. &lt;BR /&gt; &lt;BR /&gt;If the user connects via telnet I don't know how you would get a different login program running but someone else might.&lt;BR /&gt; &lt;BR /&gt;Your problem is, that you are going to HAVE to hit return.&lt;BR /&gt; &lt;BR /&gt;There is another option for you if the user is on a machine that supoprts "remsh" (rsh on most unixes and possibly rexec on Windows).  If the user has a .rhosts file on the target machine in their home directory which contains the machine they a re coming from, they can get a shell without any login interuptions at all.</description>
      <pubDate>Thu, 18 Mar 2004 02:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222334#M170534</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-18T02:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Null password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222335#M170535</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;An entry in passwd with a nul in the password field is a big security issue.&lt;BR /&gt;&lt;BR /&gt;Is this a real user or just a user being created to carry out a specific task.&lt;BR /&gt;&lt;BR /&gt;If a real user then put a password in his/her login and tell then it is too big a security issue.&lt;BR /&gt;&lt;BR /&gt;Nul entries in the passwd field is one of the first things I look for during a security check.&lt;BR /&gt;&lt;BR /&gt;If a psudo user then look at an alternative way of doing this.&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Thu, 18 Mar 2004 05:31:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222335#M170535</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2004-03-18T05:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Null password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222336#M170536</link>
      <description>Hi Paula&lt;BR /&gt;&lt;BR /&gt;It's a pseudo user. What alternatives can you recommend as I'm not too keen on this as well ?&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Mar 2004 05:46:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222336#M170536</guid>
      <dc:creator>Rudi Martin</dc:creator>
      <dc:date>2004-03-18T05:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Null password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222337#M170537</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If a psudo users do you just requre a login to carry out a specific tas?, if so then login with password and task in the users .profile followed by an exit.&lt;BR /&gt;&lt;BR /&gt;It all depend on what the user has to do once logged in.&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Thu, 18 Mar 2004 13:07:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222337#M170537</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2004-03-18T13:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Null password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222338#M170538</link>
      <description>Hi Rudi,&lt;BR /&gt;&lt;BR /&gt;be aware, that such a user also could do ftp!&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Mar 2004 13:24:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222338#M170538</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-03-18T13:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Null password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222339#M170539</link>
      <description>As others have said, you can null out the passwd entry in /etc/passwd but at the end of the line instead of the default shell have the full path name of your program/application.  The first part of the app should disable signals to prevent breaks/interrupts during  the  applications execution.  However, IMHO this is a definite security risk because you are bypassing much with no tracability.  I would only consider this on a stand alone system with unimportant data unless much time is spend making the app bulletproof.&lt;BR /&gt;&lt;BR /&gt;fwc</description>
      <pubDate>Thu, 18 Mar 2004 13:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222339#M170539</guid>
      <dc:creator>Floyd Curtis</dc:creator>
      <dc:date>2004-03-18T13:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Null password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222340#M170540</link>
      <description>Another option may be to just use the menu program as the users shell. &lt;BR /&gt;You might need to put the menu program in /etc/shells. &lt;BR /&gt;&lt;BR /&gt;mstrong:passwd:100:20::/home/mstrong:menu&lt;BR /&gt;&lt;BR /&gt;but you should definately require a password of some type.</description>
      <pubDate>Thu, 18 Mar 2004 13:56:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/null-password/m-p/3222340#M170540</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2004-03-18T13:56:04Z</dc:date>
    </item>
  </channel>
</rss>

