<?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: lgi_brk_disuser seems to be not working in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996797#M29639</link>
    <description>Mustafa,&lt;BR /&gt;&lt;BR /&gt;I believe the problem is here:&lt;BR /&gt;&lt;BR /&gt;mc sysman param set lgi_brk_disuser 1&lt;BR /&gt;mc sysman param write active&lt;BR /&gt;&lt;BR /&gt;Once you exit SYSMAN the temporary parameter values are lost. You need to do this:&lt;BR /&gt;&lt;BR /&gt;$ MC SYSMAN&lt;BR /&gt;SYSMAN&amp;gt; PARAM USE ACTIVE&lt;BR /&gt;SYSMAN&amp;gt; PARAM SET LGI_BRK_DISUSER 1&lt;BR /&gt;SYSMAN&amp;gt; PARAM WRITE ACTIVE&lt;BR /&gt;SYSMAN&amp;gt; EXIT&lt;BR /&gt;&lt;BR /&gt;Then it will work.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Fri, 11 Aug 2006 06:04:48 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2006-08-11T06:04:48Z</dc:date>
    <item>
      <title>lgi_brk_disuser seems to be not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996794#M29636</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have changed LGI_BRK_DISUSER to 1 by:&lt;BR /&gt;&lt;BR /&gt;mc sysman param set lgi_brk_disuser 1&lt;BR /&gt;mc sysman param write active&lt;BR /&gt;&lt;BR /&gt;The value of LGI_BRK_LIM is 5. However, after I enter six wrong passwords for a specific user, it does not be a DISUSER. Instead, it becomes an INTRUDER (by show intrusion) for a duration of LGI_HID_TIM * a nondeterministic number between 1 and 1.5.&lt;BR /&gt;&lt;BR /&gt;What can be the reason for that?&lt;BR /&gt;&lt;BR /&gt;BR...</description>
      <pubDate>Fri, 11 Aug 2006 05:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996794#M29636</guid>
      <dc:creator>mustafa_12</dc:creator>
      <dc:date>2006-08-11T05:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: lgi_brk_disuser seems to be not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996795#M29637</link>
      <description>Mustafa,&lt;BR /&gt;&lt;BR /&gt;it worked for me as expected on OpenVMS Alpha F8.3.&lt;BR /&gt;&lt;BR /&gt;Consider to use REPLY/ENABLE=SECURITY to watch the OPCOM messages during your test.&lt;BR /&gt;&lt;BR /&gt;Also re-check the parameters:&lt;BR /&gt;&lt;BR /&gt;$ MC SYSGEN&lt;BR /&gt;SYSGEN&amp;gt; USE ACTIVE&lt;BR /&gt;SYSGEN&amp;gt; SHOW/LGI&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 11 Aug 2006 06:00:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996795#M29637</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-11T06:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: lgi_brk_disuser seems to be not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996796#M29638</link>
      <description>Hi Mustafa&lt;BR /&gt;&lt;BR /&gt;LGI_BRK_LIM defines how many times a user can try to login until something happens.&lt;BR /&gt;&lt;BR /&gt;I think you should also set the SYSGEN parameter LGI_BRK_DISUSER to 1, that a user account will be set to disuser after LGI_BRK_LIM failed logins.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Heinz</description>
      <pubDate>Fri, 11 Aug 2006 06:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996796#M29638</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2006-08-11T06:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: lgi_brk_disuser seems to be not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996797#M29639</link>
      <description>Mustafa,&lt;BR /&gt;&lt;BR /&gt;I believe the problem is here:&lt;BR /&gt;&lt;BR /&gt;mc sysman param set lgi_brk_disuser 1&lt;BR /&gt;mc sysman param write active&lt;BR /&gt;&lt;BR /&gt;Once you exit SYSMAN the temporary parameter values are lost. You need to do this:&lt;BR /&gt;&lt;BR /&gt;$ MC SYSMAN&lt;BR /&gt;SYSMAN&amp;gt; PARAM USE ACTIVE&lt;BR /&gt;SYSMAN&amp;gt; PARAM SET LGI_BRK_DISUSER 1&lt;BR /&gt;SYSMAN&amp;gt; PARAM WRITE ACTIVE&lt;BR /&gt;SYSMAN&amp;gt; EXIT&lt;BR /&gt;&lt;BR /&gt;Then it will work.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 11 Aug 2006 06:04:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996797#M29639</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-11T06:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: lgi_brk_disuser seems to be not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996798#M29640</link>
      <description>I think Volker has the solution. However why do you want to set LGI_BRK_DISUSER to 1. It's not recommended and causes all sorts of fun.&lt;BR /&gt;&lt;BR /&gt;From the help file&lt;BR /&gt;"LGI_BRK_DISUSER turns on the DISUSER flag in the UAF record when an attempted break-in is detected, thus permanently locking out that account. The parameter is off (0) by default. You should set the parameter (1) only under extreme security watch conditions, because it results in severely restricted user service.                                                            "</description>
      <pubDate>Fri, 11 Aug 2006 06:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996798#M29640</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-08-11T06:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: lgi_brk_disuser seems to be not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996799#M29641</link>
      <description>Mustafa,&lt;BR /&gt;&lt;BR /&gt;I must agree with Ian. This imposes very tight security on a global basis. The downside of this is that it can lock large numbers of accounts very, very quickly. This will require each and every account to be unlocked manually, a manpower intensive process.&lt;BR /&gt;&lt;BR /&gt;I have seen auditors insist on such severe measures. I recommend that you get such an instruction in writing, because the resulting workload can create problems on a variety of fronts.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Fri, 11 Aug 2006 06:16:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996799#M29641</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-08-11T06:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: lgi_brk_disuser seems to be not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996800#M29642</link>
      <description>Another reason is the potential for a DOS attack. Attempt to login using other peoples usernames and get their usernames disabled.</description>
      <pubDate>Fri, 11 Aug 2006 07:42:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996800#M29642</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-08-11T07:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: lgi_brk_disuser seems to be not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996801#M29643</link>
      <description>Thanks Volker,&lt;BR /&gt;&lt;BR /&gt;The way you've suggested worked.&lt;BR /&gt;&lt;BR /&gt;I want to set this variable on, since, as you have guessed, COBIT auditors want this like that. I know the possibility of DoS attack and admin-power required, but is it possible to convince them with those reasons? is there anybody?</description>
      <pubDate>Fri, 11 Aug 2006 08:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996801#M29643</guid>
      <dc:creator>mustafa_12</dc:creator>
      <dc:date>2006-08-11T08:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: lgi_brk_disuser seems to be not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996802#M29644</link>
      <description>Record the additional work distruption (and therefore cost) inccured and report this to management. &lt;BR /&gt;I assume you have pointed at the recommendation not to use this from hp (its in the help and I guess its in the docs somewhere)</description>
      <pubDate>Fri, 11 Aug 2006 08:07:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996802#M29644</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-08-11T08:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: lgi_brk_disuser seems to be not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996803#M29645</link>
      <description>Mustafa,&lt;BR /&gt;&lt;BR /&gt;make really sure, that you (and all other system managers) known the current SYSTEM account password and the physical location and correct operation of your console terminal (OPA0:). Because this will be the ONLY way to get access to your system, once all privileged accounts have been disusered...&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Aug 2006 08:27:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996803#M29645</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-11T08:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: lgi_brk_disuser seems to be not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996804#M29646</link>
      <description>Mustafa,&lt;BR /&gt;&lt;BR /&gt;please follow Volkers last advise.&lt;BR /&gt;&lt;BR /&gt;I can already forsee one of your (our your successor's) next questions:&lt;BR /&gt;"ALL of our accounts with SYSPRV have been blocked by too many tries. How can we still get into the system?"&lt;BR /&gt;&lt;BR /&gt;It is a REAL danger. And it will not happen now, but probably some months, or years from now.&lt;BR /&gt;Maybe after you have left this site. In that case it will ruin your reputation!&lt;BR /&gt;&lt;BR /&gt;Better convince the auditors of the risk. You may show them this thread, if they wish you to substantiate your arguments.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Fri, 11 Aug 2006 13:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996804#M29646</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-08-11T13:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: lgi_brk_disuser seems to be not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996805#M29647</link>
      <description>mustafa,&lt;BR /&gt;&lt;BR /&gt;I must return Jan's compliment from the other day (in a different thread).&lt;BR /&gt;&lt;BR /&gt;His advice is VERY sound. I often recommend going one step further: creating an emergency access account, whose username/password combination is stored in A SEALED ENVELOPE with other important corporate papers under control of the CFO.&lt;BR /&gt;&lt;BR /&gt;Being completely locked out of the system is a serious problem, particularly when there is no option of rebooting the node in a standalone mode from the console to reset the password.  &lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Sat, 12 Aug 2006 07:37:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996805#M29647</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-08-12T07:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: lgi_brk_disuser seems to be not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996806#M29648</link>
      <description>Attempts to use decnet objects that have no listener active and that don't start one either can lead to intrusions. So, if you enable this LGI_BRK_LIM you might get into problems (user locked out and service not working when it get started).&lt;BR /&gt;&lt;BR /&gt;Do know what exactly is done in the code but we do have that problem in server to server communications.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 14 Aug 2006 05:29:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996806#M29648</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-08-14T05:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: lgi_brk_disuser seems to be not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996807#M29649</link>
      <description>Make that LGI_BRK_DISUSER of course.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 14 Aug 2006 06:20:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996807#M29649</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-08-14T06:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: lgi_brk_disuser seems to be not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996808#M29650</link>
      <description>LGI_BRK_DISUSER is 0 now and I will try to convince them using these posts. &lt;BR /&gt;</description>
      <pubDate>Mon, 14 Aug 2006 08:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lgi-brk-disuser-seems-to-be-not-working/m-p/4996808#M29650</guid>
      <dc:creator>mustafa_12</dc:creator>
      <dc:date>2006-08-14T08:37:35Z</dc:date>
    </item>
  </channel>
</rss>

