/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

  1. # $Id$
  2. [libdefaults]
  3. default_realm = TEST.H5L.SE
  4. [realms]
  5. TEST.H5L.SE = {
  6. kdc = localhost:@port@
  7. }
  8. [kdc]
  9. database = {
  10. dbname = @objdir@/current-db
  11. realm = TEST.H5L.SE
  12. mkey_file = @objdir@/mkey.file
  13. }
  14. [logging]
  15. kdc = 0-/FILE:@objdir@/messages.log
  16. default = 0-/FILE:@objdir@/messages.log
  17. # Have both default and non default salting for single DES encryptes,
  18. # this to check if the kdc return default salting.
  19. [kadmin]
  20. default_keys = aes256-cts-hmac-sha1-96:pw-salt
  21. default_keys = aes128-cts-hmac-sha1-96:pw-salt
  22. default_keys = des3-cbc-sha1:pw-salt
  23. default_keys = des:pw-salt
  24. default_keys = des:pw-salt: