/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-09-13 19:20:50 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080913192050-gxuo0jv4o25jn848
* TODO: Minor changes.

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-30">
 
7
<!ENTITY TIMESTAMP "2008-09-12">
8
8
]>
9
9
 
10
10
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
35
35
      <holder>Teddy Hogeborn</holder>
36
36
      <holder>Björn Påhlsson</holder>
37
37
    </copyright>
38
 
    <legalnotice>
39
 
      <para>
40
 
        This manual page is free software: you can redistribute it
41
 
        and/or modify it under the terms of the GNU General Public
42
 
        License as published by the Free Software Foundation,
43
 
        either version 3 of the License, or (at your option) any
44
 
        later version.
45
 
      </para>
46
 
 
47
 
      <para>
48
 
        This manual page is distributed in the hope that it will
49
 
        be useful, but WITHOUT ANY WARRANTY; without even the
50
 
        implied warranty of MERCHANTABILITY or FITNESS FOR A
51
 
        PARTICULAR PURPOSE.  See the GNU General Public License
52
 
        for more details.
53
 
      </para>
54
 
 
55
 
      <para>
56
 
        You should have received a copy of the GNU General Public
57
 
        License along with this program; If not, see
58
 
        <ulink url="http://www.gnu.org/licenses/"/>.
59
 
      </para>
60
 
    </legalnotice>
 
38
    <xi:include href="legalnotice.xml"/>
61
39
  </refentryinfo>
62
 
 
 
40
  
63
41
  <refmeta>
64
42
    <refentrytitle>&CONFNAME;</refentrytitle>
65
43
    <manvolnum>5</manvolnum>
71
49
      Configuration file for the Mandos server
72
50
    </refpurpose>
73
51
  </refnamediv>
74
 
 
 
52
  
75
53
  <refsynopsisdiv>
76
54
    <synopsis>&CONFPATH;</synopsis>
77
55
  </refsynopsisdiv>
78
 
 
 
56
  
79
57
  <refsect1 id="description">
80
58
    <title>DESCRIPTION</title>
81
59
    <para>
93
71
      <quote>#</quote> or <quote>;</quote> are ignored and may be used
94
72
      to provide comments.
95
73
    </para>
96
 
 
 
74
    
97
75
  </refsect1>
98
76
  <refsect1>
99
77
    <title>OPTIONS</title>
106
84
          <xi:include href="mandos-options.xml" xpointer="interface"/>
107
85
        </listitem>
108
86
      </varlistentry>
109
 
 
 
87
      
110
88
      <varlistentry>
111
89
        <term><option>address<literal> = </literal><replaceable
112
90
          >ADDRESS</replaceable></option></term>
114
92
          <xi:include href="mandos-options.xml" xpointer="address"/>
115
93
        </listitem>
116
94
      </varlistentry>
117
 
 
 
95
      
118
96
      <varlistentry>
119
97
        <term><option>port<literal> = </literal><replaceable
120
98
        >NUMBER</replaceable></option></term>
122
100
          <xi:include href="mandos-options.xml" xpointer="port"/>
123
101
        </listitem>
124
102
      </varlistentry>
125
 
 
 
103
      
126
104
      <varlistentry>
127
105
        <term><option>debug<literal> = </literal>{ <literal
128
106
          >1</literal> | <literal>yes</literal> | <literal
133
111
          <xi:include href="mandos-options.xml" xpointer="debug"/>
134
112
        </listitem>
135
113
      </varlistentry>
136
 
 
 
114
      
137
115
      <varlistentry>
138
116
        <term><option>priority<literal> = </literal><replaceable
139
117
        >STRING</replaceable></option></term>
141
119
          <xi:include href="mandos-options.xml" xpointer="priority"/>
142
120
        </listitem>
143
121
      </varlistentry>
144
 
 
 
122
      
145
123
      <varlistentry>
146
124
        <term><option>servicename<literal> = </literal
147
125
        ><replaceable>NAME</replaceable></option></term>
166
144
    <para>
167
145
      The <literal>[DEFAULT]</literal> is necessary because the Python
168
146
      built-in module <systemitem class="library">ConfigParser</systemitem>
169
 
      requres it.
 
147
      requires it.
170
148
    </para>
171
149
  </refsect1>
172
150
  
207
185
      <citerefentry><refentrytitle>mandos-clients.conf</refentrytitle>
208
186
      <manvolnum>5</manvolnum></citerefentry>
209
187
    </para>
210
 
 
 
188
    
211
189
    <variablelist>
212
190
      <varlistentry>
213
191
        <term>