This file is indexed.

/etc/horde/nag/conf.xml is in php-horde-nag 4.2.7-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<!-- $Id: 7a2eb8e9002cee73d99d618dfb6509a56ab639ec $ -->
<configuration>
 <configsection name="storage">
  <configheader>Storage System Settings</configheader>
  <configswitch name="driver" desc="What storage driver should we use?">sql
   <case name="sql" desc="SQL">
    <configsection name="params">
     <configsql switchname="driverconfig">
      <configstring name="table" desc="Database table">nag_tasks</configstring>
     </configsql>
    </configsection>
   </case>
   <case name="kolab" desc="IMAP/Kolab" />
  </configswitch>
 </configsection>

 <configsection name="tasklists">
  <configheader>Tasklist Handler Settings</configheader>
  <configswitch name="driver" desc="What type of tasklist handler should we use?">default
   <case name="default" desc="Default" />
   <case name="kolab" desc="IMAP/Kolab" />
  </configswitch>
 </configsection>

 <configsection name="menu">
  <configheader>Menu settings</configheader>
  <configboolean name="import_export" desc="Should we display an Import/Export
  link in the Horde application menus?">true</configboolean>
 </configsection>
</configuration>