This file is indexed.

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

<plugin name="proxy">
	<label>PROXY</label>
	<version>
		<number>0.0.3</number>
		<creationDate>2005-02-19</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>Plugin to manage proxy accounts</shortDescription>
	<longDescription>Plugin to manage proxy accounts (Squid...)</longDescription>
	<parent>top</parent>
	<color>FF4455</color>
	<minAuthLevel>10</minAuthLevel>
	<isDomainRelated>0</isDomainRelated>
	<isPostmasterRelated>0</isPostmasterRelated>
	<isAccountRelated>1</isAccountRelated>
	
	<account>
		<objectClasses>
			<objectClass name="proxyAccount">
				<bug>0</bug>
			</objectClass>
		</objectClasses>
		<attributes>
			<attribute name="webAccess">
				<prettyName>Web Access</prettyName>
				<table>1</table>
				<bool>1</bool>
				<default>TRUE</default>
			</attribute>
			<attribute name="proxyHost">
				<prettyName>Proxy Host</prettyName>
				<table>1</table>
			</attribute>
		</attributes>
	</account>
</plugin>