<?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: How to automate logouts for inactive users in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019971#M130228</link>
    <description>Thank you all for the quick response,but I would like you to consider 2 things;&lt;BR /&gt;1- the users are not hp-ux users,they use an old application i.e PIOPEN.&lt;BR /&gt;2-the users do not have individual ID or login names,a group of them login as (finance)the other group login as (pay).So I need to force a certain inactive tty user to logout.(Actually its  an application user license problem).&lt;BR /&gt;thanks</description>
    <pubDate>Thu, 10 Jul 2003 08:42:10 GMT</pubDate>
    <dc:creator>radi_1</dc:creator>
    <dc:date>2003-07-10T08:42:10Z</dc:date>
    <item>
      <title>How to automate logouts for inactive users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019964#M130221</link>
      <description>Hi,&lt;BR /&gt;I need to force logouts for users who go inactive for a certain period of time.&lt;BR /&gt;note the users work through unfixed ttys.&lt;BR /&gt;thanks.</description>
      <pubDate>Thu, 10 Jul 2003 08:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019964#M130221</guid>
      <dc:creator>radi_1</dc:creator>
      <dc:date>2003-07-10T08:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate logouts for inactive users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019965#M130222</link>
      <description>Set in each users profile 'TMOUT=3600' &lt;BR /&gt;This will timeout a user after one hour.&lt;BR /&gt;Change to suit. Be aware that this will not work for CDE users, or users within some sort of application. (use autologout for csh)</description>
      <pubDate>Thu, 10 Jul 2003 08:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019965#M130222</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-10T08:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate logouts for inactive users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019966#M130223</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;csh&lt;BR /&gt;&lt;BR /&gt;set autologout = 120&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ksh and others look at TMOUT&lt;BR /&gt;&lt;BR /&gt;If the TMOUT= environment variable is set to any value greater than 0, the Korn Shell windows will timeout at this specified time. &lt;BR /&gt;&lt;BR /&gt;NOTE. Uses seconds&lt;BR /&gt;&lt;BR /&gt;                   Steve Steel</description>
      <pubDate>Thu, 10 Jul 2003 08:10:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019966#M130223</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-07-10T08:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate logouts for inactive users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019967#M130224</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can set the &lt;BR /&gt;&lt;BR /&gt;TMOUT=&lt;TIME&gt;&lt;BR /&gt;&lt;BR /&gt;in the profile&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;-Niraj&lt;BR /&gt;&lt;/TIME&gt;</description>
      <pubDate>Thu, 10 Jul 2003 08:10:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019967#M130224</guid>
      <dc:creator>Niraj Kumar Verma</dc:creator>
      <dc:date>2003-07-10T08:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate logouts for inactive users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019968#M130225</link>
      <description>SET&lt;BR /&gt;&lt;BR /&gt;TMOUT=&lt;IDLE time=""&gt;&lt;BR /&gt;&lt;BR /&gt;in /etc/profile or in individual .profiles&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer&lt;/IDLE&gt;</description>
      <pubDate>Thu, 10 Jul 2003 08:12:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019968#M130225</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2003-07-10T08:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate logouts for inactive users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019969#M130226</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can also do:&lt;BR /&gt;&lt;BR /&gt;readonly TMOUT&lt;BR /&gt;&lt;BR /&gt;which means that users cannot change the timeout.&lt;BR /&gt;&lt;BR /&gt;Without doing this step, a user could quite simply do:&lt;BR /&gt;&lt;BR /&gt;TMOUT=0&lt;BR /&gt;&lt;BR /&gt;and disable the auto-logout.&lt;BR /&gt;&lt;BR /&gt;Ollie.</description>
      <pubDate>Thu, 10 Jul 2003 08:16:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019969#M130226</guid>
      <dc:creator>Ollie R</dc:creator>
      <dc:date>2003-07-10T08:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate logouts for inactive users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019970#M130227</link>
      <description>Simply set TMOUT in /etc/profile: &lt;BR /&gt;&lt;BR /&gt;TMOUT=&lt;IDLE time=""&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/IDLE&gt;</description>
      <pubDate>Thu, 10 Jul 2003 08:28:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019970#M130227</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-10T08:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate logouts for inactive users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019971#M130228</link>
      <description>Thank you all for the quick response,but I would like you to consider 2 things;&lt;BR /&gt;1- the users are not hp-ux users,they use an old application i.e PIOPEN.&lt;BR /&gt;2-the users do not have individual ID or login names,a group of them login as (finance)the other group login as (pay).So I need to force a certain inactive tty user to logout.(Actually its  an application user license problem).&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 10 Jul 2003 08:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019971#M130228</guid>
      <dc:creator>radi_1</dc:creator>
      <dc:date>2003-07-10T08:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate logouts for inactive users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019972#M130229</link>
      <description>For sh and ksh you can use &lt;BR /&gt;&lt;BR /&gt;TMOUT=600(in secs) &lt;BR /&gt;export TMOUT &lt;BR /&gt;Global file /etc/profile &lt;BR /&gt;&lt;BR /&gt;for csh &lt;BR /&gt;&lt;BR /&gt;logout=60(in min) &lt;BR /&gt;for all csh users /etc/csh.login</description>
      <pubDate>Thu, 10 Jul 2003 08:59:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019972#M130229</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-07-10T08:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate logouts for inactive users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019973#M130230</link>
      <description>Here's a script I wrote a few years back to do the same thing, we had some users that needed to be excluded, but a lot of users that would literally walk away from their terminals.&lt;BR /&gt;&lt;BR /&gt;See the attached, it may be dated but it works. We set the idle time to be 30 minutes, anything after that is toast.</description>
      <pubDate>Thu, 10 Jul 2003 13:34:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-automate-logouts-for-inactive-users/m-p/3019973#M130230</guid>
      <dc:creator>Robert Salter</dc:creator>
      <dc:date>2003-07-10T13:34:23Z</dc:date>
    </item>
  </channel>
</rss>

