/crypto/heimdal/tests/java/krb5.conf.in
https://bitbucket.org/freebsd/freebsd-head/ · Autoconf · 30 lines · 21 code · 6 blank · 3 comment · 0 complexity · 24586898ca86ac4ba9524ffb92e01996 MD5 · raw file
- # $Id$
- [libdefaults]
- default_realm = TEST.H5L.SE
- [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
- # Have both default and non default salting for single DES encryptes,
- # this to check if the kdc return default salting.
- [kadmin]
- default_keys = aes256-cts-hmac-sha1-96:pw-salt
- default_keys = aes128-cts-hmac-sha1-96:pw-salt
- default_keys = des3-cbc-sha1:pw-salt
- default_keys = des:pw-salt
- default_keys = des:pw-salt: