/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to mandos.conf.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-19 23:44:17 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080819234417-8dz5prw19ihrklx6
* Makefile (DOCBOOKTOMAN): Include all DocBook-to-manpage-related
                           commands here, and use it everywhere.
  (mandos.8, mandos.conf.5): New; also depend on "mandos-options.xml".

* mandos-keygen.xml: Removed OVERVIEW entity.  Add XInclude namespace.
  (OVERVIEW): Changed to do <xi:include/>.

* mandos-options.xml (<simplesect>): Changed to a <section>.
  ([@id="address"]): Reordered sentences.

* mandos.conf.xml (OPTIONS): Removed illegal <arg> tags.
  (EXAMPLE): Added empty example.

* mandos.xml (NETWORK PROTOCOL): Bug fix: Changed "1\r\en" back to
                                 "1\r\n".
  (CHECKING): Do not refer to the non-relevant mandos.conf(5) manual.

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
8
]>
8
9
 
9
10
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
82
83
      The file &CONFPATH; is a simple configuration file for
83
84
      <citerefentry><refentrytitle>mandos</refentrytitle>
84
85
      <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
94
 
      to provide comments.
 
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.
95
96
    </para>
96
97
 
97
98
  </refsect1>
103
104
        <term><varname>interface</varname></term>
104
105
        <listitem>
105
106
          <synopsis><literal>interface = </literal><replaceable
106
 
          >NAME</replaceable>
 
107
          >IF</replaceable>
107
108
          </synopsis>
108
109
          <xi:include href="mandos-options.xml" xpointer="interface"/>
109
110
        </listitem>
123
124
        <term><varname>port</varname></term>
124
125
        <listitem>
125
126
          <synopsis><literal>port = </literal><replaceable
126
 
          >NUMBER</replaceable>
 
127
          >PORT</replaceable>
127
128
          </synopsis>
128
129
          <xi:include href="mandos-options.xml" xpointer="port"/>
129
130
        </listitem>
146
147
        <term><varname>priority</varname></term>
147
148
        <listitem>
148
149
          <synopsis><literal>priority = </literal><replaceable
149
 
          >STRING</replaceable>
 
150
          >PRIORITY</replaceable>
150
151
          </synopsis>
151
152
          <xi:include href="mandos-options.xml" xpointer="priority"/>
152
153
        </listitem>
208
209
      </programlisting>
209
210
    </informalexample>
210
211
  </refsect1>
211
 
  
212
 
  <refsect1 id="see_also">
213
 
    <title>SEE ALSO</title>
214
 
    <para>
215
 
      <citerefentry>
216
 
        <refentrytitle>mandos</refentrytitle>
217
 
        <manvolnum>8</manvolnum></citerefentry>, <citerefentry>
218
 
        <refentrytitle>mandos-clients.conf</refentrytitle>
219
 
        <manvolnum>5</manvolnum></citerefentry>, <citerefentry>
220
 
        <refentrytitle>gnutls_priority_init</refentrytitle>
221
 
        <manvolnum>3</manvolnum></citerefentry>
222
 
    </para>
223
 
 
224
 
    <variablelist>
225
 
      <varlistentry>
226
 
        <term>
227
 
          RFC 4291: <citetitle>IP Version 6 Addressing
228
 
          Architecture</citetitle>
229
 
        </term>
230
 
        <listitem>
231
 
          <variablelist>
232
 
            <varlistentry>
233
 
              <term>Section 2.2: <citetitle>Text Representation of
234
 
              Addresses</citetitle></term>
235
 
              <listitem><para/></listitem>
236
 
            </varlistentry>
237
 
            <varlistentry>
238
 
              <term>Section 2.5.5.2: <citetitle>IPv4-Mapped IPv6
239
 
              Address</citetitle></term>
240
 
              <listitem><para/></listitem>
241
 
            </varlistentry>
242
 
            <varlistentry>
243
 
            <term>Section 2.5.6, <citetitle>Link-Local IPv6 Unicast
244
 
            Addresses</citetitle></term>
245
 
            <listitem>
246
 
              <para>
247
 
                The clients use IPv6 link-local addresses, which are
248
 
                immediately usable since a link-local addresses is
249
 
                automatically assigned to a network interfaces when it
250
 
                is brought up.
251
 
              </para>
252
 
            </listitem>
253
 
            </varlistentry>
254
 
          </variablelist>
255
 
        </listitem>
256
 
      </varlistentry>
257
 
      <varlistentry>
258
 
        <term>
259
 
          <ulink url="http://www.zeroconf.org/">Zeroconf</ulink>
260
 
        </term>
261
 
        <listitem>
262
 
          <para>
263
 
            Zeroconf is the network protocol standard used by clients
264
 
            for finding the Mandos server on the local network.
265
 
          </para>
266
 
        </listitem>
267
 
      </varlistentry>
268
 
    </variablelist>
269
 
  </refsect1>
270
212
</refentry>