<?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 what is * in /etc/passwd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-in-etc-passwd/m-p/4881913#M744337</link>
    <description>Auditors question: in the /etc/passwd file, no shadow file being used.&lt;BR /&gt;&lt;BR /&gt;What does a * in the password field mean?&lt;BR /&gt;&lt;BR /&gt;In my copy of the Poniatowski HP-UX 11.x system administration and toolkit, page75, it explains that:&lt;BR /&gt;"If an asterisk appears in this field, the account can't be used."&lt;BR /&gt;&lt;BR /&gt;Does this mean that no password will satisfy login or crypt requirements, but that root can su to it, create files with that users ownership, just like a normal account?&lt;BR /&gt;Is it that the account could be used, but only by root?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 24 Jan 2005 14:55:49 GMT</pubDate>
    <dc:creator>doug mielke</dc:creator>
    <dc:date>2005-01-24T14:55:49Z</dc:date>
    <item>
      <title>what is * in /etc/passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-in-etc-passwd/m-p/4881913#M744337</link>
      <description>Auditors question: in the /etc/passwd file, no shadow file being used.&lt;BR /&gt;&lt;BR /&gt;What does a * in the password field mean?&lt;BR /&gt;&lt;BR /&gt;In my copy of the Poniatowski HP-UX 11.x system administration and toolkit, page75, it explains that:&lt;BR /&gt;"If an asterisk appears in this field, the account can't be used."&lt;BR /&gt;&lt;BR /&gt;Does this mean that no password will satisfy login or crypt requirements, but that root can su to it, create files with that users ownership, just like a normal account?&lt;BR /&gt;Is it that the account could be used, but only by root?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jan 2005 14:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-in-etc-passwd/m-p/4881913#M744337</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2005-01-24T14:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: what is * in /etc/passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-in-etc-passwd/m-p/4881914#M744338</link>
      <description>A '*' is an invalid password.  The '*' is most commonly used, but it could be any other single character as well.&lt;BR /&gt;&lt;BR /&gt;You are correct.  You will not be able to log into that account directly, but the root user can su to it (su - username).  The account can still own files and daemons can be run by those ids (lp is an example).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jan 2005 14:58:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-in-etc-passwd/m-p/4881914#M744338</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-01-24T14:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: what is * in /etc/passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-in-etc-passwd/m-p/4881915#M744339</link>
      <description>When no /etc/shadow exists, this account is in fact locked out and will be only usable by root as You described it.</description>
      <pubDate>Mon, 24 Jan 2005 14:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-in-etc-passwd/m-p/4881915#M744339</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-01-24T14:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: what is * in /etc/passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-in-etc-passwd/m-p/4881916#M744340</link>
      <description>Actually, any single character in the passwd hash field creates an impossible hash and the account is disabled. By convention, the asterisk is used to denote this state but any other single character would serve equally well.</description>
      <pubDate>Mon, 24 Jan 2005 14:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-in-etc-passwd/m-p/4881916#M744340</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-01-24T14:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: what is * in /etc/passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-in-etc-passwd/m-p/4881917#M744341</link>
      <description>'*' as the passwd in passwd file means you can't log&lt;BR /&gt;into the system using that username. Typically used&lt;BR /&gt;for anonymous FTP account or www account on your&lt;BR /&gt;system that does not require anyone to login.&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jan 2005 15:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-in-etc-passwd/m-p/4881917#M744341</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-01-24T15:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: what is * in /etc/passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-in-etc-passwd/m-p/4881918#M744342</link>
      <description>Not a trusted system - no shadow passwd file.&lt;BR /&gt;&lt;BR /&gt;The * in the 2nd field of the means the account is disabled. &lt;BR /&gt;&lt;BR /&gt;Login to that account and you will be unable. &lt;BR /&gt;root can do an 'su - &lt;USERACCT&gt;'&lt;BR /&gt;&lt;BR /&gt;If a trusted system, a shadow passwd file in use. Downloading this file and try to run through a passwd cracker will yield nothing.&lt;/USERACCT&gt;</description>
      <pubDate>Mon, 24 Jan 2005 15:00:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-in-etc-passwd/m-p/4881918#M744342</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-01-24T15:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: what is * in /etc/passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-in-etc-passwd/m-p/4881919#M744343</link>
      <description>Where is the *?&lt;BR /&gt;&lt;BR /&gt;On a Trusted system, field 2 is the Encrypted password field, held by an asterisk instead of an actual password.&lt;BR /&gt;&lt;BR /&gt;  In untrusted mode this means the account is locked, the encrypted password is replaced with a *&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 24 Jan 2005 15:32:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-in-etc-passwd/m-p/4881919#M744343</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-01-24T15:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: what is * in /etc/passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-in-etc-passwd/m-p/4881920#M744344</link>
      <description>thanks all. That's exactly what I needed.</description>
      <pubDate>Mon, 24 Jan 2005 16:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-in-etc-passwd/m-p/4881920#M744344</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2005-01-24T16:36:40Z</dc:date>
    </item>
  </channel>
</rss>

