This file is indexed.

/usr/share/gosa/plugins/admin/systems/services/dns/servdns.tpl is in gosa-plugin-dns 2.7.4+reloaded2-1+deb8u2.

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
61
62
63
64
65
{if $dns_take_over}
 <table summary="" width="100%">
  <tr>
   <td style='width:100%;'>
    <h3>{t}DNS take over initiated{/t}
    </h3>
    {$warning}{t}This includes 'all' DNS zones that are located within this server. Please double check if your really want to do this.{/t}
    <p>
     {$warning2}
     <br>
     <button type='submit' name='cancel_take_over'>
     {msgPool type=cancelButton}</button>
    </p>
    <p>{t}Following objects will be taken over{/t}&nbsp;:
    </p>
    <p>
     <pre>
      {$info}
     </pre>
    </p>
   </td>
  </tr>
 </table>
 {else}
 <table summary="" width="100%">
  
  {if $dns_server_list_cnt}
   <tr>
    <td style='width:100%;'>
     <b>{t}Take over DNS configuration from{/t}</b>&nbsp;
     <select name='take_over_src' size=1>
      {html_options options=$dns_server_list}
     </select>
     <button type='submit' name='take_over'>{t}Take over{/t}</button>
    </td>
   </tr>
   
  {/if}
  <tr>
   <td style='width:100%;'>
    <h3>{t}Zones{/t}
    </h3>
    {$ZoneList}
    
    {if $is_createable}
     <button type='submit' name='AddZone'>
     {msgPool type=addButton}</button>
     {else}
     <input type="button" value="
     {msgPool type=addButton}" disabled>
     
    {/if}
   </td>
  </tr>
 </table>
 <script language="JavaScript" type="text/javascript"><!-- // First input field on page      focus_field('AddZone');    --></script>
 
{/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>