This file is indexed.

/etc/phamm/plugins/person.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
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE plugin SYSTEM "http://www.phamm.org/DTD/phamm-plugins.dtd">

<plugin name="person">
	<label>PERSON</label>
	<version>
		<number>0.0.3</number>
		<creationDate>2006-05-25</creationDate>
		<updatedDate>2008-09-08</updatedDate>
		<status>beta</status>
	</version>
	<author>
		<firstName>Alessandro De Zorzi</firstName>
		<lastName>De Zorzi</lastName>
		<mail>team@phamm.org</mail>
		<web>http://www.phamm.org</web>
	</author>
	<license>GPL</license>
	<shortDescription>RFC2798: Internet Organizational Person</shortDescription>
	<longDescription>RFC2798: Internet Organizational Person</longDescription>
	<parent>top</parent>
	<color>FF4455</color>
	<minAuthLevel>10</minAuthLevel>
	<isDomainRelated>0</isDomainRelated>
	<isPostmasterRelated>0</isPostmasterRelated>
	<isAccountRelated>1</isAccountRelated>
	
	<account>
		<objectClasses>
			<objectClass name="inetOrgPerson">
				<bug>0</bug>
			</objectClass>
		</objectClasses>
		<attributes>
			<attribute name="telephoneNumber">
				<prettyName>Telephone</prettyName>
				<table>1</table>
			</attribute>
			<attribute name="homePhone">
				<prettyName>Home Phone</prettyName>
				<table>1</table>
			</attribute>
			<attribute name="mobile">
				<prettyName>Mobile</prettyName>
				<table>1</table>
			</attribute>
			<attribute name="facsimileTelephoneNumber">
				<prettyName>FAX</prettyName>
				<table>1</table>
			</attribute>
			<attribute name="pager">
				<prettyName>Pager</prettyName>
				<table>1</table>
			</attribute>
		</attributes>
	</account>
</plugin>