83
82
The file &CONFPATH; is a simple configuration file for
84
83
<citerefentry><refentrytitle>mandos</refentrytitle>
85
84
<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.
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>
104
<term><literal><varname>interface</varname></literal></term>
107
This option allows you to override the default network
108
interfaces. By default mandos will not bind to any
109
specific interface but instead use default avahi-server
116
<term><literal><varname>address</varname></literal></term>
119
This option allows you to override the default network
120
address. By default mandos will not bind to any
121
specific address but instead use default avahi-server
128
<term><literal><varname>port</varname></literal></term>
131
This option allows you to override the default port to
132
listen on. By default mandos will not specify any specific
133
port and instead use a random port given by the OS from
134
the use of INADDR_ANY.
140
<term><literal><varname>debug</varname></literal></term>
143
This option allows you to modify debug mode with a true/false
144
boolean value. By default is debug set to <literal>false</literal>.
150
<term><literal><varname>priority</varname></literal></term>
153
This option allows you to override the default gnutls
154
priority that will be used in gnutls session. See
155
<citerefentry><refentrytitle>gnutls_priority_init
156
</refentrytitle><manvolnum>3</manvolnum></citerefentry>for
157
more information on gnutls priority strings.
163
<term><literal><varname>servicename</varname></literal></term>
166
This option allows you to override the default Zeroconf
167
service name use to announce mandos as a avahi service. By
168
default mandos will use "Mandos".
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
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
>PRIORITY</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"/>
176
<refsect1 id="examples">
177
<title>EXAMPLES</title>
181
# A configuration example
186
priority = SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP
192
169
<refsect1 id="files">
193
170
<title>FILES</title>
195
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>