This file is indexed.

/etc/jetty8/krb5.ini is in jetty8 8.1.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
18
19
20
21
22
23
[libdefaults]
default_realm = MORTBAY.ORG
default_keytab_name = FILE:/path/to/jetty/etc/krb5.keytab
permitted_enctypes = aes128-cts aes256-cts arcfour-hmac-md5 
default_tgs_enctypes = aes128-cts aes256-cts arcfour-hmac-md5 
default_tkt_enctypes = aes128-cts aes256-cts arcfour-hmac-md5 



[realms]
MORTBAY.ORG = {
 		kdc = 192.168.2.30
 		admin_server = 192.168.2.30
 		default_domain = MORTBAY.ORG
}

[domain_realm]
mortbay.org= MORTBAY.ORG
.mortbay.org = MORTBAY.ORG

[appdefaults]
autologin = true
forwardable = true