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>">
7
<!ENTITY OVERVIEW SYSTEM "overview.xml">
10
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
12
<title>&CONFNAME;</title>
13
<!-- NWalsh’s docbook scripts use this to generate the footer: -->
14
<productname>&CONFNAME;</productname>
15
<productnumber>&VERSION;</productnumber>
18
<firstname>Björn</firstname>
19
<surname>Påhlsson</surname>
21
<email>belorn@fukt.bsnet.se</email>
25
<firstname>Teddy</firstname>
26
<surname>Hogeborn</surname>
28
<email>teddy@fukt.bsnet.se</email>
34
<holder>Teddy Hogeborn</holder>
35
<holder>Björn Påhlsson</holder>
39
This manual page is free software: you can redistribute it
40
and/or modify it under the terms of the GNU General Public
41
License as published by the Free Software Foundation,
42
either version 3 of the License, or (at your option) any
47
This manual page is distributed in the hope that it will
48
be useful, but WITHOUT ANY WARRANTY; without even the
49
implied warranty of MERCHANTABILITY or FITNESS FOR A
50
PARTICULAR PURPOSE. See the GNU General Public License
55
You should have received a copy of the GNU General Public
56
License along with this program; If not, see
57
<ulink url="http://www.gnu.org/licenses/"/>.
63
<refentrytitle>&CONFNAME;</refentrytitle>
64
<manvolnum>5</manvolnum>
68
<refname><filename>&CONFNAME;</filename></refname>
70
Configuration file for the Mandos server
80
<refsect1 id="description">
81
<title>DESCRIPTION</title>
83
The file &CONFPATH; is a simple configuration file for
84
<citerefentry><refentrytitle>mandos</refentrytitle>
85
<manvolnum>8</manvolnum></citerefentry>, and is read by it at
86
startup. The configuration file starts with
87
<quote><literal>[DEFAULT]</literal></quote> on a line by itself,
88
followed by any number of
89
<quote><varname><replaceable>option</replaceable></varname>=<replaceable>value</replaceable></quote>
90
entries, with continuations in the style of RFC 822.
91
<quote><varname><replaceable>option</replaceable></varname>:
92
<replaceable>value</replaceable></quote> is also accepted. Note
93
that leading whitespace is removed from values. Lines beginning
94
with <quote>#</quote> or <quote>;</quote> are ignored and may be
95
used to provide comments.
100
<title>OPTIONS</title>
104
<term><varname>interface</varname></term>
106
<synopsis><literal>interface = </literal><replaceable
109
<xi:include href="mandos-options.xml" xpointer="interface"/>
114
<term><varname>address</varname></term>
116
<synopsis><literal>address = </literal><replaceable
117
>ADDRESS</replaceable>
119
<xi:include href="mandos-options.xml" xpointer="address"/>
124
<term><varname>port</varname></term>
126
<synopsis><literal>port = </literal><replaceable
129
<xi:include href="mandos-options.xml" xpointer="port"/>
134
<term><varname>debug</varname></term>
136
<synopsis><literal>debug = </literal>{ <literal
137
>1</literal> | <literal>yes</literal> | <literal
138
>true</literal> | <literal>on</literal> | <literal
139
>0</literal> | <literal>no</literal> | <literal
140
>false</literal> | <literal>off</literal> }
142
<xi:include href="mandos-options.xml" xpointer="debug"/>
147
<term><varname>priority</varname></term>
149
<synopsis><literal>priority = </literal><replaceable
150
>PRIORITY</replaceable>
152
<xi:include href="mandos-options.xml" xpointer="priority"/>
157
<term><varname>servicename</varname></term>
159
<synopsis><literal>servicename = </literal><replaceable
162
<xi:include href="mandos-options.xml"
163
xpointer="servicename"/>
170
<refsect1 id="files">
173
The file described here is &CONFPATH;
180
The <literal>[DEFAULT]</literal> is necessary because the Python
181
built-in module <systemitem class="library">ConfigParser</systemitem>
186
<refsect1 id="example">
187
<title>EXAMPLE</title>
190
No options are actually required:
198
An example using all the options:
202
# A configuration example
204
address = 2001:db8:f983:bd0b:30de:ae4a:71f2:f672
207
priority = SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP