This file is indexed.

/usr/share/gosa/plugins/admin/systems/services/dhcp/dhcp_group.tpl is in gosa-plugin-dhcp 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
{* GOsa dhcp sharedNetwork - smarty template *}

<h3>{t}Generic{/t}</h3>

<table summary="{t}DHCP group settings{/t}">
 <tr>
  <td>{t}Name{/t}{$must}</td>
  <td>
   {render acl=$acl}
    <input id='cn' type='text' name='cn' value='{$cn}' title='{t}Name of group{/t}'>
   {/render}
  </td>
 </tr>
</table>

<hr>

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