1
<?xml version='1.0' encoding='UTF-8'?>
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
<!ENTITY VERSION "1.0">
5
<!ENTITY CONFNAME "mandos.conf">
6
<!ENTITY CONFPATH "<filename>/etc/mandos/mandos.conf</filename>">
9
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
11
<title>&CONFNAME;</title>
12
<!-- NWalsh’s docbook scripts use this to generate the footer: -->
13
<productname>&CONFNAME;</productname>
14
<productnumber>&VERSION;</productnumber>
17
<firstname>Björn</firstname>
18
<surname>Påhlsson</surname>
20
<email>belorn@fukt.bsnet.se</email>
24
<firstname>Teddy</firstname>
25
<surname>Hogeborn</surname>
27
<email>teddy@fukt.bsnet.se</email>
33
<holder>Teddy Hogeborn</holder>
34
<holder>Björn Påhlsson</holder>
38
This manual page is free software: you can redistribute it
39
and/or modify it under the terms of the GNU General Public
40
License as published by the Free Software Foundation,
41
either version 3 of the License, or (at your option) any
46
This manual page is distributed in the hope that it will
47
be useful, but WITHOUT ANY WARRANTY; without even the
48
implied warranty of MERCHANTABILITY or FITNESS FOR A
49
PARTICULAR PURPOSE. See the GNU General Public License
54
You should have received a copy of the GNU General Public
55
License along with this program; If not, see
56
<ulink url="http://www.gnu.org/licenses/"/>.
62
<refentrytitle>&CONFNAME;</refentrytitle>
63
<manvolnum>5</manvolnum>
67
<refname><filename>&CONFNAME;</filename></refname>
69
Configuration file for the Mandos server
79
<refsect1 id="description">
80
<title>DESCRIPTION</title>
82
The file &CONFPATH; is a simple configuration file for
83
<citerefentry><refentrytitle>mandos</refentrytitle>
84
<manvolnum>8</manvolnum></citerefentry>, and is read by it at
85
startup. The configuration file starts with <quote><literal
86
>[DEFAULT]</literal></quote> on a line by itself, followed by
87
any number of <quote><varname><replaceable>option</replaceable
88
></varname>=<replaceable>value</replaceable></quote> entries,
89
with continuations in the style of RFC 822. <quote><varname
90
><replaceable>option</replaceable></varname>: <replaceable
91
>value</replaceable></quote> is also accepted. Note that
92
leading whitespace is removed from values. Lines beginning with
93
<quote>#</quote> or <quote>;</quote> are ignored and may be used
99
<title>OPTIONS</title>
103
<term><varname>interface</varname></term>
105
<synopsis><literal>interface = </literal><replaceable
108
<xi:include href="mandos-options.xml" xpointer="interface"/>
113
<term><varname>address</varname></term>
115
<synopsis><literal>address = </literal><replaceable
116
>ADDRESS</replaceable>
118
<xi:include href="mandos-options.xml" xpointer="address"/>
123
<term><varname>port</varname></term>
125
<synopsis><literal>port = </literal><replaceable
126
>NUMBER</replaceable>
128
<xi:include href="mandos-options.xml" xpointer="port"/>
133
<term><varname>debug</varname></term>
135
<synopsis><literal>debug = </literal>{ <literal
136
>1</literal> | <literal>yes</literal> | <literal
137
>true</literal> | <literal>on</literal> | <literal
138
>0</literal> | <literal>no</literal> | <literal
139
>false</literal> | <literal>off</literal> }
141
<xi:include href="mandos-options.xml" xpointer="debug"/>
146
<term><varname>priority</varname></term>
148
<synopsis><literal>priority = </literal><replaceable
149
>STRING</replaceable>
151
<xi:include href="mandos-options.xml" xpointer="priority"/>
156
<term><varname>servicename</varname></term>
158
<synopsis><literal>servicename = </literal><replaceable
161
<xi:include href="mandos-options.xml"
162
xpointer="servicename"/>
169
<refsect1 id="files">
172
The file described here is &CONFPATH;
179
The <literal>[DEFAULT]</literal> is necessary because the Python
180
built-in module <systemitem class="library">ConfigParser</systemitem>
185
<refsect1 id="example">
186
<title>EXAMPLE</title>
189
No options are actually required:
197
An example using all the options:
201
# A configuration example
203
address = 2001:db8:f983:bd0b:30de:ae4a:71f2:f672
206
priority = SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP
212
<refsect1 id="see_also">
213
<title>SEE ALSO</title>
216
<refentrytitle>mandos</refentrytitle>
217
<manvolnum>8</manvolnum></citerefentry>, <citerefentry>
218
<refentrytitle>mandos-clients.conf</refentrytitle>
219
<manvolnum>5</manvolnum></citerefentry>