/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

  • Committer: Teddy Hogeborn
  • Date: 2009-01-13 04:35:19 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090113043519-0yr39snphoegq8l1
* plugin-runner.c: Only space changes.
* plugins.d/mandos-client.c: - '' -
* plugins.d/password-prompt.c: - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
This file is used by both mandos(8) and mandos.conf(5), since these
7
7
options can be used both on the command line and in the config file.
8
8
 
9
 
It is also used for some texts by password-request(8mandos).
 
9
It is also used for some texts by mandos-client(8mandos).
10
10
-->
11
11
 
12
12
<section>
45
45
  </para>
46
46
  
47
47
  <para id="priority">
48
 
    GnuTLS priority string for the <acronym>TLS</acronym> handshake
49
 
    with the clients.  The default is
50
 
    <quote><literal>SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP</literal
51
 
    ></quote>.  See <citerefentry>
52
 
    <refentrytitle>gnutls_priority_init</refentrytitle>
 
48
    GnuTLS priority string for the <acronym>TLS</acronym> handshake.
 
49
    The default is <quote><literal
 
50
    >SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP</literal></quote>.  See
 
51
    <citerefentry><refentrytitle>gnutls_priority_init</refentrytitle>
53
52
    <manvolnum>3</manvolnum></citerefentry> for the syntax.
54
53
    <emphasis>Warning</emphasis>: changing this may make the
55
 
    <acronym>TLS</acronym> handshake fail, making communication with
56
 
    clients impossible.
 
54
    <acronym>TLS</acronym> handshake fail, making server-client
 
55
    communication impossible.
57
56
  </para>
58
57
  
59
58
  <para id="servicename">
60
59
    Zeroconf service name.  The default is
61
60
    <quote><literal>Mandos</literal></quote>.  This only needs to be
62
 
    changed this if it, for some reason, is necessary to run more than
63
 
    one server on the same <emphasis>host</emphasis>, which would not
 
61
    changed if for some reason is would be necessary to run more than
 
62
    one server on the same <emphasis>host</emphasis>.  This would not
64
63
    normally be useful.  If there are name collisions on the same
65
64
    <emphasis>network</emphasis>, the newer server will automatically
66
65
    rename itself to <quote><literal>Mandos #2</literal></quote>, and
67
66
    so on; therefore, this option is not needed in that case.
68
67
  </para>
 
68
 
 
69
  <para id="dbus">
 
70
    This option controls whether the server will provide a D-Bus
 
71
    system bus interface.  The default is to provide such an
 
72
    interface.
 
73
  </para>
69
74
  
70
75
</section>