/etc/horde/sesha/conf.xml is in php-horde-sesha 1.0.0~beta1-11ubuntu1.
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 32 33 34 35 36 37 38 39 | <?xml version="1.0"?>
<!-- $Horde: sesha/config/conf.xml,v 1.16 2006/08/11 14:35:55 chuck Exp $ -->
<configuration>
<configtab name="general" desc="General">
<configheader>Storage System Settings</configheader>
<configsection name="storage">
<configswitch name="driver" desc="What storage driver should we use?">rdo
<case name="rdo" desc="Horde Rdo Driver">
<configsection name="params">
<configsql switchname="driverconfig"/>
</configsection>
</case>
</configswitch>
</configsection>
<configsection name="datatypes">
<configheader>Data Types</configheader>
<configlist name="types" desc="Types">int, text, boolean, creditcard, cellphone, client, date, dblookup, description, email, enum, file, header, hourminutesecond, html, image, intlist, ipaddress, link, longtext, matrix, mlenum, monthdayyear, monthyear, multienum, number, obrowser, octal, password, radio, set, time</configlist>
</configsection>
<configsection name="tickets">
<configheader>Tickets</configheader>
<configboolean name="subjects" desc="If providing Ticket Queues with Sesha,
should the queues use a fixed set of subjects? The actual subjects need to
be defined in the Tickets administration.">false</configboolean>
</configsection>
</configtab>
<configsection name="client">
<configheader>Clients</configheader>
<configstring name="field" desc="Field name from the client address book to
display in the client list">name</configstring>
</configsection>
<configtab name="menu" desc="Menu">
<configsection name="menu">
<configheader>Menu settings</configheader>
<configboolean name="print" desc="Should we display a print link in the Horde application menus?">true</configboolean>
</configsection>
</configtab>
</configuration>
|