Last change
on this file since 9 was 1, checked in by Paul Smedley, 10 years ago |
Initial commit of Heimdal 1.5.3
|
File size:
571 bytes
|
Line | |
---|
1 | # $Id$
|
---|
2 |
|
---|
3 | [libdefaults]
|
---|
4 | default_realm = TEST.H5L.SE
|
---|
5 |
|
---|
6 |
|
---|
7 | [realms]
|
---|
8 | TEST.H5L.SE = {
|
---|
9 | kdc = localhost:@port@
|
---|
10 | }
|
---|
11 |
|
---|
12 | [kdc]
|
---|
13 | database = {
|
---|
14 | dbname = @objdir@/current-db
|
---|
15 | realm = TEST.H5L.SE
|
---|
16 | mkey_file = @objdir@/mkey.file
|
---|
17 | }
|
---|
18 |
|
---|
19 | [logging]
|
---|
20 | kdc = 0-/FILE:@objdir@/messages.log
|
---|
21 | default = 0-/FILE:@objdir@/messages.log
|
---|
22 |
|
---|
23 | # Have both default and non default salting for single DES encryptes,
|
---|
24 | # this to check if the kdc return default salting.
|
---|
25 | [kadmin]
|
---|
26 | default_keys = aes256-cts-hmac-sha1-96:pw-salt
|
---|
27 | default_keys = aes128-cts-hmac-sha1-96:pw-salt
|
---|
28 | default_keys = des3-cbc-sha1:pw-salt
|
---|
Note:
See
TracBrowser
for help on using the repository browser.