2007-10-07 17:16:16 +05:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
|
2007-10-07 17:17:01 +05:30
|
|
|
<refentry id='logoutd.8'>
|
2007-10-07 17:17:11 +05:30
|
|
|
<!-- $Id: logoutd.8.xml,v 1.15 2005/11/05 17:17:29 kloczek Exp $ -->
|
2007-10-07 17:16:16 +05:30
|
|
|
<refmeta>
|
2007-10-07 17:17:11 +05:30
|
|
|
<refentrytitle>logoutd</refentrytitle>
|
2007-10-07 17:16:16 +05:30
|
|
|
<manvolnum>8</manvolnum>
|
2007-10-07 17:17:11 +05:30
|
|
|
<refmiscinfo class="sectdesc">System Management Commands</refmiscinfo>
|
2007-10-07 17:16:16 +05:30
|
|
|
</refmeta>
|
|
|
|
<refnamediv id='name'>
|
|
|
|
<refname>logoutd</refname>
|
|
|
|
<refpurpose>Enforce login time restrictions</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<!-- body begins here -->
|
|
|
|
<refsynopsisdiv id='synopsis'>
|
|
|
|
<cmdsynopsis>
|
2007-10-07 17:17:01 +05:30
|
|
|
<command>logoutd</command>
|
2007-10-07 17:16:16 +05:30
|
|
|
</cmdsynopsis>
|
|
|
|
</refsynopsisdiv>
|
2007-10-07 17:17:01 +05:30
|
|
|
|
2007-10-07 17:16:16 +05:30
|
|
|
<refsect1 id='description'>
|
|
|
|
<title>DESCRIPTION</title>
|
2007-10-07 17:17:01 +05:30
|
|
|
<para>
|
|
|
|
<command>logoutd</command> enforces the login time and port
|
|
|
|
restrictions specified in <filename>/etc/porttime</filename>.
|
2007-10-07 17:16:25 +05:30
|
|
|
<command>logoutd</command> should be started from
|
|
|
|
<filename>/etc/rc</filename>. The <filename>/var/run/utmp</filename>
|
|
|
|
file is scanned periodically and each user name is checked to see if
|
|
|
|
the named user is permitted on the named port at the current time.
|
2007-10-07 17:16:52 +05:30
|
|
|
Any login session which is violating the restrictions in
|
|
|
|
<filename>/etc/porttime</filename> is terminated.
|
2007-10-07 17:16:16 +05:30
|
|
|
</para>
|
|
|
|
</refsect1>
|
2007-10-07 17:17:01 +05:30
|
|
|
|
2007-10-07 17:16:16 +05:30
|
|
|
<refsect1 id='files'>
|
|
|
|
<title>FILES</title>
|
2007-10-07 17:16:25 +05:30
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
2007-10-07 17:17:01 +05:30
|
|
|
<term><filename>/etc/porttime</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>login and port permissions</para>
|
|
|
|
</listitem>
|
2007-10-07 17:16:25 +05:30
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
2007-10-07 17:17:01 +05:30
|
|
|
<term><filename>/var/run/utmp</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>list of current login sessions</para>
|
|
|
|
</listitem>
|
2007-10-07 17:16:25 +05:30
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
2007-10-07 17:16:16 +05:30
|
|
|
</refsect1>
|
|
|
|
</refentry>
|