<?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: assigning same password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/assigning-same-password/m-p/4955864#M414671</link>
    <description>Hi Clay;&lt;BR /&gt;&lt;BR /&gt;Is there any other way i can resolve the issue? Because modifying the file /etc/default/security may effect existing user. i don't want to take any risk..&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;indrajit</description>
    <pubDate>Mon, 30 Jan 2006 13:57:00 GMT</pubDate>
    <dc:creator>Indrajit_1</dc:creator>
    <dc:date>2006-01-30T13:57:00Z</dc:date>
    <item>
      <title>assigning same password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/assigning-same-password/m-p/4955862#M414669</link>
      <description>Hi;&lt;BR /&gt;&lt;BR /&gt;i m trying to change my password. when i try to assign same password(hp unix), it does not allow me to assign same password. I have chacked in password policy, i could not make any changes.i have check in /etc/default/security , it has set to password_history_depth=6.&lt;BR /&gt;&lt;BR /&gt;Could u plz help to assigning the same password.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;indrajit</description>
      <pubDate>Mon, 30 Jan 2006 13:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/assigning-same-password/m-p/4955862#M414669</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2006-01-30T13:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: assigning same password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/assigning-same-password/m-p/4955863#M414670</link>
      <description>Well, the box is doing just what it is supposed to. If you insist upon doing this, make a backup copy of your /etc/default/security file, edit out the password_history_depth entry and save your file. Change your password and then restore the original file.&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jan 2006 13:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/assigning-same-password/m-p/4955863#M414670</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-01-30T13:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: assigning same password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/assigning-same-password/m-p/4955864#M414671</link>
      <description>Hi Clay;&lt;BR /&gt;&lt;BR /&gt;Is there any other way i can resolve the issue? Because modifying the file /etc/default/security may effect existing user. i don't want to take any risk..&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;indrajit</description>
      <pubDate>Mon, 30 Jan 2006 13:57:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/assigning-same-password/m-p/4955864#M414671</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2006-01-30T13:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: assigning same password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/assigning-same-password/m-p/4955865#M414672</link>
      <description>Hmmm... I wonder if the following would work... run "usermod -x userid" six times. This will reset the password to random values. Then see if you can set the password to the one you want with the passwd command. Not sure if these usermod changes will count towards the history depth or not (I'm guessing not), but worth a try. The actual history is kept in /tcb/files/auth/system/pwhist directory, but the files there are binary and I don't think any tools exist that can manipulate them.</description>
      <pubDate>Mon, 30 Jan 2006 14:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/assigning-same-password/m-p/4955865#M414672</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-01-30T14:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: assigning same password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/assigning-same-password/m-p/4955866#M414673</link>
      <description>indrajit -&lt;BR /&gt;Of coure you could have the SA changed/set permanent using the root login.&lt;BR /&gt;This is not recommended, anywhere I know, of reusing the same password.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;-dl</description>
      <pubDate>Mon, 30 Jan 2006 14:20:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/assigning-same-password/m-p/4955866#M414673</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2006-01-30T14:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: assigning same password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/assigning-same-password/m-p/4955867#M414674</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;It is not recommended to keep the same password however if you want to change it&lt;BR /&gt;check if there is a file (if you are using a trusted system)&lt;BR /&gt;/etc/default/security (in you case the history depth should be 6) &lt;BR /&gt;comment that line,now change the passwd to something else and after that change to back to whatever passwd you need the second time,this should fix the problem,dont forget to uncomment the line on the file after setting the passwd.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Mon, 30 Jan 2006 14:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/assigning-same-password/m-p/4955867#M414674</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2006-01-30T14:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: assigning same password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/assigning-same-password/m-p/4955868#M414675</link>
      <description>Hi All;&lt;BR /&gt;&lt;BR /&gt;The problem has solved..&lt;BR /&gt;&lt;BR /&gt;Thanks to HGN. u done it..&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Indrajit&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jan 2006 14:46:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/assigning-same-password/m-p/4955868#M414675</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2006-01-30T14:46:22Z</dc:date>
    </item>
  </channel>
</rss>

