/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-options.xml

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    and listen to requests on the specified network interface.
16
16
    Default is to use all available interfaces.  <emphasis
17
17
    >Note:</emphasis> a failure to bind to the specified
18
 
    interface is not considered critical, and the server does not
19
 
    exit, but will instead continue normally.
 
18
    interface is not considered critical, and the server will not
 
19
    exit, but instead continue normally.
20
20
  </para>
21
21
  
22
22
  <para id="address">
43
43
  </para>
44
44
  
45
45
  <para id="priority">
46
 
    GnuTLS priority string for the TLS handshake with the clients.
47
 
    The default is
48
 
    <quote><literal>SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP</literal></quote>.
49
 
    See <citerefentry><refentrytitle>gnutls_priority_init
50
 
    </refentrytitle><manvolnum>3</manvolnum></citerefentry> for the
51
 
    syntax.  <emphasis>Warning</emphasis>: changing this may make the
52
 
    TLS handshake fail, making communication with clients impossible.
 
46
    GnuTLS priority string for the <acronym>TLS</acronym> handshake
 
47
    with the clients.  The default is
 
48
    <quote><literal>SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP</literal
 
49
    ></quote>.  See <citerefentry>
 
50
    <refentrytitle>gnutls_priority_init</refentrytitle>
 
51
    <manvolnum>3</manvolnum></citerefentry> for the syntax.
 
52
    <emphasis>Warning</emphasis>: changing this may make the
 
53
    <acronym>TLS</acronym> handshake fail, making communication with
 
54
    clients impossible.
53
55
  </para>
54
56
  
55
57
  <para id="servicename">