/mandos/release

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

« back to all changes in this revision

Viewing changes to mandos-clients.conf.xml

* clients.conf ([DEFAULT]/timeout): Changed default value to "5m".
  ([DEFAULT]/interval): Changed default value to "2m".
  ([DEFAULT]/extenden_timeout): New.
  ([bar]/interval): Changed to "1m".

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"