aboutsummaryrefslogtreecommitdiff
path: root/tests/plugin/krb5.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugin/krb5.conf.in')
-rw-r--r--tests/plugin/krb5.conf.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/plugin/krb5.conf.in b/tests/plugin/krb5.conf.in
index 70939fd03686..d188c314b360 100644
--- a/tests/plugin/krb5.conf.in
+++ b/tests/plugin/krb5.conf.in
@@ -13,8 +13,27 @@
TEST.H5L.SE = {
kdc = localhost:@port@
}
+ TEST2.H5L.SE = {
+ kdc = localhost:@port@
+ disable_pac = true
+ }
[kdc]
+ enable-digest = true
+ allow-anonymous = true
+ digests_allowed = chap-md5,digest-md5,ntlm-v1,ntlm-v1-session,ntlm-v2,ms-chap-v2
+ strict-nametypes = true
+ synthetic_clients = true
+ enable_gss_preauth = true
+ gss_mechanisms_allowed = sanon-x25519
+ enable-pkinit = true
+ pkinit_identity = FILE:@srcdir@/../../lib/hx509/data/kdc.crt,@srcdir@/../../lib/hx509/data/kdc.key
+ pkinit_anchors = FILE:@srcdir@/../../lib/hx509/data/ca.crt
+ pkinit_pool = FILE:@srcdir@/../../lib/hx509/data/sub-ca.crt
+# pkinit_revoke = CRL:@srcdir@/../../lib/hx509/data/crl1.crl
+ pkinit_mappings_file = @srcdir@/pki-mapping
+ pkinit_allow_proxy_certificate = true
+
database = {
dbname = @objdir@/current-db
realm = TEST.H5L.SE