/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: 2008-08-30 18:45:41 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080830184541-j8zru4q0rlz5a0hw
* mandos-clients.conf.xml (SYNOPSIS): Remove line breaks.
  (OPTIONS): Add <option> tags.  Moved option name to outside
             <literal>.  Moved synopsis to inside <term> tags.
             Removed <synopsis> tags.  Improve wording of "secfile"
             option.
  (EXPANSION): Improved wording slightly.

* mandos-options.xml (interface): Improve wording.

* mandos.conf.xml (SYNOPSIS): Remove line breaks.
  (OPTIONS): Add <option> tags.  Moved option name to outside
             <literal>.  Moved synopsis to inside <term> tags.
             Removed <synopsis> tags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<!ENTITY VERSION "1.0">
5
5
<!ENTITY CONFNAME "mandos.conf">
6
6
<!ENTITY CONFPATH "<filename>/etc/mandos/mandos.conf</filename>">
7
 
<!ENTITY OVERVIEW SYSTEM "overview.xml">
 
7
<!ENTITY TIMESTAMP "2008-08-30">
8
8
]>
9
9
 
10
 
<refentry>
 
10
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
11
11
  <refentryinfo>
12
 
    <title>&CONFNAME;</title>
 
12
    <title>Mandos Manual</title>
13
13
    <!-- NWalsh’s docbook scripts use this to generate the footer: -->
14
 
    <productname>&CONFNAME;</productname>
 
14
    <productname>Mandos</productname>
15
15
    <productnumber>&VERSION;</productnumber>
 
16
    <date>&TIMESTAMP;</date>
16
17
    <authorgroup>
17
18
      <author>
18
19
        <firstname>Björn</firstname>
72
73
  </refnamediv>
73
74
 
74
75
  <refsynopsisdiv>
75
 
    <synopsis>
76
 
      &CONFPATH;
77
 
    </synopsis>
 
76
    <synopsis>&CONFPATH;</synopsis>
78
77
  </refsynopsisdiv>
79
78
 
80
79
  <refsect1 id="description">
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.
96
 
    </para>
97
 
 
98
 
    <para>
99
 
      The options are:
100
 
    </para>
101
 
 
 
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
 
94
      to provide comments.
 
95
    </para>
 
96
 
 
97
  </refsect1>
 
98
  <refsect1>
 
99
    <title>OPTIONS</title>
 
100
    
102
101
    <variablelist>
103
102
      <varlistentry>
104
 
        <term><literal><varname>interface</varname></literal></term>
105
 
        <listitem>
106
 
          <para>
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
110
 
            behaviour.
111
 
          </para>
112
 
        </listitem>
113
 
      </varlistentry>
114
 
 
115
 
      <varlistentry>
116
 
        <term><literal><varname>address</varname></literal></term>
117
 
        <listitem>
118
 
          <para>
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
122
 
            behaviour.
123
 
          </para>
124
 
        </listitem>
125
 
      </varlistentry>      
126
 
 
127
 
      <varlistentry>
128
 
        <term><literal><varname>port</varname></literal></term>
129
 
        <listitem>
130
 
          <para>
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.
135
 
          </para>
136
 
        </listitem>
137
 
      </varlistentry>
138
 
 
139
 
      <varlistentry>
140
 
        <term><literal><varname>debug</varname></literal></term>
141
 
        <listitem>
142
 
          <para>
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>.
145
 
          </para>
146
 
        </listitem>
147
 
      </varlistentry>      
148
 
 
149
 
      <varlistentry>
150
 
        <term><literal><varname>priority</varname></literal></term>
151
 
        <listitem>
152
 
          <para>
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.
158
 
          </para>         
159
 
        </listitem>
160
 
      </varlistentry>
161
 
 
162
 
      <varlistentry>
163
 
        <term><literal><varname>servicename</varname></literal></term>
164
 
        <listitem>
165
 
          <para>
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".
169
 
          </para>
 
103
        <term><option>interface<literal> = </literal><replaceable
 
104
        >NAME</replaceable></option></term>
 
105
        <listitem>
 
106
          <xi:include href="mandos-options.xml" xpointer="interface"/>
 
107
        </listitem>
 
108
      </varlistentry>
 
109
 
 
110
      <varlistentry>
 
111
        <term><option>address<literal> = </literal><replaceable
 
112
          >ADDRESS</replaceable></option></term>
 
113
        <listitem>
 
114
          <xi:include href="mandos-options.xml" xpointer="address"/>
 
115
        </listitem>
 
116
      </varlistentry>
 
117
 
 
118
      <varlistentry>
 
119
        <term><option>port<literal> = </literal><replaceable
 
120
        >NUMBER</replaceable></option></term>
 
121
        <listitem>
 
122
          <xi:include href="mandos-options.xml" xpointer="port"/>
 
123
        </listitem>
 
124
      </varlistentry>
 
125
 
 
126
      <varlistentry>
 
127
        <term><option>debug<literal> = </literal>{ <literal
 
128
          >1</literal> | <literal>yes</literal> | <literal
 
129
          >true</literal> | <literal>on</literal> | <literal
 
130
          >0</literal> | <literal>no</literal> | <literal
 
131
          >false</literal> | <literal>off</literal> }</option></term>
 
132
        <listitem>
 
133
          <xi:include href="mandos-options.xml" xpointer="debug"/>
 
134
        </listitem>
 
135
      </varlistentry>
 
136
 
 
137
      <varlistentry>
 
138
        <term><option>priority<literal> = </literal><replaceable
 
139
        >STRING</replaceable></option></term>
 
140
        <listitem>
 
141
          <xi:include href="mandos-options.xml" xpointer="priority"/>
 
142
        </listitem>
 
143
      </varlistentry>
 
144
 
 
145
      <varlistentry>
 
146
        <term><option>servicename<literal> = </literal
 
147
        ><replaceable>NAME</replaceable></option></term>
 
148
        <listitem>
 
149
          <xi:include href="mandos-options.xml"
 
150
                      xpointer="servicename"/>
170
151
        </listitem>
171
152
      </varlistentry>
172
153
      
173
154
    </variablelist>
174
155
  </refsect1>
175
 
 
176
 
  <refsect1 id="examples">
177
 
    <title>EXAMPLES</title>
178
 
    <informalexample>
179
 
      <programlisting>
180
 
        [server]
181
 
        # A configuration example
182
 
        interface = eth0 
183
 
        address = 2001:DB8:
184
 
        port = 1025 
185
 
        debug = true 
186
 
        priority = SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP
187
 
        servicename = Mandos
188
 
      </programlisting>
189
 
    </informalexample>
190
 
  </refsect1>  
191
156
  
192
157
  <refsect1 id="files">
193
158
    <title>FILES</title>
195
160
      The file described here is &CONFPATH;
196
161
    </para>
197
162
  </refsect1>
 
163
  
 
164
  <refsect1 id="bugs">
 
165
    <title>BUGS</title>
 
166
    <para>
 
167
      The <literal>[DEFAULT]</literal> is necessary because the Python
 
168
      built-in module <systemitem class="library">ConfigParser</systemitem>
 
169
      requres it.
 
170
    </para>
 
171
  </refsect1>
 
172
  
 
173
  <refsect1 id="example">
 
174
    <title>EXAMPLE</title>
 
175
    <informalexample>
 
176
      <para>
 
177
        No options are actually required:
 
178
      </para>
 
179
      <programlisting>
 
180
[DEFAULT]
 
181
      </programlisting>
 
182
    </informalexample>
 
183
    <informalexample>
 
184
      <para>
 
185
        An example using all the options:
 
186
      </para>
 
187
      <programlisting>
 
188
[DEFAULT]
 
189
# A configuration example
 
190
interface = eth0
 
191
address = 2001:db8:f983:bd0b:30de:ae4a:71f2:f672
 
192
port = 1025
 
193
debug = true
 
194
priority = SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP
 
195
servicename = Daena
 
196
      </programlisting>
 
197
    </informalexample>
 
198
  </refsect1>
 
199
  
 
200
  <refsect1 id="see_also">
 
201
    <title>SEE ALSO</title>
 
202
    <para>
 
203
      <citerefentry><refentrytitle>gnutls_priority_init</refentrytitle
 
204
      ><manvolnum>3</manvolnum></citerefentry>,
 
205
      <citerefentry><refentrytitle>mandos</refentrytitle>
 
206
      <manvolnum>8</manvolnum></citerefentry>,
 
207
      <citerefentry><refentrytitle>mandos-clients.conf</refentrytitle>
 
208
      <manvolnum>5</manvolnum></citerefentry>
 
209
    </para>
 
210
 
 
211
    <variablelist>
 
212
      <varlistentry>
 
213
        <term>
 
214
          RFC 4291: <citetitle>IP Version 6 Addressing
 
215
          Architecture</citetitle>
 
216
        </term>
 
217
        <listitem>
 
218
          <variablelist>
 
219
            <varlistentry>
 
220
              <term>Section 2.2: <citetitle>Text Representation of
 
221
              Addresses</citetitle></term>
 
222
              <listitem><para/></listitem>
 
223
            </varlistentry>
 
224
            <varlistentry>
 
225
              <term>Section 2.5.5.2: <citetitle>IPv4-Mapped IPv6
 
226
              Address</citetitle></term>
 
227
              <listitem><para/></listitem>
 
228
            </varlistentry>
 
229
            <varlistentry>
 
230
            <term>Section 2.5.6, <citetitle>Link-Local IPv6 Unicast
 
231
            Addresses</citetitle></term>
 
232
            <listitem>
 
233
              <para>
 
234
                The clients use IPv6 link-local addresses, which are
 
235
                immediately usable since a link-local addresses is
 
236
                automatically assigned to a network interfaces when it
 
237
                is brought up.
 
238
              </para>
 
239
            </listitem>
 
240
            </varlistentry>
 
241
          </variablelist>
 
242
        </listitem>
 
243
      </varlistentry>
 
244
      <varlistentry>
 
245
        <term>
 
246
          <ulink url="http://www.zeroconf.org/">Zeroconf</ulink>
 
247
        </term>
 
248
        <listitem>
 
249
          <para>
 
250
            Zeroconf is the network protocol standard used by clients
 
251
            for finding the Mandos server on the local network.
 
252
          </para>
 
253
        </listitem>
 
254
      </varlistentry>
 
255
    </variablelist>
 
256
  </refsect1>
198
257
</refentry>
 
258
<!-- Local Variables: -->
 
259
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
 
260
<!-- time-stamp-end: "[\"']>" -->
 
261
<!-- time-stamp-format: "%:y-%02m-%02d" -->
 
262
<!-- End: -->