/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-12 19:12:40 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080912191240-edjlcll43eoijkx0
* Makefile (install): Use "install-client-nokey".
  (install-server): Create "/etc/default" and "/usr/sbin", too.
  (install-client): Do not depend on "$(INITRAMFSTOOLS)/hooks/.".
                    Renamed to "install-client-nokey".  Split out
                    post-installation-stuff to new "install-client"
                    target.

* mandos-clients.conf.xml: White space adjustments.
* mandos-keygen.xml: - '' -
* mandos.conf.xml: - '' -
* mandos.xml: - '' -
* plugin-runner.xml: - '' -
* plugins.d/mandos-client.xml: - '' -

* overview.xml: Improved grammar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<!ENTITY VERSION "1.0">
5
5
<!ENTITY CONFNAME "mandos-clients.conf">
6
6
<!ENTITY CONFPATH "<filename>/etc/mandos/clients.conf</filename>">
7
 
<!ENTITY TIMESTAMP "2008-09-04">
 
7
<!ENTITY TIMESTAMP "2008-09-12">
8
8
]>
9
9
 
10
10
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
37
37
    </copyright>
38
38
    <xi:include href="legalnotice.xml"/>
39
39
  </refentryinfo>
40
 
 
 
40
  
41
41
  <refmeta>
42
42
    <refentrytitle>&CONFNAME;</refentrytitle>
43
43
    <manvolnum>5</manvolnum>
49
49
      Configuration file for the Mandos server
50
50
    </refpurpose>
51
51
  </refnamediv>
52
 
 
 
52
  
53
53
  <refsynopsisdiv>
54
54
    <synopsis>&CONFPATH;</synopsis>
55
55
  </refsynopsisdiv>
56
 
 
 
56
  
57
57
  <refsect1 id="description">
58
58
    <title>DESCRIPTION</title>
59
59
    <para>
95
95
    <para>
96
96
      Unknown options are ignored.  The used options are as follows:
97
97
    </para>
98
 
 
 
98
    
99
99
    <variablelist>
100
 
 
 
100
      
101
101
      <varlistentry>
102
102
        <term><option>timeout<literal> = </literal><replaceable
103
103
        >TIME</replaceable></option></term>
126
126
          </para>
127
127
        </listitem>
128
128
      </varlistentry>
129
 
 
 
129
      
130
130
      <varlistentry>
131
131
        <term><option>interval<literal> = </literal><replaceable
132
132
        >TIME</replaceable></option></term>
149
149
          </para>
150
150
        </listitem>
151
151
      </varlistentry>
152
 
 
 
152
      
153
153
      <varlistentry>
154
154
        <term><option>checker<literal> = </literal><replaceable
155
155
        >COMMAND</replaceable></option></term>
223
223
          </para>
224
224
        </listitem>
225
225
      </varlistentry>
226
 
 
 
226
      
227
227
      <varlistentry>
228
228
        <term><option>secfile<literal> = </literal><replaceable
229
229
        >FILENAME</replaceable></option></term>
241
241
          </para>
242
242
        </listitem>
243
243
      </varlistentry>
244
 
 
 
244
      
245
245
      <varlistentry>
246
246
        <term><option><literal>host = </literal><replaceable
247
247
        >STRING</replaceable></option></term>
313
313
        mode is needed to expose an error of this kind.
314
314
      </para>
315
315
    </refsect2>
316
 
 
 
316
    
317
317
  </refsect1>
318
318
  
319
319
  <refsect1 id="files">
373
373
fingerprint = 3e393aeaefb84c7e89e2f547b3a107558fca3a27
374
374
secfile = /etc/mandos/bar-secret
375
375
timeout = 15m
376
 
 
377
376
      </programlisting>
378
377
    </informalexample>
379
378
  </refsect1>