-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathkrb5.conf
More file actions
27 lines (25 loc) · 746 Bytes
/
krb5.conf
File metadata and controls
27 lines (25 loc) · 746 Bytes
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
[libdefaults]
default_realm = CSH.RIT.EDU
dns_lookup_realm = true
dns_lookup_kdc = true
rdns = falses
dns_canonicalize_hostname = false
ticket_lifetime = 24h
forwardable = true
udp_preference_limit = 0
default_ccache_name = KEYRING:persistent:%{uid}
[realms]
CSH.RIT.EDU = {
kdc = ipa10-nrh.csh.rit.edu
kdc = ipa11-nrh.csh.rit.edu
kdc = ipa12-nrh.csh.rit.edu
kdc = ipa01-ih.csh.rit.edu
kdc = ipa02-ih.csh.rit.edu
kdc = ipa03-ih.csh.rit.edu
admin_server = ipa10-nrh.csh.rit.edu
master_kdc = ipa10-nrh.csh.rit.edu
pkinit_anchors = FILE:/etc/ipa/ca.crt
}
[domain_realm]
.csh.rit.edu = CSH.RIT.EDU
csh.rit.edu = CSH.RIT.EDU