<?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: Password query in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-query/m-p/3940945#M288901</link>
    <description>Hi BalaRV,&lt;BR /&gt;   Can you please assign points if your query is solved.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Reshma</description>
    <pubDate>Thu, 08 Feb 2007 22:25:45 GMT</pubDate>
    <dc:creator>Reshma Malusare</dc:creator>
    <dc:date>2007-02-08T22:25:45Z</dc:date>
    <item>
      <title>Password query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-query/m-p/3940941#M288897</link>
      <description>Users in the system is having 90 days of Max period of inactivity of account. I need to change the existing 90 days to 45 days. This is also needs to be set as dafault for the new users. Could you send me the command to change the inactivity to 45 days.</description>
      <pubDate>Thu, 08 Feb 2007 08:41:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-query/m-p/3940941#M288897</guid>
      <dc:creator>BalaRV</dc:creator>
      <dc:date>2007-02-08T08:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Password query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-query/m-p/3940942#M288898</link>
      <description>Hi,&lt;BR /&gt;are you running trusted system ?&lt;BR /&gt;&lt;BR /&gt;Please see "man usermod"&lt;BR /&gt; -f inactive         Specifies the maximum number of days of continuous inactivity of the login before the login is declared invalid.  Normal values are positive integers, while a value of -1 defeats this status.&lt;BR /&gt;&lt;BR /&gt;Also see "man modprpw"&lt;BR /&gt;&lt;BR /&gt;Or use SAM !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please also read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt; on how to reward any useful answers given to your questions.&lt;BR /&gt;&lt;BR /&gt;So far you have not awarded any points !&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Feb 2007 08:56:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-query/m-p/3940942#M288898</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-02-08T08:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Password query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-query/m-p/3940943#M288899</link>
      <description>Hi,&lt;BR /&gt;  Try this,&lt;BR /&gt;  # usermod -f 45 username &lt;BR /&gt;  and to make it default,edit /etc/default/security and change the value for INACTIVITY_MAXDAYS&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;B.MariappaN&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Feb 2007 11:51:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-query/m-p/3940943#M288899</guid>
      <dc:creator>B.MariappaN</dc:creator>
      <dc:date>2007-02-08T11:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Password query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-query/m-p/3940944#M288900</link>
      <description>Hi BalaRV,&lt;BR /&gt;    For changing inactivity period from 90 days to 45 days then simple way is to use &lt;BR /&gt;usermod command:&lt;BR /&gt;usermod -f &lt;DAYS&gt; &lt;USERNAME&gt;&lt;BR /&gt;To set as default,edit /etc/default file.&lt;BR /&gt;&lt;BR /&gt;Balarv,as you mentioned subject here as password query.So,do you want to go for passswd ageing also? I mean do you want to force users to change their passwords after some defined period. If yes then use following command&lt;BR /&gt;&lt;BR /&gt;Passwd -n &lt;DAYS&gt; -x &lt;DAYS&gt; -w &lt;DAYS&gt; &lt;USERNAME&gt;&lt;BR /&gt;-n--&amp;gt; Min.days&lt;BR /&gt;-x--&amp;gt;Max days&lt;BR /&gt;-W --&amp;gt; for warning&lt;BR /&gt;&lt;BR /&gt;you can see user's passwd status by :&lt;BR /&gt;passwd -s user1&lt;BR /&gt;passwd -sa&lt;BR /&gt;&lt;/USERNAME&gt;&lt;/DAYS&gt;&lt;/DAYS&gt;&lt;/DAYS&gt;&lt;/USERNAME&gt;&lt;/DAYS&gt;</description>
      <pubDate>Thu, 08 Feb 2007 22:04:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-query/m-p/3940944#M288900</guid>
      <dc:creator>Reshma Malusare</dc:creator>
      <dc:date>2007-02-08T22:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Password query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-query/m-p/3940945#M288901</link>
      <description>Hi BalaRV,&lt;BR /&gt;   Can you please assign points if your query is solved.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Reshma</description>
      <pubDate>Thu, 08 Feb 2007 22:25:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-query/m-p/3940945#M288901</guid>
      <dc:creator>Reshma Malusare</dc:creator>
      <dc:date>2007-02-08T22:25:45Z</dc:date>
    </item>
  </channel>
</rss>

