This file is indexed.

/usr/share/gosa/plugins/admin/roleManagement/paste_generic.tpl is in gosa-plugin-rolemanagement 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
<table width='100%' summary="{t}Paste role{/t}">
	<tr>
		<td width='120'>
			<LABEL for="cn">{t}Role name{/t}</LABEL>{$must}
		</td>
		<td>
			<input type='text' id='cn' name='cn' value='{$cn}' size='40' title='{t}Please enter the new object role name{/t}'> 
		</td>
	</tr>
</table>

<script language="JavaScript" type="text/javascript">
	focus_field('cn');
</script>