/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-29 07:14:39 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080829071439-feg1el14hx1abvqg
* mandos-keygen.xml (EXAMPLE): Replaced all occurrences of command
                               name with "&COMMANDNAME;".
* plugin-runner.xml (EXAMPLES): Renamed to "EXAMPLE".  - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
 
1
<?xml version='1.0' encoding='UTF-8'?>
2
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
3
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
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-31">
 
7
<!ENTITY TIMESTAMP "2008-08-29">
8
8
]>
9
9
 
10
10
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
73
73
  </refnamediv>
74
74
 
75
75
  <refsynopsisdiv>
76
 
    <synopsis>&CONFPATH;</synopsis>
 
76
    <synopsis>
 
77
      &CONFPATH;
 
78
    </synopsis>
77
79
  </refsynopsisdiv>
78
80
 
79
81
  <refsect1 id="description">
100
102
    
101
103
    <variablelist>
102
104
      <varlistentry>
103
 
        <term><option>interface<literal> = </literal><replaceable
104
 
        >NAME</replaceable></option></term>
 
105
        <term><varname>interface</varname></term>
105
106
        <listitem>
 
107
          <synopsis><literal>interface = </literal><replaceable
 
108
          >NAME</replaceable>
 
109
          </synopsis>
106
110
          <xi:include href="mandos-options.xml" xpointer="interface"/>
107
111
        </listitem>
108
112
      </varlistentry>
109
113
 
110
114
      <varlistentry>
111
 
        <term><option>address<literal> = </literal><replaceable
112
 
          >ADDRESS</replaceable></option></term>
 
115
        <term><varname>address</varname></term>
113
116
        <listitem>
 
117
          <synopsis><literal>address = </literal><replaceable
 
118
          >ADDRESS</replaceable>
 
119
          </synopsis>
114
120
          <xi:include href="mandos-options.xml" xpointer="address"/>
115
121
        </listitem>
116
122
      </varlistentry>
117
123
 
118
124
      <varlistentry>
119
 
        <term><option>port<literal> = </literal><replaceable
120
 
        >NUMBER</replaceable></option></term>
 
125
        <term><varname>port</varname></term>
121
126
        <listitem>
 
127
          <synopsis><literal>port = </literal><replaceable
 
128
          >NUMBER</replaceable>
 
129
          </synopsis>
122
130
          <xi:include href="mandos-options.xml" xpointer="port"/>
123
131
        </listitem>
124
132
      </varlistentry>
125
133
 
126
134
      <varlistentry>
127
 
        <term><option>debug<literal> = </literal>{ <literal
 
135
        <term><varname>debug</varname></term>
 
136
        <listitem>
 
137
          <synopsis><literal>debug = </literal>{ <literal
128
138
          >1</literal> | <literal>yes</literal> | <literal
129
139
          >true</literal> | <literal>on</literal> | <literal
130
140
          >0</literal> | <literal>no</literal> | <literal
131
 
          >false</literal> | <literal>off</literal> }</option></term>
132
 
        <listitem>
 
141
          >false</literal> | <literal>off</literal> }
 
142
          </synopsis>
133
143
          <xi:include href="mandos-options.xml" xpointer="debug"/>
134
144
        </listitem>
135
145
      </varlistentry>
136
146
 
137
147
      <varlistentry>
138
 
        <term><option>priority<literal> = </literal><replaceable
139
 
        >STRING</replaceable></option></term>
 
148
        <term><varname>priority</varname></term>
140
149
        <listitem>
 
150
          <synopsis><literal>priority = </literal><replaceable
 
151
          >STRING</replaceable>
 
152
          </synopsis>
141
153
          <xi:include href="mandos-options.xml" xpointer="priority"/>
142
154
        </listitem>
143
155
      </varlistentry>
144
156
 
145
157
      <varlistentry>
146
 
        <term><option>servicename<literal> = </literal
147
 
        ><replaceable>NAME</replaceable></option></term>
 
158
        <term><varname>servicename</varname></term>
148
159
        <listitem>
 
160
          <synopsis><literal>servicename = </literal><replaceable
 
161
          >NAME</replaceable>
 
162
          </synopsis>
149
163
          <xi:include href="mandos-options.xml"
150
164
                      xpointer="servicename"/>
151
165
        </listitem>
200
214
  <refsect1 id="see_also">
201
215
    <title>SEE ALSO</title>
202
216
    <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>
 
217
      <citerefentry>
 
218
        <refentrytitle>mandos</refentrytitle>
 
219
        <manvolnum>8</manvolnum></citerefentry>, <citerefentry>
 
220
        <refentrytitle>mandos-clients.conf</refentrytitle>
 
221
        <manvolnum>5</manvolnum></citerefentry>, <citerefentry>
 
222
        <refentrytitle>gnutls_priority_init</refentrytitle>
 
223
        <manvolnum>3</manvolnum></citerefentry>
209
224
    </para>
210
225
 
211
226
    <variablelist>