This file is indexed.

/usr/share/gosa/plugins/admin/fai/faiVariableEntry.tpl is in gosa-plugin-fai 2.7.4+reloaded1-1.

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
<input type="hidden" name="SubObjectFormSubmitted" value="1">
<table width="100%" summary="{t}FAI variable entry{/t}">
 <tr>
  <td valign="top" width="50%">
   <h3>{t}Generic{/t}
   </h3>
   <table summary="{t}Generic settings{/t}">
    <tr>
     <td>{t}Name{/t}
      {$must}&nbsp;
     </td>
     <td>
      {render acl=$cnACL}
       <input type='text' value="{$cn}" size="45" maxlength="80" name="cn">
      {/render}
     </td>
    </tr>
    <tr>
     <td>{t}Description{/t}&nbsp;
     </td>
     <td>
      {render acl=$descriptionACL}
       <input type='text' value="{$description}" size="45" maxlength="80" name="description">
      {/render}
     </td>
    </tr>
   </table>
  </td>
  <td class='left-border'>&nbsp;
  </td>
  <td valign="top">
   <h3>{t}Variable attributes{/t}
   </h3>
   <table  summary="{t}Variable attributes{/t}" width="100%">
    <tr>
     <td><LABEL for="Content">{t}Variable content{/t}
      {$must}&nbsp;</LABEL>
     </td>
     <td>
      {render acl=$FAIvariableContentACL}
       <input type="text" name="FAIvariableContent" value="{$FAIvariableContent}" id="Content" style="width:250px;">
      {/render}
     </td>
    </tr>
   </table>
  </td>
 </tr>
</table>
<hr>
<br>
<div class="plugin-actions">
 
 {if !$freeze}
  <button type='submit' name='SaveSubObject'>
  {msgPool type=applyButton}</button>&nbsp;
  
 {/if}
 <button type='submit' name='CancelSubObject'>
 {msgPool type=cancelButton}</button>
</div><!-- Place cursor -->
<script language="JavaScript" type="text/javascript"><!-- // First input field on page	focus_field('cn','description');  --></script>