This file is indexed.

/usr/share/gosa/plugins/admin/systems/services/dhcp/servdhcp.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
24
25
26
27
28
29
30
31
32
33
34
{if $dns_take_over}
 <h3>{t}DHCP take over will take place when saving this entry. Choose 'Cancel' to abort.{/t}</h3>

{else}

 <table summary="{t}DHCP service{/t}" width="100%">
  
  {if $dhcp_server_list_cnt}
   <tr>
    <td style='width:100%;'>
     <b>{t}Take over DHCP configuration from following server{/t}</b>&nbsp;
     <select name='take_over_src' size=1>
      {html_options options=$dhcp_server_list}
     </select>
     <button type='submit' name='take_over'>{msgPool type=applyButton}</button>
    </td>
   </tr>
   
  {/if}
  <tr>
   <td style='width:100%;'>
    <h3>{t}DHCP sections{/t}</h3>
    {$DhcpList}
   </td>
  </tr>
 </table>
 
{/if}
<hr>

<div class="plugin-actions">
 <button type='submit' name='SaveService'>{msgPool type=saveButton}</button>
 <button type='submit' name='CancelService'>{msgPool type=cancelButton}</button>
</div>