|
|
@@ -0,0 +1,35 @@
|
|
|
+[logging]
|
|
|
+ default = FILE:/var/log/krb5libs.log
|
|
|
+ kdc = FILE:/var/log/krb5kdc.log
|
|
|
+ admin_server = FILE:/var/log/kadmind.log
|
|
|
+
|
|
|
+
|
|
|
+[libdefaults]
|
|
|
+ default_realm = TEST.GOKRB5
|
|
|
+ dns_lookup_realm = false
|
|
|
+ dns_lookup_kdc = false
|
|
|
+ ticket_lifetime = 24h
|
|
|
+ forwardable = yes
|
|
|
+ default_tkt_enctypes = aes256-cts-hmac-sha1-96
|
|
|
+ default_tgs_enctypes = aes256-cts-hmac-sha1-96
|
|
|
+ default_keytab_name = FILE:/etc/krb5.keytab
|
|
|
+
|
|
|
+[realms]
|
|
|
+ TEST.GOKRB5 = {
|
|
|
+ kdc = 127.0.0.1:88
|
|
|
+ admin_server = 127.0.0.1:749
|
|
|
+ default_domain = test.gokrb5
|
|
|
+ }
|
|
|
+
|
|
|
+[domain_realm]
|
|
|
+ .test.gokrb5 = TEST.GOKRB5
|
|
|
+ test.gokrb5 = TEST.GOKRB5
|
|
|
+
|
|
|
+[appdefaults]
|
|
|
+ pam = {
|
|
|
+ debug = false
|
|
|
+ ticket_lifetime = 36000
|
|
|
+ renew_lifetime = 36000
|
|
|
+ forwardable = true
|
|
|
+ krb4_convert = false
|
|
|
+ }
|