summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/tests/plugin/krb5.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/tests/plugin/krb5.conf.in')
-rw-r--r--crypto/heimdal/tests/plugin/krb5.conf.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/crypto/heimdal/tests/plugin/krb5.conf.in b/crypto/heimdal/tests/plugin/krb5.conf.in
new file mode 100644
index 0000000..fad9e74
--- /dev/null
+++ b/crypto/heimdal/tests/plugin/krb5.conf.in
@@ -0,0 +1,29 @@
+# $Id: krb5.conf.in 20202 2007-02-08 00:59:47Z lha $
+
+[libdefaults]
+ default_realm = TEST.H5L.SE
+ no-addresses = TRUE
+
+ plugin_dir = @objdir@ @objdir@/.libs
+
+[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
+ }
+
+[logging]
+ kdc = 0-/FILE:@objdir@/messages.log
+ default = 0-/FILE:@objdir@/messages.log
+
+[kadmin]
+# default_keys = arcfour-hmac-md5:pw-salt
OpenPOWER on IntegriCloud