osx: Never load OS X CCAPI while testing

This commit is contained in:
Nicolas Williams
2022-02-09 00:24:25 -06:00
parent 66e1a8baf2
commit 79d87af910
18 changed files with 18 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
[libdefaults]
default_realm = TEST.H5L.SE
no-addresses = TRUE
ccapi_library = /no/such/file
[appdefaults]
pkinit_anchors = FILE:@srcdir@/../../lib/hx509/data/ca.crt

View File

@@ -1,5 +1,6 @@
[libdefaults]
default_realm = EXAMPLE.ORG
ccapi_library = /no/such/file
[kdc]
database = {

View File

@@ -1,5 +1,6 @@
[libdefaults]
default_realm = EXAMPLE.ORG
ccapi_library = /no/such/file
[realms]
EXAMPLE.ORG = {

View File

@@ -8,6 +8,7 @@ include @srcdirabs@/include-krb5.conf
kuserok = SYSTEM-K5LOGIN:@srcdir@/../kdc/k5login
kuserok = USER-K5LOGIN
kuserok = SIMPLE
ccapi_library = /no/such/file
[realms]
TEST.H5L.SE = {

View File

@@ -3,3 +3,4 @@ include @objdirabs@/krb5.conf
[libdefaults]
client_aware_channel_bindings = true
report_canonical_client_name = true
ccapi_library = /no/such/file

View File

@@ -4,6 +4,7 @@
kuserok = SYSTEM-K5LOGIN:@srcdir@/k5login
kuserok = USER-K5LOGIN
kuserok = SIMPLE
ccapi_library = /no/such/file
[appdefaults]

View File

@@ -5,6 +5,7 @@
k5login_directory = @srcdir@/k5login
kuserok = SYSTEM-K5LOGIN
kuserok = SIMPLE
ccapi_library = /no/such/file
[appdefaults]

View File

@@ -5,6 +5,7 @@
rdns = false
fcache_strict_checking = false
name_canon_rules = as-is:realm=TEST.H5L.SE
ccapi_library = /no/such/file
[appdefaults]
pkinit_anchors = FILE:@objdir@/pkinit-anchor.pem

View File

@@ -9,6 +9,7 @@
name_canon_rules = qualify:domain=test1.h5l.se:realm=TEST2.H5L.SE
name_canon_rules = qualify:domain=test2.h5l.se:realm=TEST2.H5L.SE
name_canon_rules = qualify:domain=test3.h5l.se:realm=TEST3.H5L.SE
ccapi_library = /no/such/file
[appdefaults]
pkinit_anchors = FILE:@srcdir@/../../lib/hx509/data/ca.crt

View File

@@ -6,6 +6,7 @@
name_canon_rules = as-is:realm=TEST2.H5L.SE
name_canon_rules = as-is:realm=TEST3.H5L.SE
name_canon_rules = nss
ccapi_library = /no/such/file
[appdefaults]
pkinit_anchors = FILE:@srcdir@/../../lib/hx509/data/ca.crt

View File

@@ -5,6 +5,7 @@
allow_weak_crypto = @WEAK@
dns_lookup_kdc = no
dns_lookup_realm = no
ccapi_library = /no/such/file
[appdefaults]

View File

@@ -2,6 +2,7 @@
default_realm = TEST.H5L.SE TEST2.H5L.SE
no-addresses = TRUE
allow_weak_crypto = TRUE
ccapi_library = /no/such/file
[appdefaults]
pkinit_anchors = FILE:@srcdir@/../../lib/hx509/data/ca.crt

View File

@@ -5,6 +5,7 @@
rdns = false
fcache_strict_checking = false
name_canon_rules = as-is:realm=TEST.H5L.SE
ccapi_library = /no/such/file
[appdefaults]
pkinit_anchors = FILE:@objdir@/ca.crt

View File

@@ -5,6 +5,7 @@
allow_weak_crypto = @WEAK@
dns_lookup_kdc = no
dns_lookup_realm = no
ccapi_library = /no/such/file
[appdefaults]

View File

@@ -3,6 +3,7 @@
no-addresses = TRUE
allow_weak_crypto = TRUE
enable_kx509 = true
ccapi_library = /no/such/file
[appdefaults]
pkinit_anchors = FILE:@objdir@/ca.crt

View File

@@ -4,6 +4,7 @@
allow_weak_crypto = @WEAK@
dns_lookup_kdc = no
dns_lookup_realm = no
ccapi_library = /no/such/file
[appdefaults]

View File

@@ -4,6 +4,7 @@
default_realm = TEST.H5L.SE
no-addresses = TRUE
plugin_dir = @objdir@/../../lib/hdb @objdir@/../../lib/hdb/.libs
ccapi_library = /no/such/file
[realms]
TEST.H5L.SE = {

View File

@@ -3,8 +3,8 @@
[libdefaults]
default_realm = TEST.H5L.SE
no-addresses = TRUE
plugin_dir = @objdir@ @objdir@/.libs
ccapi_library = /no/such/file
[appdefaults]
pkinit_anchors = FILE:@srcdir@/../../lib/hx509/data/ca.crt