<?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: passwd never expire in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-never-expire/m-p/3620194#M742071</link>
    <description>modprpw is only for trusted systems. I amnot sure how you do this using a command but if you edit your /etc/passwd file, you will see a sequence of characters making up encrypted password followed by ,XX where XX stands for two alphanumerical characters. If you happen to delete these last 3 characters from the encrypted password field in this file, you will effectively remove the password aging. A caveat emptor, there might be scripts running out of cron, re-establishing password expiration which may nullify what you do by eliminating those 3 characters.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
    <pubDate>Tue, 13 Sep 2005 01:15:23 GMT</pubDate>
    <dc:creator>Mel Burslan</dc:creator>
    <dc:date>2005-09-13T01:15:23Z</dc:date>
    <item>
      <title>passwd never expire</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-never-expire/m-p/3620190#M742067</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to disable password expiry for one HP-UX user account without using SAM.&lt;BR /&gt;Does below syntax work and any side effect ?&lt;BR /&gt;  passwd -x 0&lt;BR /&gt;&lt;BR /&gt;I see another post of suggesting using of modprpw. Is there any side effect and risk of &lt;BR /&gt;corrupting the database as said in MAN page?&lt;BR /&gt;&lt;BR /&gt;B. Rgds</description>
      <pubDate>Tue, 06 Sep 2005 22:00:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-never-expire/m-p/3620190#M742067</guid>
      <dc:creator>Christina_27</dc:creator>
      <dc:date>2005-09-06T22:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: passwd never expire</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-never-expire/m-p/3620191#M742068</link>
      <description>Hi Christina&lt;BR /&gt;&lt;BR /&gt;Use the following command to disable password aging and account expiry for an individual user:&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/modprpw -m exptm=0,lftm=0,mintm=0,expwarn=0,llog=0 &lt;USERNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;/USERNAME&gt;</description>
      <pubDate>Tue, 06 Sep 2005 22:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-never-expire/m-p/3620191#M742068</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2005-09-06T22:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: passwd never expire</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-never-expire/m-p/3620192#M742069</link>
      <description>I think using sam will be better than using command line.passwd -x 0 command work at certain extent but your password option still not change to No Restriction (Normal behaviour), this command will choose  Allow only Super User to Change Password.modprpw is a command to modify protected password database&lt;BR /&gt; on trusted system.You must aware about your system: trusted or non-trusted?</description>
      <pubDate>Wed, 07 Sep 2005 07:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-never-expire/m-p/3620192#M742069</guid>
      <dc:creator>morganelan</dc:creator>
      <dc:date>2005-09-07T07:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: passwd never expire</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-never-expire/m-p/3620193#M742070</link>
      <description>Thanks Con and Moqanelan !&lt;BR /&gt;&lt;BR /&gt;My system is not trusted system. Can I use modprpw ?&lt;BR /&gt;&lt;BR /&gt;We could not use SAM, because it has some unexpected behaviour. However we could not add the patch because of some other reasons.&lt;BR /&gt;&lt;BR /&gt;B. Rgds</description>
      <pubDate>Tue, 13 Sep 2005 01:07:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-never-expire/m-p/3620193#M742070</guid>
      <dc:creator>Christina_27</dc:creator>
      <dc:date>2005-09-13T01:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: passwd never expire</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-never-expire/m-p/3620194#M742071</link>
      <description>modprpw is only for trusted systems. I amnot sure how you do this using a command but if you edit your /etc/passwd file, you will see a sequence of characters making up encrypted password followed by ,XX where XX stands for two alphanumerical characters. If you happen to delete these last 3 characters from the encrypted password field in this file, you will effectively remove the password aging. A caveat emptor, there might be scripts running out of cron, re-establishing password expiration which may nullify what you do by eliminating those 3 characters.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Tue, 13 Sep 2005 01:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-never-expire/m-p/3620194#M742071</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-09-13T01:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: passwd never expire</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-never-expire/m-p/3620195#M742072</link>
      <description>I thinks that in non trust mod you can not set &lt;BR /&gt;password expiry for one HP-UX user account.&lt;BR /&gt;This is possible only in trust mode.</description>
      <pubDate>Tue, 13 Sep 2005 02:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-never-expire/m-p/3620195#M742072</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2005-09-13T02:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: passwd never expire</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-never-expire/m-p/3620196#M742073</link>
      <description>If your system is not trusted, it will not support account locking.  However, password aging -- forcing users to change passwords after a fixed amount of time -- is supported on non-trusted systems.  The easiest way to disable aging on a user account is to remove the aging fields from the end of the encrypted password using vipw.  If aging is setup, there will be 5 extra characters at the end of the password field:&lt;BR /&gt;&lt;BR /&gt;&lt;USERNAME&gt;:XXXXXXXXXXXXX,MNLL:&lt;UID&gt;&lt;BR /&gt; ,MNLL is the password aging field.&lt;BR /&gt; M - Max life of the password&lt;BR /&gt; N - Min life of the password&lt;BR /&gt; LL - Date password was last changed&lt;BR /&gt;&lt;BR /&gt;The values in these fields are in base-64, so the easies way to view the real values is with "passwd -s -a" or "logins -x -l".&lt;BR /&gt;&lt;BR /&gt;To disable password aging, just delete the ",MNLL" from the end of the password field.&lt;BR /&gt;&lt;/UID&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Tue, 13 Sep 2005 07:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-never-expire/m-p/3620196#M742073</guid>
      <dc:creator>john kingsley</dc:creator>
      <dc:date>2005-09-13T07:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: passwd never expire</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-never-expire/m-p/3620197#M742074</link>
      <description>Chrtina,&lt;BR /&gt;&lt;BR /&gt;John hit the nail on the head.  Edit the passwd file and remove the comma and subsequent characters in the coded field.&lt;BR /&gt;  I have used this method many times without any issues.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Tue, 13 Sep 2005 08:09:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-never-expire/m-p/3620197#M742074</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-09-13T08:09:56Z</dc:date>
    </item>
  </channel>
</rss>

