<?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: finding forgotten user passwords in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-forgotten-user-passwords/m-p/2460443#M759869</link>
    <description>Even though the root account can become any other user and do as he/she may please, the root account does not know the passwds. Will have to dish out another passwd.</description>
    <pubDate>Wed, 01 Nov 2000 19:12:12 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2000-11-01T19:12:12Z</dc:date>
    <item>
      <title>finding forgotten user passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-forgotten-user-passwords/m-p/2460441#M759867</link>
      <description>I have a user that logs on to our Unix server very rarely.  He has forgotten his password.  I have looked under the /etc/password file, and it is encrypted, and I cannot find a shadow file if one exists (it is not in the /etc folder).  Is there a way to log in as root and see the password, or do I need to create a new one through SAM?</description>
      <pubDate>Wed, 01 Nov 2000 18:01:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-forgotten-user-passwords/m-p/2460441#M759867</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2000-11-01T18:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: finding forgotten user passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-forgotten-user-passwords/m-p/2460442#M759868</link>
      <description>As they say, you are out of luck!  You will have to create a new one.&lt;BR /&gt;&lt;BR /&gt;Login as root, and execute &lt;BR /&gt;&lt;BR /&gt;passwd username&lt;BR /&gt;&lt;BR /&gt;Cheers, &lt;BR /&gt;&lt;BR /&gt;Kofi</description>
      <pubDate>Wed, 01 Nov 2000 18:07:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-forgotten-user-passwords/m-p/2460442#M759868</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-01T18:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: finding forgotten user passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-forgotten-user-passwords/m-p/2460443#M759869</link>
      <description>Even though the root account can become any other user and do as he/she may please, the root account does not know the passwds. Will have to dish out another passwd.</description>
      <pubDate>Wed, 01 Nov 2000 19:12:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-forgotten-user-passwords/m-p/2460443#M759869</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-11-01T19:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: finding forgotten user passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-forgotten-user-passwords/m-p/2460444#M759870</link>
      <description>Another, not guaranteed to work, approach could be to run a password cracker like crack.&lt;BR /&gt;But to succeed this requires the user with the forgotten password to have chosen a poor password.&lt;BR /&gt;Simplifying, this comes near to a brute force method where entries in dictionaries are encrypted using Unix's crypt function and compared against the encrypted string in the 2nd field of /etc/passwd until a match is found.&lt;BR /&gt;So the success very much depends on what dictionary libs you are using (preferably those with respect to your locales, language/naming habits etc.)&lt;BR /&gt;If you are administering a system with many users who you suspect to lack password conscientiousness it is a good habit to run crack over your passwd or shadow file on a regular basis to sort out weak passwords.&lt;BR /&gt;&lt;BR /&gt;For futher details have a look at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ftp.cs.umt.edu/u/wright/494/unixcrack.html" target="_blank"&gt;http://ftp.cs.umt.edu/u/wright/494/unixcrack.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Nov 2000 08:48:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-forgotten-user-passwords/m-p/2460444#M759870</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2000-11-02T08:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: finding forgotten user passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-forgotten-user-passwords/m-p/2460445#M759871</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;if you have a trusted system in /tcb/files/auth there are the directories containing one file per user. Inside you see the password.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Nov 2000 09:45:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-forgotten-user-passwords/m-p/2460445#M759871</guid>
      <dc:creator>Pepe Jimenez Muñoz</dc:creator>
      <dc:date>2000-11-02T09:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: finding forgotten user passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-forgotten-user-passwords/m-p/2460446#M759872</link>
      <description>Mark,&lt;BR /&gt;In unix there is no way to see the passwd of a user. You will have to regenerate the passwd for the user using "passwd &lt;USERNAME&gt;"&lt;BR /&gt;&lt;BR /&gt;Pepe Jimeneze,&lt;BR /&gt;Even trusted systems, where you have /tcb/files/auth...filesystem,&lt;BR /&gt;no one can see the passwd of the user. There are separate files &lt;BR /&gt;per user, but they contain additional information about the user and &lt;BR /&gt;ENCRYPTED passwd.&lt;BR /&gt;a typical entry in /tcb/files/auth/?/???? will look like:&lt;BR /&gt;&lt;BR /&gt;sysadm:u_name=sysadm:u_id#203:&lt;BR /&gt;    :u_pwd=jcZTP10dOfIdE:&lt;BR /&gt;    :u_auditid#10:&lt;BR /&gt;    :u_auditflag#1:&lt;BR /&gt;    :u_minchg#0:u_exp#0:u_succhg#967550177:u_pswduser=sysadm:&lt;BR /&gt;    :u_suclog#968314244:u_suctty=ttyp4:u_unsuclog#968314240:u_unsuctty=ttyp4:&lt;BR /&gt;    :u_lock@:chkent:&lt;BR /&gt;&lt;BR /&gt;Hence the best way is to give the user a new passwd..and later ask him to change it himself.&lt;BR /&gt;&lt;BR /&gt;Hope this helps...&lt;BR /&gt;Suhas...&lt;BR /&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Thu, 02 Nov 2000 13:59:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-forgotten-user-passwords/m-p/2460446#M759872</guid>
      <dc:creator>Suhas_2</dc:creator>
      <dc:date>2000-11-02T13:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: finding forgotten user passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-forgotten-user-passwords/m-p/2460447#M759873</link>
      <description>thanks a lot for the info.  It really helped.</description>
      <pubDate>Thu, 02 Nov 2000 14:17:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-forgotten-user-passwords/m-p/2460447#M759873</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2000-11-02T14:17:30Z</dc:date>
    </item>
  </channel>
</rss>

