/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

Updated year in copyright notices.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
4
<!ENTITY CONFNAME "mandos-clients.conf">
5
5
<!ENTITY CONFPATH "<filename>/etc/mandos/clients.conf</filename>">
6
 
<!ENTITY TIMESTAMP "2011-02-27">
 
6
<!ENTITY TIMESTAMP "2012-01-01">
7
7
<!ENTITY % common SYSTEM "common.ent">
8
8
%common;
9
9
]>
20
20
        <firstname>Björn</firstname>
21
21
        <surname>Påhlsson</surname>
22
22
        <address>
23
 
          <email>belorn@fukt.bsnet.se</email>
 
23
          <email>belorn@recompile.se</email>
24
24
        </address>
25
25
      </author>
26
26
      <author>
27
27
        <firstname>Teddy</firstname>
28
28
        <surname>Hogeborn</surname>
29
29
        <address>
30
 
          <email>teddy@fukt.bsnet.se</email>
 
30
          <email>teddy@recompile.se</email>
31
31
        </address>
32
32
      </author>
33
33
    </authorgroup>
36
36
      <year>2009</year>
37
37
      <year>2010</year>
38
38
      <year>2011</year>
 
39
      <year>2012</year>
39
40
      <holder>Teddy Hogeborn</holder>
40
41
      <holder>Björn Påhlsson</holder>
41
42
    </copyright>
182
183
      </varlistentry>
183
184
      
184
185
      <varlistentry>
 
186
        <term><option>extended_timeout<literal> = </literal><replaceable
 
187
        >TIME</replaceable></option></term>
 
188
        <listitem>
 
189
          <para>
 
190
            This option is <emphasis>optional</emphasis>.
 
191
          </para>
 
192
          <para>
 
193
            Extended timeout is an added timeout that is given once
 
194
            after a password has been sent successfully to a client.
 
195
            The timeout is by default longer than the normal timeout,
 
196
            and is used for handling the extra long downtime while a
 
197
            machine is booting up.  Time to take into consideration
 
198
            when changing this value is file system checks and quota
 
199
            checks.  The default value is 15 minutes.
 
200
          </para>
 
201
          <para>
 
202
            The format of <replaceable>TIME</replaceable> is the same
 
203
            as for <varname>timeout</varname> below.
 
204
          </para>
 
205
        </listitem>
 
206
      </varlistentry>
 
207
      
 
208
      <varlistentry>
185
209
        <term><option>fingerprint<literal> = </literal
186
210
        ><replaceable>HEXSTRING</replaceable></option></term>
187
211
        <listitem>
229
253
            will wait for a checker to complete until the below
230
254
            <quote><varname>timeout</varname></quote> occurs, at which
231
255
            time the client will be disabled, and any running checker
232
 
            killed.  The default interval is 5 minutes.
 
256
            killed.  The default interval is 2 minutes.
233
257
          </para>
234
258
          <para>
235
259
            The format of <replaceable>TIME</replaceable> is the same
299
323
            This option is <emphasis>optional</emphasis>.
300
324
          </para>
301
325
          <para>
302
 
            The timeout is how long the server will wait (for either a
303
 
            successful checker run or a client receiving its secret)
304
 
            until a client is disabled and not allowed to get the data
305
 
            this server holds.  By default Mandos will use 1 hour.
 
326
            The timeout is how long the server will wait, after a
 
327
            successful checker run, until a client is disabled and not
 
328
            allowed to get the data this server holds.  By default
 
329
            Mandos will use 5 minutes.  See also the
 
330
            <option>extended_timeout</option> option.
306
331
          </para>
307
332
          <para>
308
333
            The <replaceable>TIME</replaceable> is specified as a
320
345
        </listitem>
321
346
      </varlistentry>
322
347
      
 
348
      <varlistentry>
 
349
        <term><option>enabled<literal> = </literal>{ <literal
 
350
        >1</literal> | <literal>yes</literal> | <literal>true</literal
 
351
        > | <literal >on</literal> | <literal>0</literal> | <literal
 
352
        >no</literal> | <literal>false</literal> | <literal
 
353
        >off</literal> }</option></term>
 
354
        <listitem>
 
355
          <para>
 
356
            Whether this client should be enabled by default.  The
 
357
            default is <quote>true</quote>.
 
358
          </para>
 
359
        </listitem>
 
360
      </varlistentry>
 
361
      
323
362
    </variablelist>
324
363
  </refsect1>
325
364
  
420
459
    <informalexample>
421
460
      <programlisting>
422
461
[DEFAULT]
423
 
timeout = 1h
424
 
interval = 5m
 
462
timeout = 5m
 
463
interval = 2m
425
464
checker = fping -q -- %%(host)s
426
465
 
427
466
# Client "foo"
460
499
  <refsect1 id="see_also">
461
500
    <title>SEE ALSO</title>
462
501
    <para>
 
502
      <citerefentry><refentrytitle>intro</refentrytitle>
 
503
      <manvolnum>8mandos</manvolnum></citerefentry>,
463
504
      <citerefentry><refentrytitle>mandos-keygen</refentrytitle>
464
505
      <manvolnum>8</manvolnum></citerefentry>,
465
506
      <citerefentry><refentrytitle>mandos.conf</refentrytitle>