-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathkrb5.conf
37 lines (31 loc) · 1.26 KB
/
krb5.conf
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
[libdefaults]
default_realm = TBT.COM
# The following krb5.conf variables are only for MIT Kerberos.
kdc_timesync = 1
ccache_type = 4
forwardable = true
proxiable = true
# The following encryption type specification will be used by MIT Kerberos
# if uncommented. In general, the defaults in the MIT Kerberos code are
# correct and overriding these specifications only serves to disable new
# encryption types as they are added, creating interoperability problems.
#
# The only time when you might need to uncomment these lines and change
# the enctypes is if you have local software that will break on ticket
# caches containing ticket encryption types it doesn't know about (such as
# old versions of Sun Java).
# default_tgs_enctypes = des3-hmac-sha1
# default_tkt_enctypes = des3-hmac-sha1
# permitted_enctypes = des3-hmac-sha1
# The following libdefaults parameters are only for Heimdal Kerberos.
fcc-mit-ticketflags = true
[realms]
TBT.COM = {
kdc = WIN-956CQOSSJTF.tbt.com
kdc = tbt.com
admin_server = WIN-956CQOSSJTF.tbt.com
default_domain = WIN-956CQOSSJTF.tbt.com
}
[domain_realm]
.tbt.com = TBT.COM
tbt.com = TBT.COM