<?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 Trusted System Sorry Message when changing password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-sorry-message-when-changing-password/m-p/3841649#M741310</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have two HP-UX 11i systems that are at the same patch level and have recently been converted to trusted systems via SAM.&lt;BR /&gt;Both system prompted that the root password required changing in so many days (we enabled password aging), we changed the password on the first system without any problems but the second system responded with "Sorry" when we entered the new password.  To avoid locking out the account we have disabled the password aging on the root account, but we still get "Sorry" when we try and change the root password.  There is a message in the syslog that the /etc/default/security file was missing, this message is on both the working and non-working system.  I tried touching the file and changing the permssions to 644 but it still complains the file is missing.&lt;BR /&gt;&lt;BR /&gt;Any thoughts?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;GT&lt;BR /&gt;</description>
    <pubDate>Fri, 11 Aug 2006 02:39:18 GMT</pubDate>
    <dc:creator>Gary Tomlin</dc:creator>
    <dc:date>2006-08-11T02:39:18Z</dc:date>
    <item>
      <title>Trusted System Sorry Message when changing password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-sorry-message-when-changing-password/m-p/3841649#M741310</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have two HP-UX 11i systems that are at the same patch level and have recently been converted to trusted systems via SAM.&lt;BR /&gt;Both system prompted that the root password required changing in so many days (we enabled password aging), we changed the password on the first system without any problems but the second system responded with "Sorry" when we entered the new password.  To avoid locking out the account we have disabled the password aging on the root account, but we still get "Sorry" when we try and change the root password.  There is a message in the syslog that the /etc/default/security file was missing, this message is on both the working and non-working system.  I tried touching the file and changing the permssions to 644 but it still complains the file is missing.&lt;BR /&gt;&lt;BR /&gt;Any thoughts?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;GT&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Aug 2006 02:39:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-sorry-message-when-changing-password/m-p/3841649#M741310</guid>
      <dc:creator>Gary Tomlin</dc:creator>
      <dc:date>2006-08-11T02:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Trusted System Sorry Message when changing password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-sorry-message-when-changing-password/m-p/3841650#M741311</link>
      <description>Gary,&lt;BR /&gt;who is the owner of the file ?&lt;BR /&gt;"world readable and root writable"&lt;BR /&gt;What is in your security file ? see : &lt;A href="http://docs.hp.com/en/B2355-60127/security.4.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60127/security.4.html&lt;/A&gt;</description>
      <pubDate>Fri, 11 Aug 2006 03:13:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-sorry-message-when-changing-password/m-p/3841650#M741311</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-08-11T03:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Trusted System Sorry Message when changing password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-sorry-message-when-changing-password/m-p/3841651#M741312</link>
      <description>Do this first and then try changing the password.&lt;BR /&gt;(open two root sessions, so in case required you have them)&lt;BR /&gt;&lt;BR /&gt;/usr/sam/lbin/usermod.sam -F -p "" root</description>
      <pubDate>Fri, 11 Aug 2006 03:20:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-sorry-message-when-changing-password/m-p/3841651#M741312</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-08-11T03:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trusted System Sorry Message when changing password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-sorry-message-when-changing-password/m-p/3841652#M741313</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Thanks RAC, that fixed the problem.  The syslog still has the file missing message for the /etc/default/security file even though it exists owned by root with rw-r--r--permissions.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Aug 2006 06:35:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-sorry-message-when-changing-password/m-p/3841652#M741313</guid>
      <dc:creator>Martin Gould</dc:creator>
      <dc:date>2006-08-11T06:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Trusted System Sorry Message when changing password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-sorry-message-when-changing-password/m-p/3841653#M741314</link>
      <description>Check perms on /etc  and /etc/default directory. Also is pwgrd daemon running? Are there any other errors along with this error?&lt;BR /&gt;&lt;BR /&gt;What does following commands return?&lt;BR /&gt;&lt;BR /&gt;pwck&lt;BR /&gt;authck&lt;BR /&gt;grpck</description>
      <pubDate>Fri, 11 Aug 2006 06:41:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-sorry-message-when-changing-password/m-p/3841653#M741314</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-08-11T06:41:07Z</dc:date>
    </item>
  </channel>
</rss>

