<?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: to set root password expiry as NULL in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164447#M456887</link>
    <description>&lt;!--!*#--&gt;What you mention above is:&lt;BR /&gt;&lt;BR /&gt;modprpw -m mintm=0,lftm=0,exptm=0,expwarn=0 root&lt;BR /&gt;&lt;BR /&gt;Maybe you should then use getprpw to check this, as opposed to passwd -s.&lt;BR /&gt;&lt;BR /&gt;Info on DB fields:&lt;BR /&gt;&lt;BR /&gt;           mintm=value         database u_minchg=(value*86400).&lt;BR /&gt;&lt;BR /&gt;                               Set the minimum time interval between&lt;BR /&gt;                               password changes (days). 0 = none.  Same as&lt;BR /&gt;                               non-trusted mode minimum time.&lt;BR /&gt;&lt;BR /&gt;           lftm=value          database u_life.&lt;BR /&gt;&lt;BR /&gt;                               Set password life time interval (days).  0 =&lt;BR /&gt;                               infinite.&lt;BR /&gt;&lt;BR /&gt;           exptm=value         database u_exp=(value*86400).&lt;BR /&gt;&lt;BR /&gt;                               Set password expiration time interval (days).&lt;BR /&gt;                               0 = expired.  Same as non-trusted mode&lt;BR /&gt;                               maximum time.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;           expwarn=value       database u_pw_expire_warning=(value*86400).&lt;BR /&gt;&lt;BR /&gt;                               Set password expiration warning time interval&lt;BR /&gt;                               (days). 0 = none.&lt;BR /&gt;&lt;BR /&gt;HTH, Paul</description>
    <pubDate>Wed, 18 Mar 2009 16:16:56 GMT</pubDate>
    <dc:creator>Paul McCleary</dc:creator>
    <dc:date>2009-03-18T16:16:56Z</dc:date>
    <item>
      <title>to set root password expiry as NULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164442#M456882</link>
      <description>serverxx:/ # passwd -s&lt;BR /&gt;root  PS    02/17/09    0&lt;BR /&gt;serverxx:/ #&lt;BR /&gt;&lt;BR /&gt;The test requirement says the root password attributes should be set to NULL&lt;BR /&gt;&lt;BR /&gt;I did &lt;BR /&gt;serverxx:/ # passwd -n 0 -x 0 -w 0 root&lt;BR /&gt;&lt;MIN&gt; argument rounded up to nearest week&lt;BR /&gt;&lt;MAX&gt; argument rounded up to nearest week&lt;BR /&gt;&lt;WARN&gt; argument rounded up to nearest week&lt;BR /&gt;serverxx:/ #&lt;BR /&gt;&lt;BR /&gt;Now it is &lt;BR /&gt;&lt;BR /&gt;serverxx/ # passwd -s root&lt;BR /&gt;root  PS    02/17/09    0  0&lt;BR /&gt;serverxx/#&lt;BR /&gt;&lt;BR /&gt;I do not want to see any zeroes..any value at all..i.e., the attributes should be set to NULL...can somebody explain me how to acheive this? Thank you.&lt;BR /&gt;&lt;/WARN&gt;&lt;/MAX&gt;&lt;/MIN&gt;</description>
      <pubDate>Wed, 18 Mar 2009 13:17:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164442#M456882</guid>
      <dc:creator>masood bt</dc:creator>
      <dc:date>2009-03-18T13:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: to set root password expiry as NULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164443#M456883</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;There is a utility called vipw&lt;BR /&gt;&lt;BR /&gt;It edits /etc/passwd&lt;BR /&gt;&lt;BR /&gt;You can empty out the password field.&lt;BR /&gt;&lt;BR /&gt;You can use sam to change the aging of the root password to not expire.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 18 Mar 2009 13:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164443#M456883</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-18T13:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: to set root password expiry as NULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164444#M456884</link>
      <description>Hi Steven&lt;BR /&gt;I am Masood :-)&lt;BR /&gt;&lt;BR /&gt;Here is the output with only first two lines:&lt;BR /&gt;serverxx:/#vipw&lt;BR /&gt;root:*:0:3::/:/sbin/sh&lt;BR /&gt;daemon:*:1:5::/:/sbin/sh&lt;BR /&gt;&lt;BR /&gt;The password field has a *&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In Sam-&amp;gt;accts for users n groups-&amp;gt;users-&amp;gt;root/actions/security policies-&amp;gt;passwd ageing policies is disabled already</description>
      <pubDate>Wed, 18 Mar 2009 13:56:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164444#M456884</guid>
      <dc:creator>masood bt</dc:creator>
      <dc:date>2009-03-18T13:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: to set root password expiry as NULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164445#M456885</link>
      <description>Steven&lt;BR /&gt;I cannot anything like password expiry in sam&lt;BR /&gt;I do not fully understand the significance of removing the * in the /etc/passwd&lt;BR /&gt;&lt;BR /&gt;I want no zeroes here&lt;BR /&gt;serverxx:/ # passwd -sa&lt;BR /&gt;root  PS    02/17/09    0  0&lt;BR /&gt;&lt;BR /&gt;Also..&lt;BR /&gt;I had been to this page &lt;BR /&gt;#man modprpw&lt;BR /&gt;:my own extracts for you..I am not sure though:&lt;BR /&gt;modprpw(1M)                                                     modprpw(1M)&lt;BR /&gt;&lt;BR /&gt;      -e   This option is specified with a user name to expire the specified&lt;BR /&gt;           user's password. It zeroes the successful change time.&lt;BR /&gt;&lt;BR /&gt;           May be combined with options -l, -m, -n.&lt;BR /&gt;&lt;BR /&gt;Boolean values are specified as YES, NO, or DFT for system&lt;BR /&gt;           default values (/tcb/files/auth/system/default).  Numeric values&lt;BR /&gt;           are specified as positive numbers, 0, or -1.  If the value -1 is&lt;BR /&gt;           specified, the numeric value in the database is removed, allowing&lt;BR /&gt;           the system default value to be used.  Time values are specified&lt;BR /&gt;           in days, although the database keeps them in seconds.&lt;BR /&gt;&lt;BR /&gt;           No aging is present if the following 4 database parameters are&lt;BR /&gt;           all zero: u_minchg, u_exp, u_life, u_pw_expire_warning.</description>
      <pubDate>Wed, 18 Mar 2009 14:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164445#M456885</guid>
      <dc:creator>masood bt</dc:creator>
      <dc:date>2009-03-18T14:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: to set root password expiry as NULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164446#M456886</link>
      <description>&lt;!--!*#--&gt;Hi Masood,&lt;BR /&gt;&lt;BR /&gt;Looking at passwd man page I'm not sure what you're doing is valid:&lt;BR /&gt;&lt;BR /&gt;      -s name        Display some password attributes associated with the&lt;BR /&gt;                     specified name.  Superuser privilege and non-trusted&lt;BR /&gt;                     mode is required if the files repository is specified.&lt;BR /&gt;&lt;BR /&gt;I assume you have a trusted configuration as you have an asterick in the user password field and you are looking at trusted system commands (modprpw).&lt;BR /&gt;&lt;BR /&gt;HTH, Paul&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 15:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164446#M456886</guid>
      <dc:creator>Paul McCleary</dc:creator>
      <dc:date>2009-03-18T15:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: to set root password expiry as NULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164447#M456887</link>
      <description>&lt;!--!*#--&gt;What you mention above is:&lt;BR /&gt;&lt;BR /&gt;modprpw -m mintm=0,lftm=0,exptm=0,expwarn=0 root&lt;BR /&gt;&lt;BR /&gt;Maybe you should then use getprpw to check this, as opposed to passwd -s.&lt;BR /&gt;&lt;BR /&gt;Info on DB fields:&lt;BR /&gt;&lt;BR /&gt;           mintm=value         database u_minchg=(value*86400).&lt;BR /&gt;&lt;BR /&gt;                               Set the minimum time interval between&lt;BR /&gt;                               password changes (days). 0 = none.  Same as&lt;BR /&gt;                               non-trusted mode minimum time.&lt;BR /&gt;&lt;BR /&gt;           lftm=value          database u_life.&lt;BR /&gt;&lt;BR /&gt;                               Set password life time interval (days).  0 =&lt;BR /&gt;                               infinite.&lt;BR /&gt;&lt;BR /&gt;           exptm=value         database u_exp=(value*86400).&lt;BR /&gt;&lt;BR /&gt;                               Set password expiration time interval (days).&lt;BR /&gt;                               0 = expired.  Same as non-trusted mode&lt;BR /&gt;                               maximum time.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;           expwarn=value       database u_pw_expire_warning=(value*86400).&lt;BR /&gt;&lt;BR /&gt;                               Set password expiration warning time interval&lt;BR /&gt;                               (days). 0 = none.&lt;BR /&gt;&lt;BR /&gt;HTH, Paul</description>
      <pubDate>Wed, 18 Mar 2009 16:16:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164447#M456887</guid>
      <dc:creator>Paul McCleary</dc:creator>
      <dc:date>2009-03-18T16:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: to set root password expiry as NULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164448#M456888</link>
      <description>Here it is:&lt;BR /&gt;serverxx:/ # /usr/lbin/getprpw root&lt;BR /&gt;uid=0, bootpw=YES, audid=0, audflg=1, mintm=0, maxpwln=-1, exptm=0, lftm=-1, spwchg=Tue Feb 17 17:02:10 2009, upwchg=Tue Mar 17 16:59:08 2009, acctexp=-1, llog=-1, expwarn=0, usrpick=DFT, syspnpw=DFT, rstrpw=DFT, nullpw=DFT, admnum=-1, syschpw=DFT, sysltpw=DFT, timeod=-1, slogint=Thu Mar 19 00:42:15 2009, ulogint=Wed Mar 18 12:40:02 2009, sloginy=console, culogin=-1, uloginy=-1, umaxlntr=-1, alock=NO, lockout=0000000&lt;BR /&gt;serverxx:/ #&lt;BR /&gt;&lt;BR /&gt;What does this say??&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 23:43:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164448#M456888</guid>
      <dc:creator>masood bt</dc:creator>
      <dc:date>2009-03-18T23:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: to set root password expiry as NULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164449#M456889</link>
      <description>&amp;gt;What does this say?&lt;BR /&gt;&lt;BR /&gt;A question to you would be what fields do you not understand?&lt;BR /&gt;&lt;BR /&gt;getprpw(1m) lists all of the fields under -m.&lt;BR /&gt;It also says you can look at prpwd(4) for more details:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/getprpw.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/getprpw.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/prpwd.4.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/prpwd.4.html&lt;/A&gt;</description>
      <pubDate>Thu, 19 Mar 2009 04:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164449#M456889</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-03-19T04:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: to set root password expiry as NULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164450#M456890</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is the meaning of this values.&lt;BR /&gt;&lt;BR /&gt;uid  user uid&lt;BR /&gt;bootpw  boot authorization flag&lt;BR /&gt;audid  audit id&lt;BR /&gt;audflg  audit flag&lt;BR /&gt;mintm  minimum time between password changes&lt;BR /&gt;maxpwln maximum password length&lt;BR /&gt;exptm  password expiration time&lt;BR /&gt;lftm  password lifetime&lt;BR /&gt;spwchg  last successful password change time&lt;BR /&gt;upwchg  last unsuccessful password change time&lt;BR /&gt;acctexp account expiration time&lt;BR /&gt;llog  last login time interval&lt;BR /&gt;expwarn password expiration warning time&lt;BR /&gt;usrpick whether user picks password, YES/NO/DFT&lt;BR /&gt;syspnpw whether system generates pronounceable passwords, YES/NO/DFT&lt;BR /&gt;rstrpw  whether password is restricted, i.e, checked for triviality, YES/NO/DFT&lt;BR /&gt;nullpw  NULL passwords are allowed, YES/NO/DFT. Not recommended! &lt;BR /&gt;syschpw whether system generates passwords having characters only, YES/NO/DFT&lt;BR /&gt;sysltpw whether system generates passwords having letters only, YES/NO/DFT&lt;BR /&gt;timeod  time of day allowed for login&lt;BR /&gt;slogint time of last successful login&lt;BR /&gt;ulogint time of last unsuccessful login&lt;BR /&gt;sloginy tty of last successful login&lt;BR /&gt;culogin consecutive number of unsuccessful logins so far&lt;BR /&gt;uloginy tty of last unsuccessful login&lt;BR /&gt;umaxlntr maximum unsuccessful login tries&lt;BR /&gt;alock   administrator lock, YES if on, NO if off, DFT if not set.&lt;BR /&gt;lockout  returns the reason for a lockout in a "bit" valued string, &lt;BR /&gt;         where 0 = condition not present, &lt;BR /&gt;               1 is present. The position,&lt;BR /&gt;&lt;BR /&gt;for more info do man getprpw&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 19 Mar 2009 05:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164450#M456890</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-03-19T05:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: to set root password expiry as NULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164451#M456891</link>
      <description>Attached getprpw output for root&lt;BR /&gt;Now seeing those lines..can I say the attributes set for user root are set to NULL?</description>
      <pubDate>Thu, 19 Mar 2009 14:50:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164451#M456891</guid>
      <dc:creator>masood bt</dc:creator>
      <dc:date>2009-03-19T14:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: to set root password expiry as NULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164452#M456892</link>
      <description>You have 0 for: mintm exptm expwarn&lt;BR /&gt;But -1 for: lftm acctexp&lt;BR /&gt;-1 means never set but modprpw(1M) says these should be 0.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;the attributes should be set to NULL&lt;BR /&gt;&lt;BR /&gt;What do you expect to achieve with NULL (probably -1) vs 0?</description>
      <pubDate>Fri, 20 Mar 2009 03:29:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164452#M456892</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-03-20T03:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: to set root password expiry as NULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164453#M456893</link>
      <description>The tester says he wants there should be no password aging set for root user&lt;BR /&gt;&lt;BR /&gt;he wants min,max and warn attributes for root as NULL</description>
      <pubDate>Fri, 20 Mar 2009 03:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164453#M456893</guid>
      <dc:creator>masood bt</dc:creator>
      <dc:date>2009-03-20T03:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: to set root password expiry as NULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164454#M456894</link>
      <description>&amp;gt;there should be no password aging set for root user. he wants min, max and warn attributes for root as NULL&lt;BR /&gt;&lt;BR /&gt;0 is/does the same thing.</description>
      <pubDate>Fri, 20 Mar 2009 20:17:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164454#M456894</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-03-20T20:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: to set root password expiry as NULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164455#M456895</link>
      <description>getprpw and modprpw are the correct commands to check and modily the root user attributes on a trusted hp ux system</description>
      <pubDate>Mon, 23 Mar 2009 13:39:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-set-root-password-expiry-as-null/m-p/5164455#M456895</guid>
      <dc:creator>masood bt</dc:creator>
      <dc:date>2009-03-23T13:39:38Z</dc:date>
    </item>
  </channel>
</rss>

