/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-08-19 15:18:42 UTC
  • mfrom: (495 trunk)
  • mto: This revision was merged to the branch mainline in revision 497.
  • Revision ID: belorn@fukt.bsnet.se-20110819151842-frluz9oo9v7l9fdz
Merge

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 2 minutes.
 
232
            killed.  The default interval is 5 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 5 minutes.
 
305
            this server holds.  By default Mandos will use 1 hour.
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>
345
322
      
346
323
    </variablelist>
347
324
  </refsect1>
443
420
    <informalexample>
444
421
      <programlisting>
445
422
[DEFAULT]
446
 
timeout = 5m
447
 
interval = 2m
 
423
timeout = 1h
 
424
interval = 5m
448
425
checker = fping -q -- %%(host)s
449
426
 
450
427
# Client "foo"