summaryrefslogtreecommitdiff
path: root/third_party/heimdal/tests/can/krb5.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/heimdal/tests/can/krb5.conf.in')
-rw-r--r--third_party/heimdal/tests/can/krb5.conf.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/third_party/heimdal/tests/can/krb5.conf.in b/third_party/heimdal/tests/can/krb5.conf.in
new file mode 100644
index 00000000000..275f95667c0
--- /dev/null
+++ b/third_party/heimdal/tests/can/krb5.conf.in
@@ -0,0 +1,29 @@
+# $Id$
+
+[libdefaults]
+ default_realm = TEST.H5L.SE
+ no-addresses = TRUE
+
+[appdefaults]
+ pkinit_anchors = FILE:@srcdir@/../../lib/hx509/data/ca.crt
+
+[realms]
+ TEST.H5L.SE = {
+ kdc = localhost:@port@
+ }
+
+[kdc]
+ database = {
+ dbname = @objdir@/current-db
+ realm = TEST.H5L.SE
+ mkey_file = @objdir@/mkey.file
+ log_file = @objdir@/current.log
+ }
+
+[hdb]
+ db-dir = @objdir@
+
+[logging]
+ kdc = 0-/FILE:@objdir@/messages.log
+ kdc-replay = 0-/FILE:@objdir@/messages.log
+ default = 0-/FILE:@objdir@/messages.log