<?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: Unknown password characters in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593998#M741748</link>
    <description>AS mentioned, the password field contents very much depend on whether you have a standard, a Trusted, or a shadow password system. Starting with a standard system, the comma , means beginning of password aging. The two periods .. as the only characters represents immediate expiration. SO if the passwd file has this:&lt;BR /&gt; &lt;BR /&gt;billh:,..:100:20:Bill Hassell,IT Dept,x148...&lt;BR /&gt; &lt;BR /&gt;Then when I login as billh, no password is required (there is nothing in front of the comma) and the login program will ask me to pick a new password.&lt;BR /&gt; &lt;BR /&gt;If there is anything in front of the comma, it must be exactly 13 characters. Anything less and *NO* password will match that string, this the account is unusable. By convention, a * is often used to 'lock' an account although it just means you can't login ever, until a valid encrypted password string is put in front of the comma.&lt;BR /&gt; &lt;BR /&gt;And note that the comma is optional. If present, the characters following the comma are defined in the man page for passwd(4) (hint: man 4 passwd). These 4 characters define the expiration and renewal days.&lt;BR /&gt; &lt;BR /&gt;Now forget all of that for a Trusted system. The passwd file will have 100% * characters in every account and the password aging is now stored in the TCB database.</description>
    <pubDate>Mon, 01 Aug 2005 17:28:02 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2005-08-01T17:28:02Z</dc:date>
    <item>
      <title>Unknown password characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593990#M741740</link>
      <description>I am looking for some guidance regarding encrypted passwords on an HP-UX Unix system.  In an /etc/passwd file, does the character combination “,..” represent a disabling password much like “*” or is it a default?  This password occurs numerous times in the passwd file, mainly for non-system logins.&lt;BR /&gt;&lt;BR /&gt;An example entry would be: &lt;BR /&gt;&lt;BR /&gt;uuser:,..:376:20:Anon User:/users/uuser:/usr/bin/ksh   &lt;BR /&gt;&lt;BR /&gt;Any help would be much appreciated. Thanks.</description>
      <pubDate>Mon, 01 Aug 2005 11:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593990#M741740</guid>
      <dc:creator>John Patrick_2</dc:creator>
      <dc:date>2005-08-01T11:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown password characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593991#M741741</link>
      <description>Sorry,   is a formatting error.&lt;BR /&gt;&lt;BR /&gt;The encrypted password I'm looking at is: ,..</description>
      <pubDate>Mon, 01 Aug 2005 11:11:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593991#M741741</guid>
      <dc:creator>John Patrick_2</dc:creator>
      <dc:date>2005-08-01T11:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown password characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593992#M741742</link>
      <description>passwd -s "user_name"&lt;BR /&gt;or&lt;BR /&gt;passwd -a&lt;BR /&gt;&lt;BR /&gt;Should give you details about if account is locked or not. No need to look at what encrypted password look like.&lt;BR /&gt;&lt;BR /&gt;In trusted environment, in addition to above commands, you can also use getprpw -m lockout "user_name" Read man pages for details.&lt;BR /&gt;&lt;BR /&gt;Anil&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Aug 2005 11:20:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593992#M741742</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-08-01T11:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown password characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593993#M741743</link>
      <description>,.. in the encrypted password field means that the user, when logs in the first time, is not required to enter a password but should pick a new password upon first login.&lt;BR /&gt;&lt;BR /&gt;And it worked for untrusted systems but when I tried it on trusted system, it does not seem to work. To have the same effect on trusted systems, password should be blanked out toatlly.&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Mon, 01 Aug 2005 11:21:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593993#M741743</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-01T11:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown password characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593994#M741744</link>
      <description>the ,.. is for password aging.  It represents the number of days left before the password expires</description>
      <pubDate>Mon, 01 Aug 2005 11:27:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593994#M741744</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-08-01T11:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown password characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593995#M741745</link>
      <description>passwd -sa provides a complete report.&lt;BR /&gt;&lt;BR /&gt;pwck &lt;BR /&gt;&lt;BR /&gt;# checks the passwd file&lt;BR /&gt;&lt;BR /&gt;grpck&lt;BR /&gt;&lt;BR /&gt;# checks the group file&lt;BR /&gt;&lt;BR /&gt;Some errors for the Samba user are okay.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 01 Aug 2005 11:27:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593995#M741745</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-01T11:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown password characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593996#M741746</link>
      <description>Actually, any passwd hash that is not exactly 13 characters long or 0 chars long in the case of the null password is invalid. By convention, the '*' (asterisk) is used to lock an account on untrusted systems but any other non-13 character hash would also serve to lock the account on an untrusted system.</description>
      <pubDate>Mon, 01 Aug 2005 12:03:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593996#M741746</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-08-01T12:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown password characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593997#M741747</link>
      <description>You may want to consider going to trusted.  It is more secure.  It will give you more controll over your accounts as well.&lt;BR /&gt;&lt;BR /&gt;The encrypted password is kept in /tcb/files/auth/r/root for root example&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/getprpw root&lt;BR /&gt;would show if root is locked by alooking at the alock= field  anything but all 0s is locked. Each digin represents a place holder for why the account was locked which is pretty cool too.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Aug 2005 12:10:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593997#M741747</guid>
      <dc:creator>generic_1</dc:creator>
      <dc:date>2005-08-01T12:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown password characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593998#M741748</link>
      <description>AS mentioned, the password field contents very much depend on whether you have a standard, a Trusted, or a shadow password system. Starting with a standard system, the comma , means beginning of password aging. The two periods .. as the only characters represents immediate expiration. SO if the passwd file has this:&lt;BR /&gt; &lt;BR /&gt;billh:,..:100:20:Bill Hassell,IT Dept,x148...&lt;BR /&gt; &lt;BR /&gt;Then when I login as billh, no password is required (there is nothing in front of the comma) and the login program will ask me to pick a new password.&lt;BR /&gt; &lt;BR /&gt;If there is anything in front of the comma, it must be exactly 13 characters. Anything less and *NO* password will match that string, this the account is unusable. By convention, a * is often used to 'lock' an account although it just means you can't login ever, until a valid encrypted password string is put in front of the comma.&lt;BR /&gt; &lt;BR /&gt;And note that the comma is optional. If present, the characters following the comma are defined in the man page for passwd(4) (hint: man 4 passwd). These 4 characters define the expiration and renewal days.&lt;BR /&gt; &lt;BR /&gt;Now forget all of that for a Trusted system. The passwd file will have 100% * characters in every account and the password aging is now stored in the TCB database.</description>
      <pubDate>Mon, 01 Aug 2005 17:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-password-characters/m-p/3593998#M741748</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-08-01T17:28:02Z</dc:date>
    </item>
  </channel>
</rss>

