<?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 Aging Email Notification in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging-email-notification/m-p/4042939#M303331</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Victors approach will work if you create a read loop for all users.&lt;BR /&gt;&lt;BR /&gt;You might need some mail script assistance to finish Victor's script.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/mailfile2" target="_blank"&gt;http://www.hpux.ws/mailfile2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Its overkill but you can lift code out of it to actually send the email.&lt;BR /&gt;&lt;BR /&gt;Trusted system is somewhat problematic because HP deprecated it in 11.31 and replaced it with a new add in product. So don't think about going trusted on 11.31 and don't rely on this approach on systems you plan to make trusted.&lt;BR /&gt;&lt;BR /&gt;Hi to Victor, my minahel, working extra hard in Israel while I'm on vacation.&lt;BR /&gt;&lt;BR /&gt;minahal=direct manager.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 24 Jul 2007 23:03:40 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-07-24T23:03:40Z</dc:date>
    <item>
      <title>Password Aging Email Notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging-email-notification/m-p/4042935#M303327</link>
      <description>I have an HPUX 11i Ver 1 system, in trusted mode, with password aging enabled. Is there a way to configure the system to send email notifications  to users when their password is about to expire , maybe a week prior to expiring or whatever. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jon</description>
      <pubDate>Tue, 24 Jul 2007 14:44:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging-email-notification/m-p/4042935#M303327</guid>
      <dc:creator>Jonathan Grymes</dc:creator>
      <dc:date>2007-07-24T14:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Password Aging Email Notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging-email-notification/m-p/4042936#M303328</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Read &lt;BR /&gt;man passwd&lt;BR /&gt;passwd -r nisplus [-l] [-f] [-n min] [-w warn] [-x max] [-D domain]&lt;BR /&gt;           name&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; -w warn        Specify the number of days, warn, prior to the password&lt;BR /&gt;                     expiring when the user will be notified that the&lt;BR /&gt;                     password needs to be changed.  This option is only&lt;BR /&gt;                     enabled when the system has been converted to a&lt;BR /&gt;                     trusted, secure system.  Refer to the Managing Systems&lt;BR /&gt;                     and Workgroups manual for how to convert your HP-UX to&lt;BR /&gt;                     a trusted, secure system.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jul 2007 14:58:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging-email-notification/m-p/4042936#M303328</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2007-07-24T14:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Password Aging Email Notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging-email-notification/m-p/4042937#M303329</link>
      <description>I will suggest to create a sub-routine on the /etc/profile to check how many days left before account password expires and do a mailx to the user, however you need to know or have registered somewhere the user e-mail address (for example : user@company.com)</description>
      <pubDate>Tue, 24 Jul 2007 15:27:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging-email-notification/m-p/4042937#M303329</guid>
      <dc:creator>Juan M Leon</dc:creator>
      <dc:date>2007-07-24T15:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Password Aging Email Notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging-email-notification/m-p/4042938#M303330</link>
      <description>Check This thread...&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=9100" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=9100&lt;/A&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Awadhesh</description>
      <pubDate>Tue, 24 Jul 2007 22:20:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging-email-notification/m-p/4042938#M303330</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2007-07-24T22:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Password Aging Email Notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging-email-notification/m-p/4042939#M303331</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Victors approach will work if you create a read loop for all users.&lt;BR /&gt;&lt;BR /&gt;You might need some mail script assistance to finish Victor's script.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/mailfile2" target="_blank"&gt;http://www.hpux.ws/mailfile2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Its overkill but you can lift code out of it to actually send the email.&lt;BR /&gt;&lt;BR /&gt;Trusted system is somewhat problematic because HP deprecated it in 11.31 and replaced it with a new add in product. So don't think about going trusted on 11.31 and don't rely on this approach on systems you plan to make trusted.&lt;BR /&gt;&lt;BR /&gt;Hi to Victor, my minahel, working extra hard in Israel while I'm on vacation.&lt;BR /&gt;&lt;BR /&gt;minahal=direct manager.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 24 Jul 2007 23:03:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging-email-notification/m-p/4042939#M303331</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-07-24T23:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Password Aging Email Notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging-email-notification/m-p/4042940#M303332</link>
      <description>Hi Jon,&lt;BR /&gt;if you have pwage on your system you can use the attached script that notify by email.&lt;BR /&gt;HTH,&lt;BR /&gt;Art&lt;BR /&gt;&lt;BR /&gt;N.B. PLease assign points!</description>
      <pubDate>Wed, 25 Jul 2007 02:25:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging-email-notification/m-p/4042940#M303332</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2007-07-25T02:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Password Aging Email Notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging-email-notification/m-p/4042941#M303333</link>
      <description>I tried it in my HP-UX 11.2 and was not able to find /etc/shadow...&lt;BR /&gt;&lt;BR /&gt;Also I had to change it for /sbin/bash to /sbin/sh.&lt;BR /&gt;&lt;BR /&gt;Please helph</description>
      <pubDate>Mon, 13 Aug 2007 15:42:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging-email-notification/m-p/4042941#M303333</guid>
      <dc:creator>Rafael Casero</dc:creator>
      <dc:date>2007-08-13T15:42:59Z</dc:date>
    </item>
  </channel>
</rss>

