This file is indexed.

/usr/share/fusiondirectory/plugins/admin/systems/remove.tpl is in fusiondirectory-plugin-systems 1.0.19-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
<div style="font-size:18px;">
 <img alt="" src="geticon.php?context=status&icon=dialog-warning&size=32" align=top>&nbsp;{t}Warning{/t}
</div>
<p>
  {$info}
  {t}This includes all account data, system access rules, imap settings, etc. for this user. Please double check if your really want to do this since there is no way for FusionDirectory to get your data back.{/t}
</p>

<p>
 {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
</p>

<p class="plugbottom">
  <input type=submit name="delete_confirmed" value="{msgPool type=delButton}">
  <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
  &nbsp;
</p>