summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/tests/ldap/krb5.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/tests/ldap/krb5.conf.in')
-rw-r--r--crypto/heimdal/tests/ldap/krb5.conf.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/crypto/heimdal/tests/ldap/krb5.conf.in b/crypto/heimdal/tests/ldap/krb5.conf.in
new file mode 100644
index 0000000..8ea9da5
--- /dev/null
+++ b/crypto/heimdal/tests/ldap/krb5.conf.in
@@ -0,0 +1,21 @@
+# $Id: krb5.conf.in 20220 2007-02-15 00:11:18Z lha $
+
+[libdefaults]
+ default_realm = TEST.H5L.SE
+ no-addresses = TRUE
+
+[realms]
+ TEST.H5L.SE = {
+ kdc = localhost:@port@
+ }
+
+[kdc]
+ database = {
+ dbname = ldapi://ldap-socket:OU=KerberosPrincipals,o=test,DC=h5l,DC=se
+ realm = TEST.H5L.SE
+ mkey_file = @objdir@/mkey.file
+ }
+
+[logging]
+ kdc = 0-/FILE:@objdir@/messages.log
+ default = 0-/FILE:@objdir@/messages.log
OpenPOWER on IntegriCloud