HEIMDAL: move code from source4/heimdal* to third_party/heimdal*
[Samba.git] / third_party / heimdal / tests / java / krb5.conf.in
blobca6b74f3db97d66f9a167ee581fbcdaeda76cc7c
1 # $Id$
3 [libdefaults]
4         default_realm = TEST.H5L.SE
7 [realms]
8         TEST.H5L.SE = {
9                 kdc = localhost:@port@
10         }
12 [kdc]
13         database = {
14                 dbname = @objdir@/current-db
15                 realm = TEST.H5L.SE
16                 mkey_file = @objdir@/mkey.file
17                 log_file = @objdir@/current.log
18         }
20 [hdb]
21         db-dir = @objdir@
23 [logging]
24         kdc = 0-/FILE:@objdir@/messages.log
25         default = 0-/FILE:@objdir@/messages.log
27 # Have both default and non default salting for single DES encryptes,
28 # this to check if the kdc return default salting.
29 [kadmin]
30         default_keys = aes256-cts-hmac-sha1-96:pw-salt
31         default_keys = aes128-cts-hmac-sha1-96:pw-salt
32         default_keys = des3-cbc-sha1:pw-salt