This file is indexed.

/usr/share/gosa/plugins/admin/systems/services/kerberos/goKrbServer.tpl is in gosa-plugin-mit-krb5 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
<h3>{t}Kerberos kadmin access{/t}</h3>

{t}Kerberos Realm{/t}{$must}
 {render acl=$goKrbRealmACL}
  <input type='text' name="goKrbRealm" id="goKrbRealm" size=30 maxlength=60  value="{$goKrbRealm}">
 {/render}

{if $MIT_KRB}
 <h3>{t}Policies{/t}</h3>
 {render acl=$goKrbPolicyACL}
  {$list}
 {/render}
 <button type='submit' name='policy_add'>{msgPool type=addButton}</button>
{/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>
<input type="hidden" name="goKrbServerPosted" value="1">