test WinDC PAC functionallity
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19633 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
29
tests/plugin/krb5.conf.in
Normal file
29
tests/plugin/krb5.conf.in
Normal file
@@ -0,0 +1,29 @@
|
||||
# $Id$
|
||||
|
||||
[libdefaults]
|
||||
default_realm = TEST.H5L.SE
|
||||
no-addresses = TRUE
|
||||
|
||||
plugin_dir = @objdir@ @objdir@/.libs
|
||||
|
||||
[appdefaults]
|
||||
pkinit_anchors = FILE:@srcdir@/../../lib/hx509/data/ca.crt
|
||||
|
||||
[realms]
|
||||
TEST.H5L.SE = {
|
||||
kdc = localhost:8888
|
||||
}
|
||||
|
||||
[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
|
||||
|
||||
[kadmin]
|
||||
# default_keys = arcfour-hmac-md5:pw-salt
|
Reference in New Issue
Block a user