<?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: resetting login fails in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/resetting-login-fails/m-p/5014038#M80044</link>
    <description>&lt;!--!*#--&gt;&amp;gt;&amp;gt; How do I reset the count of login fails on an account?&lt;BR /&gt;&lt;BR /&gt;Simple: You log in succesfully to that account!&lt;BR /&gt;&lt;BR /&gt;Or... SMOP... That count is maintained in field UAF$W_LOGFAILS in the SYSUAF record for the user. Read it, reset it.&lt;BR /&gt;&lt;BR /&gt;I happened to have a command file which may, or might not, accomplish this....&lt;BR /&gt;&lt;BR /&gt;$!libr/extr=$uafdef/out=uafdef.tmp sys$library:lib.mlb&lt;BR /&gt;$!sea uafdef.tmp lgicmd&lt;BR /&gt;$!EQU        UAF$W_LOGFAILS  356&lt;BR /&gt;$&lt;BR /&gt;$write sys$output "--''p1'--"&lt;BR /&gt;$open /write/read/share=write uaf 'f$parse("SYSUAF","SYS$SYSTEM:.DAT",,,"SYNTAX_ONLY")&lt;BR /&gt;$loop:&lt;BR /&gt;$ read/end=done uaf rec&lt;BR /&gt;$ if p1.nes."" then read/end=done/key=&amp;amp;p1 uaf rec&lt;BR /&gt;$ logfail=f$cvsi(356*8,16,rec)&lt;BR /&gt;$ username=f$extr(0,12,rec)&lt;BR /&gt;$ if logfail.gt.0 then write sys$output username, ": ", logfail&lt;BR /&gt;$ if p2.nes.""&lt;BR /&gt;$  then&lt;BR /&gt;$   rec[356*8,16] = 'p2&lt;BR /&gt;$   write /symbol/update uaf rec&lt;BR /&gt;$  endif&lt;BR /&gt;$ if p1.eqs."" then goto loop&lt;BR /&gt;$done:&lt;BR /&gt;$close uaf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
    <pubDate>Tue, 14 Nov 2006 14:43:03 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2006-11-14T14:43:03Z</dc:date>
    <item>
      <title>resetting login fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resetting-login-fails/m-p/5014037#M80043</link>
      <description>&lt;BR /&gt;How do I reset the count of login fails on an account?  I would have thought that it'd be easy to find a way to do this in the help for authorize, but I'm not seeing anything.&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Nov 2006 14:20:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resetting-login-fails/m-p/5014037#M80043</guid>
      <dc:creator>Gregg Parmentier</dc:creator>
      <dc:date>2006-11-14T14:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: resetting login fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resetting-login-fails/m-p/5014038#M80044</link>
      <description>&lt;!--!*#--&gt;&amp;gt;&amp;gt; How do I reset the count of login fails on an account?&lt;BR /&gt;&lt;BR /&gt;Simple: You log in succesfully to that account!&lt;BR /&gt;&lt;BR /&gt;Or... SMOP... That count is maintained in field UAF$W_LOGFAILS in the SYSUAF record for the user. Read it, reset it.&lt;BR /&gt;&lt;BR /&gt;I happened to have a command file which may, or might not, accomplish this....&lt;BR /&gt;&lt;BR /&gt;$!libr/extr=$uafdef/out=uafdef.tmp sys$library:lib.mlb&lt;BR /&gt;$!sea uafdef.tmp lgicmd&lt;BR /&gt;$!EQU        UAF$W_LOGFAILS  356&lt;BR /&gt;$&lt;BR /&gt;$write sys$output "--''p1'--"&lt;BR /&gt;$open /write/read/share=write uaf 'f$parse("SYSUAF","SYS$SYSTEM:.DAT",,,"SYNTAX_ONLY")&lt;BR /&gt;$loop:&lt;BR /&gt;$ read/end=done uaf rec&lt;BR /&gt;$ if p1.nes."" then read/end=done/key=&amp;amp;p1 uaf rec&lt;BR /&gt;$ logfail=f$cvsi(356*8,16,rec)&lt;BR /&gt;$ username=f$extr(0,12,rec)&lt;BR /&gt;$ if logfail.gt.0 then write sys$output username, ": ", logfail&lt;BR /&gt;$ if p2.nes.""&lt;BR /&gt;$  then&lt;BR /&gt;$   rec[356*8,16] = 'p2&lt;BR /&gt;$   write /symbol/update uaf rec&lt;BR /&gt;$  endif&lt;BR /&gt;$ if p1.eqs."" then goto loop&lt;BR /&gt;$done:&lt;BR /&gt;$close uaf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Nov 2006 14:43:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resetting-login-fails/m-p/5014038#M80044</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-11-14T14:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: resetting login fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resetting-login-fails/m-p/5014039#M80045</link>
      <description>&lt;BR /&gt;Great.  They're accounts used exclusively for non-interactive logins.  The folks with the passwords don't have any interactive access (which is the kind of login needed to reset the count), and I don't have the passwords.&lt;BR /&gt;&lt;BR /&gt;I'll see what I can do with what you've given me.&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Nov 2006 17:06:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resetting-login-fails/m-p/5014039#M80045</guid>
      <dc:creator>Gregg Parmentier</dc:creator>
      <dc:date>2006-11-14T17:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: resetting login fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resetting-login-fails/m-p/5014040#M80046</link>
      <description>Gregg,&lt;BR /&gt;&lt;BR /&gt;how about setting the sysgen parameter LGI_BRK_LIM and not allowing the login attempt again for specified amount of time using another sysgen parameter LBI_HID_TIM for any user&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Archunan</description>
      <pubDate>Tue, 14 Nov 2006 21:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resetting-login-fails/m-p/5014040#M80046</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2006-11-14T21:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: resetting login fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resetting-login-fails/m-p/5014041#M80047</link>
      <description>** Simple: You log in succesfully to that account! **&lt;BR /&gt;&lt;BR /&gt;That if you don't use rlogin with a proxy.&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Nov 2006 02:25:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resetting-login-fails/m-p/5014041#M80047</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-11-15T02:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: resetting login fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resetting-login-fails/m-p/5014042#M80048</link>
      <description>That peocedure worked fine, even if it did make me nervous.&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Nov 2006 16:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resetting-login-fails/m-p/5014042#M80048</guid>
      <dc:creator>Gregg Parmentier</dc:creator>
      <dc:date>2006-11-15T16:13:32Z</dc:date>
    </item>
  </channel>
</rss>

