/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: 2008-09-05 08:38:30 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080905083830-6y9v2rb2us0m45kn
* Makefile (PIDDIR, USER, GROUP): New variables.
  (install-server): Create $(PIDDIR).  Copy "init.d-mandos" and
                    "default-mandos" into place.  Install init script
                    using "update-rc.d".
  (uninstall-server): Remove links to init script using "update-rc.d".
  (purge-server): Remove /etc/init.d/mandos and /etc/default/mandos.

* default-mandos: New file.  Will install as "/etc/default/mandos".
* init.d-mandos:            - '' -           "/etc/init.d/mandos".

Show diffs side-by-side

added added

removed removed

Lines of Context:
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">