<?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: Guest Account No Password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/guest-account-no-password/m-p/2752641#M70583</link>
    <description>Try to log in and when prompted for the password just hit return.  If you get logged in, there's no password.&lt;BR /&gt;&lt;BR /&gt;You could also check /etc/passwd and if the 2nd field is empty, then there's no passwd.&lt;BR /&gt;&lt;BR /&gt;userid::123:12::/home/dir/:/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;The above entry has no passwd assigned.</description>
    <pubDate>Wed, 26 Jun 2002 15:06:40 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2002-06-26T15:06:40Z</dc:date>
    <item>
      <title>Guest Account No Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/guest-account-no-password/m-p/2752639#M70581</link>
      <description>What the quickest way to determine if a guest account has no password?</description>
      <pubDate>Wed, 26 Jun 2002 15:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/guest-account-no-password/m-p/2752639#M70581</guid>
      <dc:creator>Jim Thrash</dc:creator>
      <dc:date>2002-06-26T15:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Guest Account No Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/guest-account-no-password/m-p/2752640#M70582</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  It depends, What is the prupous of that account. If it is for ftp, better way is setup and anonymous ftp. &lt;BR /&gt;&lt;BR /&gt;  If guest need shell prompt then U will have to use user add command. First determin the uid and gid for guest, then&lt;BR /&gt;&lt;BR /&gt;#useradd -u &lt;UID&gt; -g &lt;GID&gt; -m -k /etc/skel -d /home/guest -s /bin/sh guest&lt;BR /&gt;&lt;BR /&gt;#passwd guest&lt;BR /&gt;&lt;BR /&gt;  Enter a nil passwd&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;Shahul&lt;/GID&gt;&lt;/UID&gt;</description>
      <pubDate>Wed, 26 Jun 2002 15:05:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/guest-account-no-password/m-p/2752640#M70582</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2002-06-26T15:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Guest Account No Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/guest-account-no-password/m-p/2752641#M70583</link>
      <description>Try to log in and when prompted for the password just hit return.  If you get logged in, there's no password.&lt;BR /&gt;&lt;BR /&gt;You could also check /etc/passwd and if the 2nd field is empty, then there's no passwd.&lt;BR /&gt;&lt;BR /&gt;userid::123:12::/home/dir/:/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;The above entry has no passwd assigned.</description>
      <pubDate>Wed, 26 Jun 2002 15:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/guest-account-no-password/m-p/2752641#M70583</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-06-26T15:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Guest Account No Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/guest-account-no-password/m-p/2752642#M70584</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just login and find out.....or check in the /etc/passwd file if the field after username guest is blank&lt;BR /&gt;&lt;BR /&gt;guest::uid:gid:&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Wed, 26 Jun 2002 15:09:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/guest-account-no-password/m-p/2752642#M70584</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-26T15:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Guest Account No Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/guest-account-no-password/m-p/2752643#M70585</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt; Oh..Sorry. I misunderstood ur question. &lt;BR /&gt;&lt;BR /&gt;  As others pointed, U can find out in /etc/passwd file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;Shahul</description>
      <pubDate>Wed, 26 Jun 2002 15:16:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/guest-account-no-password/m-p/2752643#M70585</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2002-06-26T15:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Guest Account No Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/guest-account-no-password/m-p/2752644#M70586</link>
      <description>Here's the command to find out the user accounts with no passwd,&lt;BR /&gt;&lt;BR /&gt;#logins -p&lt;BR /&gt;&lt;BR /&gt; Will list the users who don't have the passwd &lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jun 2002 15:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/guest-account-no-password/m-p/2752644#M70586</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-06-26T15:20:13Z</dc:date>
    </item>
  </channel>
</rss>

