/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.conf.xml

  • Committer: Teddy Hogeborn
  • Date: 2012-06-22 23:33:56 UTC
  • Revision ID: teddy@recompile.se-20120622233356-odoqqt2ki2gssn37
* Makefile (check): Also check mandos-ctl.
* mandos-ctl: All options taking a time interval argument can now take
              an RFC 3339 duration.
  (rfc3339_duration_to_delta): New function.
  (string_to_delta): Try rfc3339_duration_to_delta first.
  (main): New "--check" option.
* mandos-ctl.xml (SYNOPSIS, OPTIONS): Document new "--check" option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version='1.0' encoding='UTF-8'?>
 
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
3
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
 
<!ENTITY VERSION "1.0">
5
4
<!ENTITY CONFNAME "mandos.conf">
6
5
<!ENTITY CONFPATH "<filename>/etc/mandos/mandos.conf</filename>">
7
 
<!ENTITY TIMESTAMP "2008-08-29">
 
6
<!ENTITY TIMESTAMP "2012-05-26">
 
7
<!ENTITY % common SYSTEM "common.ent">
 
8
%common;
8
9
]>
9
10
 
10
11
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
12
13
    <title>Mandos Manual</title>
13
14
    <!-- NWalsh’s docbook scripts use this to generate the footer: -->
14
15
    <productname>Mandos</productname>
15
 
    <productnumber>&VERSION;</productnumber>
 
16
    <productnumber>&version;</productnumber>
16
17
    <date>&TIMESTAMP;</date>
17
18
    <authorgroup>
18
19
      <author>
19
20
        <firstname>Björn</firstname>
20
21
        <surname>Påhlsson</surname>
21
22
        <address>
22
 
          <email>belorn@fukt.bsnet.se</email>
 
23
          <email>belorn@recompile.se</email>
23
24
        </address>
24
25
      </author>
25
26
      <author>
26
27
        <firstname>Teddy</firstname>
27
28
        <surname>Hogeborn</surname>
28
29
        <address>
29
 
          <email>teddy@fukt.bsnet.se</email>
 
30
          <email>teddy@recompile.se</email>
30
31
        </address>
31
32
      </author>
32
33
    </authorgroup>
33
34
    <copyright>
34
35
      <year>2008</year>
 
36
      <year>2009</year>
 
37
      <year>2011</year>
 
38
      <year>2012</year>
35
39
      <holder>Teddy Hogeborn</holder>
36
40
      <holder>Björn Påhlsson</holder>
37
41
    </copyright>
38
 
    <legalnotice>
39
 
      <para>
40
 
        This manual page is free software: you can redistribute it
41
 
        and/or modify it under the terms of the GNU General Public
42
 
        License as published by the Free Software Foundation,
43
 
        either version 3 of the License, or (at your option) any
44
 
        later version.
45
 
      </para>
46
 
 
47
 
      <para>
48
 
        This manual page is distributed in the hope that it will
49
 
        be useful, but WITHOUT ANY WARRANTY; without even the
50
 
        implied warranty of MERCHANTABILITY or FITNESS FOR A
51
 
        PARTICULAR PURPOSE.  See the GNU General Public License
52
 
        for more details.
53
 
      </para>
54
 
 
55
 
      <para>
56
 
        You should have received a copy of the GNU General Public
57
 
        License along with this program; If not, see
58
 
        <ulink url="http://www.gnu.org/licenses/"/>.
59
 
      </para>
60
 
    </legalnotice>
 
42
    <xi:include href="legalnotice.xml"/>
61
43
  </refentryinfo>
62
 
 
 
44
  
63
45
  <refmeta>
64
46
    <refentrytitle>&CONFNAME;</refentrytitle>
65
47
    <manvolnum>5</manvolnum>
71
53
      Configuration file for the Mandos server
72
54
    </refpurpose>
73
55
  </refnamediv>
74
 
 
 
56
  
75
57
  <refsynopsisdiv>
76
 
    <synopsis>
77
 
      &CONFPATH;
78
 
    </synopsis>
 
58
    <synopsis>&CONFPATH;</synopsis>
79
59
  </refsynopsisdiv>
80
 
 
 
60
  
81
61
  <refsect1 id="description">
82
62
    <title>DESCRIPTION</title>
83
63
    <para>
95
75
      <quote>#</quote> or <quote>;</quote> are ignored and may be used
96
76
      to provide comments.
97
77
    </para>
98
 
 
 
78
    
99
79
  </refsect1>
100
80
  <refsect1>
101
81
    <title>OPTIONS</title>
102
82
    
103
83
    <variablelist>
104
84
      <varlistentry>
105
 
        <term><varname>interface</varname></term>
 
85
        <term><option>interface<literal> = </literal><replaceable
 
86
        >NAME</replaceable></option></term>
106
87
        <listitem>
107
 
          <synopsis><literal>interface = </literal><replaceable
108
 
          >NAME</replaceable>
109
 
          </synopsis>
110
88
          <xi:include href="mandos-options.xml" xpointer="interface"/>
111
89
        </listitem>
112
90
      </varlistentry>
113
 
 
 
91
      
114
92
      <varlistentry>
115
 
        <term><varname>address</varname></term>
 
93
        <term><option>address<literal> = </literal><replaceable
 
94
          >ADDRESS</replaceable></option></term>
116
95
        <listitem>
117
 
          <synopsis><literal>address = </literal><replaceable
118
 
          >ADDRESS</replaceable>
119
 
          </synopsis>
120
96
          <xi:include href="mandos-options.xml" xpointer="address"/>
121
97
        </listitem>
122
98
      </varlistentry>
123
 
 
 
99
      
124
100
      <varlistentry>
125
 
        <term><varname>port</varname></term>
 
101
        <term><option>port<literal> = </literal><replaceable
 
102
        >NUMBER</replaceable></option></term>
126
103
        <listitem>
127
 
          <synopsis><literal>port = </literal><replaceable
128
 
          >NUMBER</replaceable>
129
 
          </synopsis>
130
104
          <xi:include href="mandos-options.xml" xpointer="port"/>
131
105
        </listitem>
132
106
      </varlistentry>
133
 
 
 
107
      
134
108
      <varlistentry>
135
 
        <term><varname>debug</varname></term>
136
 
        <listitem>
137
 
          <synopsis><literal>debug = </literal>{ <literal
 
109
        <term><option>debug<literal> = </literal>{ <literal
138
110
          >1</literal> | <literal>yes</literal> | <literal
139
111
          >true</literal> | <literal>on</literal> | <literal
140
112
          >0</literal> | <literal>no</literal> | <literal
141
 
          >false</literal> | <literal>off</literal> }
142
 
          </synopsis>
 
113
          >false</literal> | <literal>off</literal> }</option></term>
 
114
        <listitem>
143
115
          <xi:include href="mandos-options.xml" xpointer="debug"/>
144
116
        </listitem>
145
117
      </varlistentry>
146
 
 
 
118
      
147
119
      <varlistentry>
148
 
        <term><varname>priority</varname></term>
 
120
        <term><option>priority<literal> = </literal><replaceable
 
121
        >STRING</replaceable></option></term>
149
122
        <listitem>
150
 
          <synopsis><literal>priority = </literal><replaceable
151
 
          >STRING</replaceable>
152
 
          </synopsis>
153
123
          <xi:include href="mandos-options.xml" xpointer="priority"/>
154
124
        </listitem>
155
125
      </varlistentry>
156
 
 
 
126
      
157
127
      <varlistentry>
158
 
        <term><varname>servicename</varname></term>
 
128
        <term><option>servicename<literal> = </literal
 
129
        ><replaceable>NAME</replaceable></option></term>
159
130
        <listitem>
160
 
          <synopsis><literal>servicename = </literal><replaceable
161
 
          >NAME</replaceable>
162
 
          </synopsis>
163
131
          <xi:include href="mandos-options.xml"
164
132
                      xpointer="servicename"/>
165
133
        </listitem>
166
134
      </varlistentry>
167
135
      
 
136
      <varlistentry>
 
137
        <term><option>use_dbus<literal> = </literal>{ <literal
 
138
          >1</literal> | <literal>yes</literal> | <literal
 
139
          >true</literal> | <literal>on</literal> | <literal
 
140
          >0</literal> | <literal>no</literal> | <literal
 
141
          >false</literal> | <literal>off</literal> }</option></term>
 
142
        <listitem>
 
143
          <xi:include href="mandos-options.xml" xpointer="dbus"/>
 
144
        </listitem>
 
145
      </varlistentry>
 
146
      
 
147
      <varlistentry>
 
148
        <term><option>use_ipv6<literal> = </literal>{ <literal
 
149
          >1</literal> | <literal>yes</literal> | <literal
 
150
          >true</literal> | <literal>on</literal> | <literal
 
151
          >0</literal> | <literal>no</literal> | <literal
 
152
          >false</literal> | <literal>off</literal> }</option></term>
 
153
        <listitem>
 
154
          <xi:include href="mandos-options.xml" xpointer="ipv6"/>
 
155
        </listitem>
 
156
      </varlistentry>
 
157
      
 
158
      <varlistentry>
 
159
        <term><option>restore<literal> = </literal>{ <literal
 
160
          >1</literal> | <literal>yes</literal> | <literal
 
161
          >true</literal> | <literal>on</literal> | <literal
 
162
          >0</literal> | <literal>no</literal> | <literal
 
163
          >false</literal> | <literal>off</literal> }</option></term>
 
164
        <listitem>
 
165
          <xi:include href="mandos-options.xml" xpointer="restore"/>
 
166
        </listitem>
 
167
      </varlistentry>
 
168
      
 
169
      <varlistentry>
 
170
        <term><option>statedir<literal> = </literal><replaceable
 
171
        >DIRECTORY</replaceable></option></term>
 
172
        <listitem>
 
173
          <xi:include href="mandos-options.xml" xpointer="statedir"/>
 
174
        </listitem>
 
175
      </varlistentry>
 
176
      
 
177
      <varlistentry>
 
178
        <term><option>socket<literal> = </literal><replaceable
 
179
        >NUMBER</replaceable></option></term>
 
180
        <listitem>
 
181
          <xi:include href="mandos-options.xml" xpointer="socket"/>
 
182
        </listitem>
 
183
      </varlistentry>
 
184
      
168
185
    </variablelist>
169
186
  </refsect1>
170
187
  
180
197
    <para>
181
198
      The <literal>[DEFAULT]</literal> is necessary because the Python
182
199
      built-in module <systemitem class="library">ConfigParser</systemitem>
183
 
      requres it.
 
200
      requires it.
184
201
    </para>
185
202
  </refsect1>
186
203
  
202
219
[DEFAULT]
203
220
# A configuration example
204
221
interface = eth0
205
 
address = 2001:db8:f983:bd0b:30de:ae4a:71f2:f672
 
222
address = fe80::aede:48ff:fe71:f6f2
206
223
port = 1025
207
224
debug = true
208
225
priority = SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP
209
226
servicename = Daena
 
227
use_dbus = False
 
228
use_ipv6 = True
 
229
restore = True
 
230
statedir = /var/lib/mandos
210
231
      </programlisting>
211
232
    </informalexample>
212
233
  </refsect1>
214
235
  <refsect1 id="see_also">
215
236
    <title>SEE ALSO</title>
216
237
    <para>
 
238
      <citerefentry><refentrytitle>intro</refentrytitle>
 
239
      <manvolnum>8mandos</manvolnum></citerefentry>,
217
240
      <citerefentry><refentrytitle>gnutls_priority_init</refentrytitle
218
241
      ><manvolnum>3</manvolnum></citerefentry>,
219
242
      <citerefentry><refentrytitle>mandos</refentrytitle>
221
244
      <citerefentry><refentrytitle>mandos-clients.conf</refentrytitle>
222
245
      <manvolnum>5</manvolnum></citerefentry>
223
246
    </para>
224
 
 
 
247
    
225
248
    <variablelist>
226
249
      <varlistentry>
227
250
        <term>
247
270
              <para>
248
271
                The clients use IPv6 link-local addresses, which are
249
272
                immediately usable since a link-local addresses is
250
 
                automatically assigned to a network interfaces when it
 
273
                automatically assigned to a network interface when it
251
274
                is brought up.
252
275
              </para>
253
276
            </listitem>