<?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: Locked Account notification in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/locked-account-notification/m-p/2504510#M758049</link>
    <description>Additonal Info.  I was afraid that would be the answer.  So I modified the support user menu system that I wrote (SAM is to darn slow) and by using the getprpw command and thanks to dutchworks who provided the man pages.  I was able to add another option to display user information for disable accounts on a trusted system.</description>
    <pubDate>Wed, 14 Mar 2001 14:58:08 GMT</pubDate>
    <dc:creator>Belinda Dermody</dc:creator>
    <dc:date>2001-03-14T14:58:08Z</dc:date>
    <item>
      <title>Locked Account notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locked-account-notification/m-p/2504508#M758047</link>
      <description>I am running a trusted system on a K200 box with HP-UX 10.20.  Is there anyway that the system can send a mail msg to root when a user disables his account after 3 failed login attempts.</description>
      <pubDate>Tue, 13 Mar 2001 15:21:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locked-account-notification/m-p/2504508#M758047</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2001-03-13T15:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Locked Account notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locked-account-notification/m-p/2504509#M758048</link>
      <description>Hello James,&lt;BR /&gt;&lt;BR /&gt;AFAIK no way - at least no "nice" way of doing it.&lt;BR /&gt;The crude way could be like scanning all the users's&lt;BR /&gt;file below "/tcb/files/auth/?/" for the flag for being&lt;BR /&gt;locked and being "newer" than a flag-file:&lt;BR /&gt;&lt;BR /&gt;   find /tcb/files/auth/? -newer /tcb/lasttime -print |&lt;BR /&gt;      while read name; do &lt;BR /&gt;         if grep "u_lock..." &amp;gt;/dev/null&lt;BR /&gt;         then echo $name |mailx -slocked-user root&lt;BR /&gt;         fi&lt;BR /&gt;      done&lt;BR /&gt;   touch /tcb/lasttime&lt;BR /&gt;&lt;BR /&gt;and schedule that via "cron" say, every half hour, or so.&lt;BR /&gt;I am just not certain about the "u_lock..." part, check&lt;BR /&gt;with a locked user on your system to get that right.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;   Wodisch</description>
      <pubDate>Tue, 13 Mar 2001 22:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locked-account-notification/m-p/2504509#M758048</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-03-13T22:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Locked Account notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locked-account-notification/m-p/2504510#M758049</link>
      <description>Additonal Info.  I was afraid that would be the answer.  So I modified the support user menu system that I wrote (SAM is to darn slow) and by using the getprpw command and thanks to dutchworks who provided the man pages.  I was able to add another option to display user information for disable accounts on a trusted system.</description>
      <pubDate>Wed, 14 Mar 2001 14:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locked-account-notification/m-p/2504510#M758049</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2001-03-14T14:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Locked Account notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locked-account-notification/m-p/2504511#M758050</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I do following:&lt;BR /&gt;&lt;BR /&gt;Since all suspended users generate a message in /var/adm/syslog/syslog.log  I do a tail -f of this file with a grep on "suspended for password violations".  You can redirect the output to sendmail.  Put all of this in the cron and here you are, the soup is ready!&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;DD</description>
      <pubDate>Mon, 19 Mar 2001 10:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locked-account-notification/m-p/2504511#M758050</guid>
      <dc:creator>Dieter Degrendele_1</dc:creator>
      <dc:date>2001-03-19T10:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Locked Account notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locked-account-notification/m-p/2504512#M758051</link>
      <description>Since all suspended users generate a message in&lt;BR /&gt;                                           /var/adm/syslog/syslog.log I do a tail -f of this file with a grep&lt;BR /&gt;                                           on "suspended for password violations". You can redirect the&lt;BR /&gt;                                           output to sendmail. Put all of this in the cron and here you&lt;BR /&gt;                                           are, the soup is ready! &lt;BR /&gt;&lt;BR /&gt;                                           Rgds, &lt;BR /&gt;                                           DD &lt;BR /&gt;In response to this reply.  I do not know what you might have running to generate the message password violations to the syslog.  I do not generate that msg when a user locks him/her out.</description>
      <pubDate>Tue, 20 Mar 2001 16:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locked-account-notification/m-p/2504512#M758051</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2001-03-20T16:44:54Z</dc:date>
    </item>
  </channel>
</rss>

