<?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 md5 hash is not recognized in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/md5-hash-is-not-recognized/m-p/4617435#M377129</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I installed sudo on my hp server. The OS version is 11v3.&lt;BR /&gt;The passwords  are crypt with bsdmd5 algorithm  instead of standard des in /etc/shadow file. I can easily log in to the system via ssh using that passwords.  Then I decided to install sudo command as it is not installed by default  (ixSudo    A.14.00-1.7.2). Now the problem is that users are getting the password incorrect message when trying to type their passwords after invoking the command "sudo su -".&lt;BR /&gt;&lt;BR /&gt;P.S.&lt;BR /&gt;for user whom password is in des format in /etc/shadow  the "sudo su -" command works like a house on a fire.&lt;BR /&gt;&lt;BR /&gt;thanks in advance</description>
    <pubDate>Wed, 14 Apr 2010 11:59:07 GMT</pubDate>
    <dc:creator>tmartiro</dc:creator>
    <dc:date>2010-04-14T11:59:07Z</dc:date>
    <item>
      <title>md5 hash is not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/md5-hash-is-not-recognized/m-p/4617435#M377129</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I installed sudo on my hp server. The OS version is 11v3.&lt;BR /&gt;The passwords  are crypt with bsdmd5 algorithm  instead of standard des in /etc/shadow file. I can easily log in to the system via ssh using that passwords.  Then I decided to install sudo command as it is not installed by default  (ixSudo    A.14.00-1.7.2). Now the problem is that users are getting the password incorrect message when trying to type their passwords after invoking the command "sudo su -".&lt;BR /&gt;&lt;BR /&gt;P.S.&lt;BR /&gt;for user whom password is in des format in /etc/shadow  the "sudo su -" command works like a house on a fire.&lt;BR /&gt;&lt;BR /&gt;thanks in advance</description>
      <pubDate>Wed, 14 Apr 2010 11:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/md5-hash-is-not-recognized/m-p/4617435#M377129</guid>
      <dc:creator>tmartiro</dc:creator>
      <dc:date>2010-04-14T11:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: md5 hash is not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/md5-hash-is-not-recognized/m-p/4617436#M377130</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Take a look at the sudoers file, the configuration for sudo.&lt;BR /&gt;&lt;BR /&gt;There is also an md5 add in depot on &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt; that might help, though I thought this was part of the 11.31 base install.&lt;BR /&gt;&lt;BR /&gt;What I think is probably happening is something incorrect in the basic sudo configuration for these users.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 14 Apr 2010 12:03:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/md5-hash-is-not-recognized/m-p/4617436#M377130</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-04-14T12:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: md5 hash is not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/md5-hash-is-not-recognized/m-p/4617437#M377131</link>
      <description>As far as I know, HP-UX does not support the bsdmd5 password hashing algorithm. Sad but true.&lt;BR /&gt;&lt;BR /&gt;Your SSH probably has a built-in support for bsdmd5-hashed passwords, and you've configured your sshd to directly read the /etc/passwd and /etc/shadow instead of using the system's PAM libraries. &lt;BR /&gt;&lt;BR /&gt;(HP SSH is a port of OpenSSH, whose "native" OS platform is OpenBSD... so the built-in BSDmd5 support is no surprise there.)&lt;BR /&gt;&lt;BR /&gt;The only md5 depot on software.hp.com I know of is the "md5sum" tool, which only allows verifying the integrity of files using md5sums. It is not at all related to /etc/shadow and passwords. The depot also supplies the libcryptx library, to allow other programs to use the md5 algorithm... but no PAM libraries to make use of the algorithm in password hashing.&lt;BR /&gt;&lt;BR /&gt;There is a depot called LongPassword available for HP-UX 11iv3 on software.hp.com. It adds the support for SHA512-hashed passwords. The algorithm identifier in the beginning of the hashed password strings will be "$6$".&lt;BR /&gt;&lt;BR /&gt;So, up to and including HP-UX 11iv2, the only supported password hashing algorithms were the traditional DES-based Unix "crypt", and the HP-proprietary "bigcrypt" used in Trusted System Mode when the password length was increased beyond 8 characters.&lt;BR /&gt;&lt;BR /&gt;In 11.31 there is now an option to use SHA512... if an additional package is installed. I hope this means other algorithms might be added in the future.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 14 Apr 2010 12:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/md5-hash-is-not-recognized/m-p/4617437#M377131</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-04-14T12:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: md5 hash is not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/md5-hash-is-not-recognized/m-p/4617438#M377132</link>
      <description>Thanks a lot for quick responses. &lt;BR /&gt;So I decided to use SHA512 as HP-UX 11v3 does not support bsdmd5.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Apr 2010 03:08:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/md5-hash-is-not-recognized/m-p/4617438#M377132</guid>
      <dc:creator>tmartiro</dc:creator>
      <dc:date>2010-04-15T03:08:47Z</dc:date>
    </item>
  </channel>
</rss>

