This file is indexed.

/etc/phamm/plugins/davical.xml is in phamm 0.5.18-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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE plugin SYSTEM "http://www.phamm.org/DTD/phamm-plugins.dtd">

<plugin name="davical">
	<label>DAViCal</label>
	<version>
		<number>0.0.1</number>
		<creationDate>2009-09-02</creationDate>
		<updatedDate>2009-09-02</updatedDate>
		<status>beta</status>
	</version>
	<author>
		<firstName>viva</firstName>
		<lastName>perversia</lastName>
		<mail>viva@perversia.net</mail>
		<web>http://perversia.net</web>
	</author>
	<license>GPL</license>
	<shortDescription>Plugin to manage DAViCal accounts</shortDescription>
	<longDescription>Plugin to manage DAViCal accounts</longDescription>
	<parent>top</parent>
	<color>FF4455</color>
	<minAuthLevel>10</minAuthLevel>
	<isDomainRelated>0</isDomainRelated>
	<isPostmasterRelated>0</isPostmasterRelated>
	<isAccountRelated>1</isAccountRelated>
	
	<account>
		<objectClasses>
			<objectClass name="CalDavAccount">
				<bug>0</bug>
			</objectClass>
		</objectClasses>
		<attributes>
			<attribute name="CalDavAccess">
				<prettyName>CalDav Access</prettyName>
				<table>1</table>
				<bool>1</bool>
				<required>1</required>
				<default>TRUE</default>
			</attribute>
		</attributes>
	</account>
</plugin>