Files
heimdal/tests/gss/krb5.conf.in
Nicolas Williams 612e5c2a12 Test name canon rules via GSS and put kdc tests last
Put kdc last in tests/Makefile.am.  There's two tests in tests/kdc
    that have been failing for a long time, and that causes the
    remaining tests to not be run.  By putting kdc last those tests do
    run.
2011-10-22 14:54:27 -05:00

36 lines
675 B
Plaintext

# $Id$
[libdefaults]
default_realm = TEST.H5L.SE
no-addresses = TRUE
default_keytab_name = @objdir@/server.keytab
dns_canonicalize_hostname = false
dns_lookup_realm = false
name_canon_rules = as-is:realm=TEST.H5L.SE
name_canon_rules = qualify:domain=test.h5l.se
[realms]
TEST.H5L.SE = {
kdc = localhost:@port@
}
[domain_realms]
.test.h5l.se = TEST.H5L.SE
[kdc]
enable-digest = true
digests_allowed = ntlm-v2,ntlm-v1-session,ntlm-v1
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]
save-password = true