<?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: Semi-Global Password Expiration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/semi-global-password-expiration/m-p/2462630#M759907</link>
    <description>Then do the passwd -f command.&lt;BR /&gt;&lt;BR /&gt;This will expire the acct and force a change at next login.</description>
    <pubDate>Tue, 07 Nov 2000 20:43:34 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2000-11-07T20:43:34Z</dc:date>
    <item>
      <title>Semi-Global Password Expiration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semi-global-password-expiration/m-p/2462625#M759902</link>
      <description>I have a new system with approximately 750 users.  Nearly all of the user accounts were imported from the legacy system and I would like to expire all of the imported users passwords without affecting the root, SA and developer accounts.  &lt;BR /&gt;I could not locate anything in SAM except a global expiration, which would affect everyone.</description>
      <pubDate>Tue, 07 Nov 2000 20:24:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semi-global-password-expiration/m-p/2462625#M759902</guid>
      <dc:creator>Brian Atkins</dc:creator>
      <dc:date>2000-11-07T20:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Semi-Global Password Expiration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semi-global-password-expiration/m-p/2462626#M759903</link>
      <description>You could write a script that will parse the /etc/passwd file (say, by UID) and then put a '*' in the passwd field of the acct record.&lt;BR /&gt;&lt;BR /&gt;If any modifications are going to take place, first and foremost, make a copy of the passwd file so as to have the original handy.</description>
      <pubDate>Tue, 07 Nov 2000 20:30:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semi-global-password-expiration/m-p/2462626#M759903</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-11-07T20:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Semi-Global Password Expiration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semi-global-password-expiration/m-p/2462627#M759904</link>
      <description>You could write a script that would expire passwords for specific users:&lt;BR /&gt;&lt;BR /&gt;for user in `cat /tmp/userlist`&lt;BR /&gt;do&lt;BR /&gt;passwd -f $user   #force users to change pw&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;where /tmp/userlist will contain the list of users whose passwords you want to expire.  An easy way to generate /tmp/userlist is:&lt;BR /&gt;&lt;BR /&gt;cat /etc/passwd | awk -F: '{ print $1 }'&lt;BR /&gt;&lt;BR /&gt;then go in and remove the accounts (eg root sysadmin etc. that you do not want in the list)&lt;BR /&gt;&lt;BR /&gt;if it is easier, you could maintain an exception list and re-write the script accordingly.</description>
      <pubDate>Tue, 07 Nov 2000 20:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semi-global-password-expiration/m-p/2462627#M759904</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-07T20:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Semi-Global Password Expiration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semi-global-password-expiration/m-p/2462628#M759905</link>
      <description>We are operating on a Trusted System, so '*' is already in the password column.</description>
      <pubDate>Tue, 07 Nov 2000 20:34:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semi-global-password-expiration/m-p/2462628#M759905</guid>
      <dc:creator>Brian Atkins</dc:creator>
      <dc:date>2000-11-07T20:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Semi-Global Password Expiration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semi-global-password-expiration/m-p/2462629#M759906</link>
      <description>The AWK idea work great.  Thanks!</description>
      <pubDate>Tue, 07 Nov 2000 20:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semi-global-password-expiration/m-p/2462629#M759906</guid>
      <dc:creator>Brian Atkins</dc:creator>
      <dc:date>2000-11-07T20:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Semi-Global Password Expiration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semi-global-password-expiration/m-p/2462630#M759907</link>
      <description>Then do the passwd -f command.&lt;BR /&gt;&lt;BR /&gt;This will expire the acct and force a change at next login.</description>
      <pubDate>Tue, 07 Nov 2000 20:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semi-global-password-expiration/m-p/2462630#M759907</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-11-07T20:43:34Z</dc:date>
    </item>
  </channel>
</rss>

