Remove debug printf
[heimdal.git] / tests / kdc / krb5.conf.in
blobb38db163dbc464645929671ed798b0a2c0bcae1e
1 [libdefaults]
2         default_realm = TEST.H5L.SE TEST2.H5L.SE
3         no-addresses = TRUE
4         allow_weak_crypto = @WEAK@
6 [appdefaults]
7         pkinit_anchors = FILE:@srcdir@/../../lib/hx509/data/ca.crt
8         reconnect-min = 2s
9         reconnect-backoff = 2s
10         reconnect-max = 10s
12 [realms]
13         TEST.H5L.SE = {
14                 kdc = localhost:@port@
15                 admin_server = localhost:@admport@
16                 kpasswd_server = localhost:@pwport@
17         }
18         SUB.TEST.H5L.SE = {
19                 kdc = localhost:@port@
20         }
21         TEST2.H5L.SE = {
22                 kdc = localhost:@port@
23                 kpasswd_server = localhost:@pwport@
24         }
25         TEST3.H5L.SE = {
26                 kdc = localhost:@port@
27         }
28         TEST4.H5L.SE = {
29                 kdc = localhost:@port@
30         }
32 [domain_realm]
33         .test.h5l.se = TEST.H5L.SE
34         .sub.test.h5l.se = SUB.TEST.H5L.SE
35         .example.com = TEST2.H5L.SE
36         localhost = TEST.H5L.SE
37         
39 [kdc]
40         enable-digest = true
41         allow-anonymous = true
42         digests_allowed = chap-md5,digest-md5,ntlm-v1,ntlm-v1-session,ntlm-v2,ms-chap-v2
44         enable-pkinit = true
45         pkinit_identity = FILE:@srcdir@/../../lib/hx509/data/kdc.crt,@srcdir@/../../lib/hx509/data/kdc.key
46         pkinit_anchors = FILE:@srcdir@/../../lib/hx509/data/ca.crt
47         pkinit_pool = FILE:@srcdir@/../../lib/hx509/data/sub-ca.crt
48 #       pkinit_revoke = CRL:@srcdir@/../../lib/hx509/data/crl1.crl
49         pkinit_mappings_file = @srcdir@/pki-mapping
50         pkinit_allow_proxy_certificate = true
52         database = {
53                 label = { 
54                         dbname = @objdir@/current-db@kdc@
55                         realm = TEST.H5L.SE
56                         mkey_file = @objdir@/mkey.file
57                         acl_file = @srcdir@/heimdal.acl
58                         log_file = @objdir@/current@kdc@.log
59                 }
60                 label2 = { 
61                         dbname = @objdir@/current-db@kdc@
62                         realm = TEST2.H5L.SE
63                         mkey_file = @objdir@/mkey.file
64                         acl_file = @srcdir@/heimdal.acl
65                         log_file = @objdir@/current@kdc@.log
66                 }
67         }
69         signal_socket = @objdir@/signal
70         iprop-stats = @objdir@/iprop-stats
71         iprop-acl = @srcdir@/iprop-acl
73 [logging]
74         kdc = 0-/FILE:@objdir@/messages.log
75         default = 0-/FILE:@objdir@/messages.log
77 [kadmin]
78         save-password = true
79         @dk@
81 [capaths]
82         TEST.H5L.SE = {
83                 TEST3.H5L.SE = TEST2.H5L.SE
84         }
85         TEST.H5L.SE = {
86                 TEST4.H5L.SE = TEST2.H5L.SE
87                 TEST4.H5L.SE = TEST3.H5L.SE
88         }