/etc/horde/turba/conf.xml is in php-horde-turba 4.1.3-1.
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 40 41 42 43 44 45 46 47 48 49 | <?xml version="1.0"?>
<!-- $Id: c84b5bfb266d216bd796699636c9b2f67247d783 $ -->
<configuration>
<configsection name="menu">
<configheader>Menu Settings</configheader>
<configboolean name="import_export" desc="Should we display an Import/Export
link in Turba's menu?">true</configboolean>
</configsection>
<configsection name="client">
<configheader>Clients</configheader>
<configenum name="addressbook" desc="Name of client addressbook" required="false">
<values>
<configspecial application="contacts" name="sources"/>
</values>
</configenum>
</configsection>
<configsection name="gal">
<configheader>Exchange GAL</configheader>
<configenum name="addressbook" desc="If using a synchronization solution
that supports Exchange-style Global Address List (GAL) searches enter the
name of the addressbook that should act as the GAL. This is normally a
globally accessable, readonly addressbook." required="false">
<values>
<configspecial application="contacts" name="sources"/>
</values>
</configenum>
</configsection>
<configsection name="shares">
<configheader>Shares</configheader>
<configstring name="source" desc="Name of source for creating new
shares.<br /> Note that leaving this blank will prevent users from
being able to create new address books."
required="false">localsql</configstring>
</configsection>
<configsection name="comments">
<configheader>Comments</configheader>
<configboolean name="allow" desc="Can users comment on
contacts?">true</configboolean>
</configsection>
<configsection name="documents">
<configheader>Virtual File Storage</configheader>
<configvfs switchname="type" />
</configsection>
</configuration>
|