-
Notifications
You must be signed in to change notification settings - Fork 0
/
krb5.conf.integration
23 lines (21 loc) · 1.01 KB
/
krb5.conf.integration
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 = integration.bigstepcloud.com
dns_lookup_realm = false
dns_lookup_kdc = false
udp_preference_limit = 1
allow_weak_crypto = false
default_tgs_enctypes = aes256-cts-hmac-sha1-96 aes128-cts-hmac-sha1-96 des3-cbc-sha1 arcfour-hmac-md5 camellia256-cts-cmac camellia128-cts-cmac des-cbc-crc des-cbc-md5 des-cbc-md4
default_tkt_enctypes = aes256-cts-hmac-sha1-96 aes128-cts-hmac-sha1-96 des3-cbc-sha1 arcfour-hmac-md5 camellia256-cts-cmac camellia128-cts-cmac des-cbc-crc des-cbc-md5 des-cbc-md4
permitted_enctypes = aes256-cts-hmac-sha1-96 aes128-cts-hmac-sha1-96 des3-cbc-sha1 arcfour-hmac-md5 camellia256-cts-cmac camellia128-cts-cmac des-cbc-crc des-cbc-md5 des-cbc-md4
[realms]
integration.bigstepcloud.com = {
kdc = bsiintegration.bigstepcloud.com
admin_server = bsiintegration.bigstepcloud.com
forwardable = true
proxiable = true
ticket_lifetime = 7200
renew_lifetime = 72000
}
[domain_realm]
bigstep.com = integration.bigstepcloud.com
.bigstep.com = integration.bigstepcloud.com