This file is indexed.

/usr/share/gosa/plugins/personal/connectivity/opengroupware/opengw.tpl is in gosa-plugin-opengroupware 2.7.4+reloaded1-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
58
59
60
<h3><input type="checkbox" value="1" name="is_account" {$is_account} {$opengwAccountACL} onClick="document.mainform.submit();">&nbsp;OpenGroupware.org</h3>
<table width="100%" summary="OpenGroupware.org">
	<tr>
		<td width="50%">
			<table summary="OpenGroupware.org">
				<tr>
					<td>
						{t}Location team{/t} &nbsp;
					</td>
					<td>
{render acl=$LocationTeamACL}
						<select size="1" id="LocationTeam" name="LocationTeam"
							{if $OGWstate!=""} disabled {/if}>
							{html_options values=$validLocationTeams output=$validLocationTeam selected=$LocationTeam}
						</select>
{/render}
					</td>
				</tr>
				<tr>
					<td>
						{t}Template user{/t} &nbsp;
					</td>
					<td>
{render acl=$TemplateUserACL}
						<select size="1" id="TemplateUser" name="TemplateUser" {if $OGWstate!=""} disabled {/if}>
							{html_options values=$validTemplateUsers output=$validTemplateUser selected=$TemplateUser}
						</select>
{/render}
					</td>
				</tr>	
				<tr>
					<td valign="top">
						{t}Locked{/t} &nbsp; 
					</td>
					<td valign="top">
{render acl=$LockedACL}
						<input type="checkbox" value="1" name="is_locked" {$is_lockedCHK}  
						   {if $OGWstate!=""} disabled {/if}>
{/render}
					</td>
				</tr>
			</table>
		</td>
		<td class='left-border'>

			<table summary="OpenGroupware.org">
				<tr>
					<td valign="top">
						{t}Teams{/t} &nbsp; 
					</td>
					<td valign="top">
{render acl=$TeamsACL}
						{$validTeams}	
{/render}
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>