/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: Mooie
  • Date: 2009-01-10 02:21:13 UTC
  • mto: This revision was merged to the branch mainline in revision 259.
  • Revision ID: mooie@thinkmoo-20090110022113-i36txeeqjzgqnna2
Fixed warnings in the 64 bit build.  Added explicit cast to int for
returned value from TEMP_FAILURE_RETRY.

Added ssize_t variable to take returned sizes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
4
<!ENTITY CONFNAME "mandos.conf">
5
5
<!ENTITY CONFPATH "<filename>/etc/mandos/mandos.conf</filename>">
6
 
<!ENTITY TIMESTAMP "2011-08-08">
 
6
<!ENTITY TIMESTAMP "2009-01-04">
7
7
<!ENTITY % common SYSTEM "common.ent">
8
8
%common;
9
9
]>
34
34
    <copyright>
35
35
      <year>2008</year>
36
36
      <year>2009</year>
37
 
      <year>2011</year>
38
37
      <holder>Teddy Hogeborn</holder>
39
38
      <holder>Björn Påhlsson</holder>
40
39
    </copyright>
143
142
        </listitem>
144
143
      </varlistentry>
145
144
      
146
 
      <varlistentry>
147
 
        <term><option>use_ipv6<literal> = </literal>{ <literal
148
 
          >1</literal> | <literal>yes</literal> | <literal
149
 
          >true</literal> | <literal>on</literal> | <literal
150
 
          >0</literal> | <literal>no</literal> | <literal
151
 
          >false</literal> | <literal>off</literal> }</option></term>
152
 
        <listitem>
153
 
          <xi:include href="mandos-options.xml" xpointer="ipv6"/>
154
 
        </listitem>
155
 
      </varlistentry>
156
 
      
157
145
    </variablelist>
158
146
  </refsect1>
159
147
  
191
179
[DEFAULT]
192
180
# A configuration example
193
181
interface = eth0
194
 
address = fe80::aede:48ff:fe71:f6f2
 
182
address = 2001:db8:f983:bd0b:30de:ae4a:71f2:f672
195
183
port = 1025
196
184
debug = true
197
185
priority = SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP
198
186
servicename = Daena
199
187
use_dbus = False
200
 
use_ipv6 = True
201
188
      </programlisting>
202
189
    </informalexample>
203
190
  </refsect1>
205
192
  <refsect1 id="see_also">
206
193
    <title>SEE ALSO</title>
207
194
    <para>
208
 
      <citerefentry><refentrytitle>intro</refentrytitle>
209
 
      <manvolnum>8mandos</manvolnum></citerefentry>,
210
195
      <citerefentry><refentrytitle>gnutls_priority_init</refentrytitle
211
196
      ><manvolnum>3</manvolnum></citerefentry>,
212
197
      <citerefentry><refentrytitle>mandos</refentrytitle>
240
225
              <para>
241
226
                The clients use IPv6 link-local addresses, which are
242
227
                immediately usable since a link-local addresses is
243
 
                automatically assigned to a network interface when it
 
228
                automatically assigned to a network interfaces when it
244
229
                is brought up.
245
230
              </para>
246
231
            </listitem>