From 68b9e1d3138784c3793f0a04c411f14168748692 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 28 Apr 2015 15:16:54 -0400 Subject: Change references to authkrb plugin to authgssapi With the switch to mod_auth_gssapi we aren't limited to only negotiated Kerberos so name the plugin to reflect this. https://fedorahosted.org/ipsilon/ticket/114 Signed-off-by: Rob Crittenden --- tests/attrs.py | 2 +- tests/fconf.py | 2 +- tests/ldap.py | 2 +- tests/openid.py | 2 +- tests/pgdb.py | 2 +- tests/test1.py | 2 +- tests/testlogout.py | 2 +- tests/testmapping.py | 2 +- tests/testnameid.py | 2 +- tests/testrest.py | 2 +- tests/trans.py | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'tests') diff --git a/tests/attrs.py b/tests/attrs.py index 4a3c8d8..b4d8a99 100755 --- a/tests/attrs.py +++ b/tests/attrs.py @@ -42,7 +42,7 @@ idp_a = {'hostname': '${ADDRESS}:${PORT}', 'secure': 'no', 'testauth': 'yes', 'pam': 'no', - 'krb': 'no', + 'gssapi': 'no', 'ipa': 'no', 'server_debugging': 'True'} diff --git a/tests/fconf.py b/tests/fconf.py index 409c975..79e7ed7 100755 --- a/tests/fconf.py +++ b/tests/fconf.py @@ -52,7 +52,7 @@ idp_a = {'hostname': '${ADDRESS}:${PORT}', 'secure': 'no', 'testauth': 'yes', 'pam': 'no', - 'krb': 'no', + 'gssapi': 'no', 'ipa': 'no', 'server_debugging': 'True'} diff --git a/tests/ldap.py b/tests/ldap.py index 52676d3..d144f89 100755 --- a/tests/ldap.py +++ b/tests/ldap.py @@ -25,7 +25,7 @@ idp_a = {'hostname': '${ADDRESS}:${PORT}', 'instance': '${NAME}', 'secure': 'no', 'pam': 'no', - 'krb': 'no', + 'gssapi': 'no', 'ipa': 'no', 'ldap': 'yes', 'ldap_server_url': 'ldap://${ADDRESS}:45389/', diff --git a/tests/openid.py b/tests/openid.py index ebc92ba..dfff299 100755 --- a/tests/openid.py +++ b/tests/openid.py @@ -44,7 +44,7 @@ idp_a = {'hostname': '${ADDRESS}:${PORT}', 'openid': 'yes', 'openid_extensions': 'Attribute Exchange,Simple Registration,Teams', 'pam': 'no', - 'krb': 'no', + 'gssapi': 'no', 'ipa': 'no', 'server_debugging': 'True'} diff --git a/tests/pgdb.py b/tests/pgdb.py index ae4b47c..984bcee 100755 --- a/tests/pgdb.py +++ b/tests/pgdb.py @@ -46,7 +46,7 @@ idp_a = {'hostname': '${ADDRESS}:${PORT}', 'secure': 'no', 'testauth': 'yes', 'pam': 'no', - 'krb': 'no', + 'gssapi': 'no', 'ipa': 'no', 'server_debugging': 'True'} diff --git a/tests/test1.py b/tests/test1.py index 3e0cfc2..d4716bc 100755 --- a/tests/test1.py +++ b/tests/test1.py @@ -41,7 +41,7 @@ idp_a = {'hostname': '${ADDRESS}:${PORT}', 'secure': 'no', 'testauth': 'yes', 'pam': 'no', - 'krb': 'no', + 'gssapi': 'no', 'ipa': 'no', 'server_debugging': 'True'} diff --git a/tests/testlogout.py b/tests/testlogout.py index 5018066..cdf4f0b 100755 --- a/tests/testlogout.py +++ b/tests/testlogout.py @@ -42,7 +42,7 @@ idp_a = {'hostname': '${ADDRESS}:${PORT}', 'secure': 'no', 'testauth': 'yes', 'pam': 'no', - 'krb': 'no', + 'gssapi': 'no', 'ipa': 'no', 'server_debugging': 'True'} diff --git a/tests/testmapping.py b/tests/testmapping.py index d5e5dd0..b2ee012 100755 --- a/tests/testmapping.py +++ b/tests/testmapping.py @@ -28,7 +28,7 @@ idp_a = {'hostname': '${ADDRESS}:${PORT}', 'secure': 'no', 'testauth': 'yes', 'pam': 'no', - 'krb': 'no', + 'gssapi': 'no', 'ipa': 'no', 'server_debugging': 'True'} diff --git a/tests/testnameid.py b/tests/testnameid.py index a47e44b..adc0c08 100755 --- a/tests/testnameid.py +++ b/tests/testnameid.py @@ -27,7 +27,7 @@ idp_a = {'hostname': '${ADDRESS}:${PORT}', 'secure': 'no', 'testauth': 'yes', 'pam': 'no', - 'krb': 'no', + 'gssapi': 'no', 'ipa': 'no', 'server_debugging': 'True'} diff --git a/tests/testrest.py b/tests/testrest.py index 24a7092..7f472b7 100755 --- a/tests/testrest.py +++ b/tests/testrest.py @@ -26,7 +26,7 @@ idp_a = {'hostname': '${ADDRESS}:${PORT}', 'secure': 'no', 'testauth': 'yes', 'pam': 'no', - 'krb': 'no', + 'gssapi': 'no', 'ipa': 'no', 'server_debugging': 'True'} diff --git a/tests/trans.py b/tests/trans.py index d7551b3..fbffa00 100755 --- a/tests/trans.py +++ b/tests/trans.py @@ -42,7 +42,7 @@ idp_a = {'hostname': '${ADDRESS}:${PORT}', 'secure': 'no', 'testauth': 'yes', 'pam': 'no', - 'krb': 'no', + 'gssapi': 'no', 'ipa': 'no', 'server_debugging': 'True'} -- cgit