This file is indexed.

/usr/share/gosa/plugins/admin/systems/component.tpl is in gosa-plugin-systems 2.7.4+reloaded2-13+deb9u1.

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
<table summary="{t}Component{/t}" width="100%">
 <tr>
  <td style='width:50%; ' class='right-border'>

	<table summary="{t}Generic settings{/t}">
	 <tr>
	  <td><LABEL for="cn">{t}Device name{/t}</LABEL>{$must}</td>
	  <td>
{render acl=$cnACL}
	   <input type='text' name="cn" id="cn" size=20 value="{$cn}">
{/render}
	  </td>
	 </tr>
	 <tr>
          <td colspan=2>&nbsp;</td>
	 </tr>
 	 <tr>
	  <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
	  <td>
{render acl=$baseACL}
            {$base}
{/render}
          </td>
	  </tr>
	</table>
  </td>
  <td>

	  <LABEL for="description">{t}Description{/t}</LABEL>
{render acl=$descriptionACL}
	   <input type='text' id="description" name="description" size=25 maxlength=80 value="{$description}">
{/render}
  </td>
 </tr>
</table>

<hr>

{$netconfig}

<!-- Place cursor -->
<script language="JavaScript" type="text/javascript">
  <!-- // First input field on page
	focus_field('cn');
  -->
</script>