This file is indexed.

/usr/share/gosa/plugins/admin/opsiLicenses/licenseUsageByHost.tpl is in gosa-plugin-opsi 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
{if !$init_successfull}
<br>
<b>{msgPool type=siError}</b><br>
{t}Check if the GOsa support daemon (gosa-si) is running.{/t}&nbsp;
<button type='submit' name='retry_init'>{t}Retry{/t}</button>

<br>
<br>
{else}


<table width="100%" summary="{t}License usage{/t}">
  <tr>
    <td style='width: 50%; padding-right:5px; ' class='right-border'>        <h3>{t}Reserved for{/t}</h3>
{render acl=$boundToHostACL}
        {$licenseReserved}
{/render}
{render acl=$boundToHostACL}
        <select name='availableLicense' size=1>
{/render}
          {html_options options=$availableLicenses}
        </select>
{render acl=$boundToHostACL}
        <button type='submit' name='addReservation'>{msgPool type=addButton}</button>

{/render}
    </td>
    <td>        <h3>{t}Licenses used{/t}</h3>
{render acl=$boundToHostACL}
        {$licenseUses}
{/render}
    </td>
  </tr>
</table>

<input name='opsiLicenseUsagePosted' value='1' type='hidden'>
{/if}