This file is indexed.

/usr/share/gosa/plugins/admin/systems/ppd/printerPPDDialog.tpl is in gosa-plugin-goto 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
<h3>{t}Printer driver{/t}
</h3>

{if !$path_valid}
 <p>
  <b>
  {msgPool type=invalidConfigurationAttribute param=ppdPath}</b>
 </p>
 {else}
 <table summary="" width="100%">
  <tr>
   <td>{t}Model{/t}:<i>
    {$ppdString}</i>&nbsp;
    {render acl=$acl}
     <button type='submit' name='SelectPPD'>{t}Select{/t}</button>
    {/render}
   </td>
   <td style='padding-left:10px;' class='left-border'>{t}New driver{/t}&nbsp;
    {render acl=$acl}
     <input type="file" value="" name="NewPPDFile">
    {/render}
    {render acl=$acl}
     <button type='submit' name='SubmitNewPPDFile'>{t}Upload{/t}</button>
    {/render}
   </td>
  </tr>
 </table>
 
 {if $showOptions eq 1}
  <hr>
  <h3>{t}Options{/t}
  </h3>
  {$properties}
  
 {/if}
 
{/if}
<hr>
<div class="plugin-actions">
 
 {if $path_valid}
  {render acl=$acl}
   <button type='submit' name='SavePPD'>
   {msgPool type=applyButton}</button>
  {/render}
  
 {/if}
 <button type='submit' name='ClosePPD'>
 {msgPool type=cancelButton}</button>
</div>
<input type="hidden" name="PPDDisSubmitted" value="1">