/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: Teddy Hogeborn
  • Date: 2015-08-10 10:42:52 UTC
  • Revision ID: teddy@recompile.se-20150810104252-1r6yyfwkvh5t60bz
Server Bug fix: Make D-Bus introspection work again.

* mandos (DBusObjectWithObjectManager.Introspect): Bug fix; call
                                                   method Introspect,
                                                   not class
                                                   DBusObjectWithAnnotations.
  (alternate_dbus_interfaces/wrapper/fixscope): Make wrapped D-Bus
                                                signal function look
                                                like a D-Bus signal so
                                                Introspect can see it.

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 "2019-06-20">
 
6
<!ENTITY TIMESTAMP "2015-07-20">
7
7
<!ENTITY % common SYSTEM "common.ent">
8
8
%common;
9
9
]>
40
40
      <year>2013</year>
41
41
      <year>2014</year>
42
42
      <year>2015</year>
43
 
      <year>2016</year>
44
 
      <year>2017</year>
45
 
      <year>2018</year>
46
 
      <year>2019</year>
47
43
      <holder>Teddy Hogeborn</holder>
48
44
      <holder>Björn Påhlsson</holder>
49
45
    </copyright>
207
203
      built-in module <systemitem class="library">ConfigParser</systemitem>
208
204
      requires it.
209
205
    </para>
210
 
    <xi:include href="bugs.xml"/>
211
206
  </refsect1>
212
207
  
213
208
  <refsect1 id="example">
227
222
      <programlisting>
228
223
[DEFAULT]
229
224
# A configuration example
230
 
interface = enp1s0
 
225
interface = eth0
231
226
address = fe80::aede:48ff:fe71:f6f2
232
227
port = 1025
233
228
debug = True
234
 
priority = SECURE128:!CTYPE-X.509:+CTYPE-RAWPK:!RSA:!VERS-ALL:+VERS-TLS1.3:%PROFILE_ULTRA
 
229
priority = SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP:!RSA
235
230
servicename = Daena
236
231
use_dbus = False
237
232
use_ipv6 = True