/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: Teddy Hogeborn
  • Date: 2008-09-30 18:59:44 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080930185944-zjw2s8bsw4gmww7d
* Makefile (uninstall-client): Do not remove obsolete README file.

* debian/rules: Do not change permissions on "/etc/mandos/plugins.d".

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 "2009-09-17">
 
6
<!ENTITY TIMESTAMP "2008-09-30">
7
7
<!ENTITY % common SYSTEM "common.ent">
8
8
%common;
9
9
]>
33
33
    </authorgroup>
34
34
    <copyright>
35
35
      <year>2008</year>
36
 
      <year>2009</year>
37
36
      <holder>Teddy Hogeborn</holder>
38
37
      <holder>Björn Påhlsson</holder>
39
38
    </copyright>
108
107
            This option is <emphasis>optional</emphasis>.
109
108
          </para>
110
109
          <para>
111
 
            The timeout is how long the server will wait (for either a
112
 
            successful checker run or a client receiving its secret)
113
 
            until a client is considered invalid - that is, ineligible
114
 
            to get the data this server holds.  By default Mandos will
115
 
            use 1 hour.
 
110
            The timeout is how long the server will wait for a
 
111
            successful checker run until a client is considered
 
112
            invalid - that is, ineligible to get the data this server
 
113
            holds.  By default Mandos will use 1 hour.
116
114
          </para>
117
115
          <para>
118
116
            The <replaceable>TIME</replaceable> is specified as a
171
169
            <varname>PATH</varname> will be searched.  The default
172
170
            value for the checker command is <quote><literal
173
171
            ><command>fping</command> <option>-q</option> <option
174
 
            >--</option> %%(host)s</literal></quote>.
 
172
            >--</option> %(host)s</literal></quote>.
175
173
          </para>
176
174
          <para>
177
175
            In addition to normal start time expansion, this option
242
240
            should <emphasis>not</emphasis> be base64-encoded, but
243
241
            will be sent to clients verbatim.
244
242
          </para>
245
 
          <para>
246
 
            File names of the form <filename>~user/foo/bar</filename>
247
 
            and <filename>$<envar>ENVVAR</envar>/foo/bar</filename>
248
 
            are supported.
249
 
          </para>
250
243
        </listitem>
251
244
      </varlistentry>
252
245
      
258
251
            This option is <emphasis>optional</emphasis>, but highly
259
252
            <emphasis>recommended</emphasis> unless the
260
253
            <option>checker</option> option is modified to a
261
 
            non-standard value without <quote>%%(host)s</quote> in it.
 
254
            non-standard value without <quote>%(host)s</quote> in it.
262
255
          </para>
263
256
          <para>
264
257
            Host name for this client.  This is not used by the server
352
345
[DEFAULT]
353
346
timeout = 1h
354
347
interval = 5m
355
 
checker = fping -q -- %%(host)s
 
348
checker = fping -q -- %(host)s
356
349
 
357
350
# Client "foo"
358
351
[foo]