/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 17:16:33 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080830171633-rjyuhsemikw6lg2w
* mandos-keygen.xml (SYNOPSIS): Fixed tags.  Unify short and long
                                options.
* plugins.d/password-request.xml (SYNOPSIS): - '' -

* mandos-clients.conf.xml: Removed extra white space.
* plugin-runner.xml: - '' -
* plugins.d/password-prompt.xml: - '' -
* mandos-keygen.xml: - '' -
* plugins.d/password-request.xml: - '' -

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 TIMESTAMP "2008-08-29">
7
8
]>
8
9
 
9
10
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
10
11
  <refentryinfo>
11
 
    <title>&CONFNAME;</title>
 
12
    <title>Mandos Manual</title>
12
13
    <!-- NWalsh’s docbook scripts use this to generate the footer: -->
13
 
    <productname>&CONFNAME;</productname>
 
14
    <productname>Mandos</productname>
14
15
    <productnumber>&VERSION;</productnumber>
 
16
    <date>&TIMESTAMP;</date>
15
17
    <authorgroup>
16
18
      <author>
17
19
        <firstname>Björn</firstname>
103
105
        <term><varname>interface</varname></term>
104
106
        <listitem>
105
107
          <synopsis><literal>interface = </literal><replaceable
106
 
          >IF</replaceable>
 
108
          >NAME</replaceable>
107
109
          </synopsis>
108
110
          <xi:include href="mandos-options.xml" xpointer="interface"/>
109
111
        </listitem>
123
125
        <term><varname>port</varname></term>
124
126
        <listitem>
125
127
          <synopsis><literal>port = </literal><replaceable
126
 
          >PORT</replaceable>
 
128
          >NUMBER</replaceable>
127
129
          </synopsis>
128
130
          <xi:include href="mandos-options.xml" xpointer="port"/>
129
131
        </listitem>
146
148
        <term><varname>priority</varname></term>
147
149
        <listitem>
148
150
          <synopsis><literal>priority = </literal><replaceable
149
 
          >PRIORITY</replaceable>
 
151
          >STRING</replaceable>
150
152
          </synopsis>
151
153
          <xi:include href="mandos-options.xml" xpointer="priority"/>
152
154
        </listitem>
212
214
  <refsect1 id="see_also">
213
215
    <title>SEE ALSO</title>
214
216
    <para>
215
 
      <citerefentry>
216
 
        <refentrytitle>mandos</refentrytitle>
217
 
        <manvolnum>8</manvolnum></citerefentry>, <citerefentry>
218
 
        <refentrytitle>mandos-clients.conf</refentrytitle>
219
 
        <manvolnum>5</manvolnum></citerefentry>
 
217
      <citerefentry><refentrytitle>gnutls_priority_init</refentrytitle
 
218
      ><manvolnum>3</manvolnum></citerefentry>,
 
219
      <citerefentry><refentrytitle>mandos</refentrytitle>
 
220
      <manvolnum>8</manvolnum></citerefentry>,
 
221
      <citerefentry><refentrytitle>mandos-clients.conf</refentrytitle>
 
222
      <manvolnum>5</manvolnum></citerefentry>
220
223
    </para>
 
224
 
 
225
    <variablelist>
 
226
      <varlistentry>
 
227
        <term>
 
228
          RFC 4291: <citetitle>IP Version 6 Addressing
 
229
          Architecture</citetitle>
 
230
        </term>
 
231
        <listitem>
 
232
          <variablelist>
 
233
            <varlistentry>
 
234
              <term>Section 2.2: <citetitle>Text Representation of
 
235
              Addresses</citetitle></term>
 
236
              <listitem><para/></listitem>
 
237
            </varlistentry>
 
238
            <varlistentry>
 
239
              <term>Section 2.5.5.2: <citetitle>IPv4-Mapped IPv6
 
240
              Address</citetitle></term>
 
241
              <listitem><para/></listitem>
 
242
            </varlistentry>
 
243
            <varlistentry>
 
244
            <term>Section 2.5.6, <citetitle>Link-Local IPv6 Unicast
 
245
            Addresses</citetitle></term>
 
246
            <listitem>
 
247
              <para>
 
248
                The clients use IPv6 link-local addresses, which are
 
249
                immediately usable since a link-local addresses is
 
250
                automatically assigned to a network interfaces when it
 
251
                is brought up.
 
252
              </para>
 
253
            </listitem>
 
254
            </varlistentry>
 
255
          </variablelist>
 
256
        </listitem>
 
257
      </varlistentry>
 
258
      <varlistentry>
 
259
        <term>
 
260
          <ulink url="http://www.zeroconf.org/">Zeroconf</ulink>
 
261
        </term>
 
262
        <listitem>
 
263
          <para>
 
264
            Zeroconf is the network protocol standard used by clients
 
265
            for finding the Mandos server on the local network.
 
266
          </para>
 
267
        </listitem>
 
268
      </varlistentry>
 
269
    </variablelist>
221
270
  </refsect1>
222
271
</refentry>
 
272
<!-- Local Variables: -->
 
273
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
 
274
<!-- time-stamp-end: "[\"']>" -->
 
275
<!-- time-stamp-format: "%:y-%02m-%02d" -->
 
276
<!-- End: -->