/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

merge

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">
8
7
]>
9
8
 
10
9
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
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.
 
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.
96
95
    </para>
97
96
 
98
97
  </refsect1>
104
103
        <term><varname>interface</varname></term>
105
104
        <listitem>
106
105
          <synopsis><literal>interface = </literal><replaceable
107
 
          >IF</replaceable>
 
106
          >NAME</replaceable>
108
107
          </synopsis>
109
108
          <xi:include href="mandos-options.xml" xpointer="interface"/>
110
109
        </listitem>
124
123
        <term><varname>port</varname></term>
125
124
        <listitem>
126
125
          <synopsis><literal>port = </literal><replaceable
127
 
          >PORT</replaceable>
 
126
          >NUMBER</replaceable>
128
127
          </synopsis>
129
128
          <xi:include href="mandos-options.xml" xpointer="port"/>
130
129
        </listitem>
147
146
        <term><varname>priority</varname></term>
148
147
        <listitem>
149
148
          <synopsis><literal>priority = </literal><replaceable
150
 
          >PRIORITY</replaceable>
 
149
          >STRING</replaceable>
151
150
          </synopsis>
152
151
          <xi:include href="mandos-options.xml" xpointer="priority"/>
153
152
        </listitem>