This file is indexed.

/usr/share/ipa/krb5.conf.template is in freeipa-server 4.7.0~pre1+git20180411-2ubuntu2.

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
$INCLUDES
includedir /var/lib/sss/pubconf/krb5.include.d/

[logging]
 default = FILE:/var/log/krb5libs.log
 kdc = FILE:/var/log/krb5kdc.log
 admin_server = FILE:/var/log/kadmind.log

[libdefaults]
 default_realm = $REALM
 dns_lookup_realm = false
 dns_lookup_kdc = true
 rdns = false
 ticket_lifetime = 24h
 forwardable = true
 udp_preference_limit = 0
$OTHER_LIBDEFAULTS
[realms]
 $REALM = {
  kdc = $FQDN:88
  master_kdc = $FQDN:88
  admin_server = $FQDN:749
  default_domain = $DOMAIN
  pkinit_anchors = FILE:$KDC_CA_BUNDLE_PEM
  pkinit_pool = FILE:$CA_BUNDLE_PEM
}

[domain_realm]
 .$DOMAIN = $REALM
 $DOMAIN = $REALM
 $FQDN = $REALM
$OTHER_DOMAIN_REALM_MAPS
[dbmodules]
  $REALM = {
    db_library = ipadb.so
  }

[plugins]
 certauth = {
  module = ipakdb:kdb/ipadb.so
  enable_only = ipakdb
 }