blob: d4f6f3ef64899a15cacec9300f8c5d2a141e6310 [file] [log] [blame]
Chetan Gaonker7f4bf742016-05-04 15:56:08 -07001# -*- text -*-
2#
3# $Id: 25344527759d22b49b5e990fd83f0e506442fa76 $
4
5# The logintime module. This handles the Login-Time,
6# Current-Time, and Time-Of-Day attributes. It should be
7# included in the *end* of the authorize section in order to
8# handle Login-Time checks. It should also be included in the
9# instantiate section in order to register the Current-Time
10# and Time-Of-Day comparison functions.
11#
12# When the Login-Time attribute is set to some value, and the
13# user has been permitted to log in, a Session-Timeout is
14# calculated based on the remaining time. See "doc/README".
15#
16logintime {
17 # The minimum timeout (in seconds) a user is allowed
18 # to have. If the calculated timeout is lower we don't
19 # allow the login. Some NAS do not handle values
20 # lower than 60 seconds well.
21 minimum_timeout = 60
22}
23