Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.unix-wizards Subject: Re: Idle time logout mechanism (daemon) Message-ID: <76@brl-tgr.ARPA> Date: Mon, 22-Jul-85 12:35:01 EDT Article-I.D.: brl-tgr.76 Posted: Mon Jul 22 12:35:01 1985 Date-Received: Wed, 24-Jul-85 06:40:54 EDT References: <11650@brl-tgr.ARPA> <3007@nsc.UUCP> <130@daisy.warwick.UUCP> Organization: Ballistic Research Lab Lines: 13 There is NO reliable way for the system to tell whether a user has wandered forgetfully away from his logged-in terminal or if he is in fact still using his connection. For example, at BRL we have quite a few Teletype 5620 DMDs (these are really nifty), and it is not at all out of the question for all interaction to be happening entirely within the DMD terminal itself for many minutes on end; yet the connection to the host must remain open for when it's needed. Our solution is to enable a TIMEOUT feature in the shell, and to set TIMEOUT=0 (disabled) in /etc/profile (or equivalent) when the user is found to be logging in on a 5620. This scheme protects against forgetful naive users without getting in the way of DMDs or knowledgeable users.