Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
325 richard 1
<html>
2
<head>
3
<title>Login-Time Help Page</title>
4
<link rel="stylesheet" href="../style.css">
5
</head>
6
<body bgcolor="#80a040" background="../images/greenlines1.gif" link="black" alink="black">
7
<center>
8
<table border=0 width=540 cellpadding=1 cellspacing=1>
9
<tr valign=top>
10
<td width=340></td>
11
<td bgcolor="black" width=400>
12
	<table border=0 width=100% cellpadding=2 cellspacing=0>
13
	<tr bgcolor="#907030" align=right valign=top><th><font color="white">Login-Time Help Page</font>&nbsp;</th></tr>
14
	</table>
15
</td></tr>
16
<tr bgcolor="black" valign=top><td colspan=2>
17
	<table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
18
	<tr><td>
19
<br>
20
<center>
21
<pre>
22
  Login-Time defines the time span a user may login to the system. The
23
  format of a so-called time string is like the format used by UUCP.
24
  A time string may be a list of simple time strings separated by "|" or ",".
25
 
26
  Each simple time string must begin with a day definition. That can be just
27
  one day, multiple days, or a range of days separated by a hyphen. A
28
  day is Mo, Tu, We, Th, Fr, Sa or Su, or Wk for Mo-Fr. "Any" or "Al"
29
  means all days.
30
 
31
  After that a range of hours follows in hhmm-hhmm format.
32
 
33
  For example, "Wk2305-0855,Sa,Su2305-1655".
34
 
35
  Radiusd calculates the number of seconds left in the time span, and
36
  sets the Session-Timeout to that number of seconds. So if someones
37
  Login-Time is "Al0800-1800" and he logs in at 17:30, Session-Timeout
38
  is set to 1800 seconds so that he is kicked off at 18:00.
39
</pre>
40
</td></tr>
41
<tr><td align=center>
42
<a href="javascript:window.close();"><b>Close Window</b></a>
43
</td></tr>
44
</center>
45
</table>
46
</tr>
47
</table>
48
</body>
49
</html>