/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos-clients.conf.xml

  • Committer: Björn Påhlsson
  • Date: 2011-09-18 14:28:47 UTC
  • mto: This revision was merged to the branch mainline in revision 497.
  • Revision ID: belorn@fukt.bsnet.se-20110918142847-wx9ru8lxxsc4timi
New feature:
extended timeout given once when password is sent to client

New dbus-API property (Expire):
Time and date when a client will be disabled

New dbus-API property (ExtendedTimeout):
The duration of extended timeout

Changed default values:
Timeout: Changed from 1 hour to 5 minutes
Interval: Changed from 5 minutes to 2 minutes

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
            will wait for a checker to complete until the below
230
230
            <quote><varname>timeout</varname></quote> occurs, at which
231
231
            time the client will be disabled, and any running checker
232
 
            killed.  The default interval is 5 minutes.
 
232
            killed.  The default interval is 2 minutes.
233
233
          </para>
234
234
          <para>
235
235
            The format of <replaceable>TIME</replaceable> is the same
302
302
            The timeout is how long the server will wait (for either a
303
303
            successful checker run or a client receiving its secret)
304
304
            until a client is disabled and not allowed to get the data
305
 
            this server holds.  By default Mandos will use 1 hour.
 
305
            this server holds.  By default Mandos will use 5 minutes.
306
306
          </para>
307
307
          <para>
308
308
            The <replaceable>TIME</replaceable> is specified as a
319
319
          </para>
320
320
        </listitem>
321
321
      </varlistentry>
 
322
 
 
323
      <varlistentry>
 
324
        <term><option>extended_timeout<literal> = </literal><replaceable
 
325
        >TIME</replaceable></option></term>
 
326
        <listitem>
 
327
          <para>
 
328
            This option is <emphasis>optional</emphasis>.
 
329
          </para>
 
330
          <para>
 
331
            Extended timeout is an added timeout that is given once
 
332
            after a password has been sent sucessfully to a client.
 
333
            The timeout is by default longer than the normal timeout,
 
334
            and is used for handling the extra long downtime while a
 
335
            matchine is booting up.  Time to take into consideration
 
336
            when changing this value is system file checks and quota
 
337
            checks.  The default value is 15 minutes.
 
338
          </para>
 
339
          <para>
 
340
            The format of <replaceable>TIME</replaceable> is the same
 
341
            as for <varname>timeout</varname> above.
 
342
          </para>
 
343
        </listitem>
 
344
      </varlistentry>
322
345
      
323
346
    </variablelist>
324
347
  </refsect1>
420
443
    <informalexample>
421
444
      <programlisting>
422
445
[DEFAULT]
423
 
timeout = 1h
424
 
interval = 5m
 
446
timeout = 5m
 
447
interval = 2m
425
448
checker = fping -q -- %%(host)s
426
449
 
427
450
# Client "foo"