<?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: ShadowPassword issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shadowpassword-issue/m-p/4055427#M305201</link>
    <description>Hi Ramones,&lt;BR /&gt;&lt;BR /&gt;Since you do not have shadow password product installed&lt;BR /&gt;See &lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?&lt;/A&gt; &lt;BR /&gt;productNumber=ShadowPassword or search for "shadow password" on &lt;BR /&gt;&lt;A href="http://www.software.hp.com" target="_blank"&gt;www.software.hp.com&lt;/A&gt; for more information on the Shadow Passwords product,&lt;BR /&gt;&lt;BR /&gt;#mv /etc/shadow /tmp&lt;BR /&gt;this should fix the issue&lt;BR /&gt;&lt;BR /&gt;WK&lt;BR /&gt;</description>
    <pubDate>Thu, 16 Aug 2007 10:22:07 GMT</pubDate>
    <dc:creator>whiteknight</dc:creator>
    <dc:date>2007-08-16T10:22:07Z</dc:date>
    <item>
      <title>ShadowPassword issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadowpassword-issue/m-p/4055423#M305197</link>
      <description>Hello everybody&lt;BR /&gt;&lt;BR /&gt;I have here a situation that I need help to clarify...&lt;BR /&gt;I have a machine that gives this error when I try to access Users area in SAM:&lt;BR /&gt; There is an inconsistency between the file "/etc/passwd" and the file "/etc/shadow". Login "daemon" has no corresponding entry in the file "/etc/shadow". This can be corrected by running "pwconv(1M)" command.&lt;BR /&gt; Re-enter Users subarea after correcting this problem. &lt;BR /&gt;&lt;BR /&gt;I then ran the pwconv command and get te following error:&lt;BR /&gt;The system cannot be converted to use shadow passwords until the ShadowPassword product is installed.&lt;BR /&gt;&lt;BR /&gt;I thought I could install the ShadowCopy sw and try againn but requires reboot and it's not possible now.&lt;BR /&gt;&lt;BR /&gt;I also realized that I've changed the root password and now I can't login even though I got the "password sucessufully changed" message...I think the problems are related but I'm totally sure.&lt;BR /&gt;I can access the machine only through one other that had ssh keys generated and copied somewhere in time.&lt;BR /&gt;&lt;BR /&gt;I've also tried pwunconv but...&lt;BR /&gt;sh: pwunconv:  not found.&lt;BR /&gt;&lt;BR /&gt;So...what should I do with this mess?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Valente</description>
      <pubDate>Thu, 16 Aug 2007 08:49:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadowpassword-issue/m-p/4055423#M305197</guid>
      <dc:creator>Ramones</dc:creator>
      <dc:date>2007-08-16T08:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: ShadowPassword issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadowpassword-issue/m-p/4055424#M305198</link>
      <description>Can you clear up whether you do or don't have root access?&lt;BR /&gt;&lt;BR /&gt;You don't have the ShadowPassword product installed right? &lt;BR /&gt;Confirm with "swlist -l product | grep -i shadow"&lt;BR /&gt;&lt;BR /&gt;Try cat'ing both /etc/passwd and /etc/shadow and check that the number of lines/entries match "cat /etc/passwd | wc -l; cat /etc/shadow | wc -l"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Aug 2007 09:17:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadowpassword-issue/m-p/4055424#M305198</guid>
      <dc:creator>RobinKing</dc:creator>
      <dc:date>2007-08-16T09:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: ShadowPassword issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadowpassword-issue/m-p/4055425#M305199</link>
      <description>Hi Valente,&lt;BR /&gt;&lt;BR /&gt;First be sure that the shadow password fileset is not installed and the /etc/passwd file contains the encrypted passwd entry.&lt;BR /&gt;&lt;BR /&gt;# swlist -l fileset ShadowPW.SHADOW&lt;BR /&gt;# cat /etc/passwd &lt;BR /&gt;&lt;BR /&gt;If you are sure.&lt;BR /&gt;# mv /etc/shadow /etc/old.shadow&lt;BR /&gt;&lt;BR /&gt;abd try resseting the root passwd.&lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 16 Aug 2007 10:00:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadowpassword-issue/m-p/4055425#M305199</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2007-08-16T10:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: ShadowPassword issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadowpassword-issue/m-p/4055426#M305200</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Login "daemon" has no corresponding entry in the file "/etc/shadow"&lt;BR /&gt;&lt;BR /&gt;I don't think this is a very big problem. The user daemon is not supposed to log on anyway.&lt;BR /&gt;&lt;BR /&gt;However the fact the system does not recognize that shadowpasswords is installed is more serious.&lt;BR /&gt;&lt;BR /&gt;I recommend finding it and running swremove on it. I see a good method for finding it in a previous post.&lt;BR /&gt;&lt;BR /&gt;After that, reinstall, assuring you have run md5 checkum against the depot and matching it to &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt; md5 checksum.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 16 Aug 2007 10:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadowpassword-issue/m-p/4055426#M305200</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-08-16T10:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: ShadowPassword issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadowpassword-issue/m-p/4055427#M305201</link>
      <description>Hi Ramones,&lt;BR /&gt;&lt;BR /&gt;Since you do not have shadow password product installed&lt;BR /&gt;See &lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?&lt;/A&gt; &lt;BR /&gt;productNumber=ShadowPassword or search for "shadow password" on &lt;BR /&gt;&lt;A href="http://www.software.hp.com" target="_blank"&gt;www.software.hp.com&lt;/A&gt; for more information on the Shadow Passwords product,&lt;BR /&gt;&lt;BR /&gt;#mv /etc/shadow /tmp&lt;BR /&gt;this should fix the issue&lt;BR /&gt;&lt;BR /&gt;WK&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Aug 2007 10:22:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadowpassword-issue/m-p/4055427#M305201</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-08-16T10:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: ShadowPassword issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadowpassword-issue/m-p/4055428#M305202</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;I am definitely not having a good day...&lt;BR /&gt;I removed the /etc/shadow file and it worked, as logic tells us. The thing is I  thought I had tried it before, but I made a cp instead of a mv ...so I went to check it out and I still had the original file there...&lt;BR /&gt;&lt;BR /&gt;More...&lt;BR /&gt;I don't have the ShadowPassword instaled and now I ain't going to install it anymore. Still I already had the depot ready in the machine..&lt;BR /&gt;I had root access because of the ssh keys...&lt;BR /&gt;&lt;BR /&gt;(I hope I had replied to all your kind questions). I will assign points.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;R</description>
      <pubDate>Thu, 16 Aug 2007 10:44:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadowpassword-issue/m-p/4055428#M305202</guid>
      <dc:creator>Ramones</dc:creator>
      <dc:date>2007-08-16T10:44:52Z</dc:date>
    </item>
  </channel>
</rss>

