osx: Never load OS X CCAPI while testing
This commit is contained in:
@@ -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
|
||||
|
@@ -1,5 +1,6 @@
|
||||
[libdefaults]
|
||||
default_realm = EXAMPLE.ORG
|
||||
ccapi_library = /no/such/file
|
||||
|
||||
[kdc]
|
||||
database = {
|
||||
|
@@ -1,5 +1,6 @@
|
||||
[libdefaults]
|
||||
default_realm = EXAMPLE.ORG
|
||||
ccapi_library = /no/such/file
|
||||
|
||||
[realms]
|
||||
EXAMPLE.ORG = {
|
||||
|
@@ -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 = {
|
||||
|
@@ -3,3 +3,4 @@ include @objdirabs@/krb5.conf
|
||||
[libdefaults]
|
||||
client_aware_channel_bindings = true
|
||||
report_canonical_client_name = true
|
||||
ccapi_library = /no/such/file
|
||||
|
@@ -4,6 +4,7 @@
|
||||
kuserok = SYSTEM-K5LOGIN:@srcdir@/k5login
|
||||
kuserok = USER-K5LOGIN
|
||||
kuserok = SIMPLE
|
||||
ccapi_library = /no/such/file
|
||||
|
||||
[appdefaults]
|
||||
|
||||
|
@@ -5,6 +5,7 @@
|
||||
k5login_directory = @srcdir@/k5login
|
||||
kuserok = SYSTEM-K5LOGIN
|
||||
kuserok = SIMPLE
|
||||
ccapi_library = /no/such/file
|
||||
|
||||
[appdefaults]
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -5,6 +5,7 @@
|
||||
allow_weak_crypto = @WEAK@
|
||||
dns_lookup_kdc = no
|
||||
dns_lookup_realm = no
|
||||
ccapi_library = /no/such/file
|
||||
|
||||
|
||||
[appdefaults]
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -5,6 +5,7 @@
|
||||
allow_weak_crypto = @WEAK@
|
||||
dns_lookup_kdc = no
|
||||
dns_lookup_realm = no
|
||||
ccapi_library = /no/such/file
|
||||
|
||||
|
||||
[appdefaults]
|
||||
|
@@ -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
|
||||
|
@@ -4,6 +4,7 @@
|
||||
allow_weak_crypto = @WEAK@
|
||||
dns_lookup_kdc = no
|
||||
dns_lookup_realm = no
|
||||
ccapi_library = /no/such/file
|
||||
|
||||
|
||||
[appdefaults]
|
||||
|
@@ -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 = {
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user